forked from dandi/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (52 loc) · 1.61 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: LINC BRAIN Documentation
repo_name: "lincbrain/handbook"
repo_url: "https://github.com/lincbrain/handbook"
copyright: "CC-BY 4.0"
use_directory_urls: true
site_url: https://www.lincbrain.org/handbook/
# This will use Material them
theme:
name: "material"
language: "en"
favicon: img/favicon.ico
logo: img/dandi-logo-square_sw.png
palette:
primary: "dark blue"
accent: "light blue"
features:
- toc.integrate
# Pages
nav:
- Local Development of These Docs: "46_local_dev.md"
- Initialization: "40_initialization.md"
- API Deployment: "41_api_deployment.md"
- Frontend Deployment: "42_frontend_deployment.md"
- Authentication: "43_authentication.md"
- CLI and Python Client: "47_cli_python.md"
- Other: "44_other.md"
# - Welcome: "index.md"
# - Introduction: "01_introduction.md"
# - Data Standards: "30_data_standards.md"
# - Data Licenses: "35_data_licenses.md"
# - User Guide:
# - Using DANDI: "10_using_dandi.md"
# - Viewing Dandisets: "11_view.md"
# - Downloading Data and Dandisets: "12_download.md"
# - Creating Dandisets and Uploading Data: "13_upload.md"
# - Validation Levels for NWB Files: "135_validation.md"
# - Publishing Dandisets: "14_publish.md"
# - Debugging: "15_debugging.md"
# - Developer Guide:
# - Project Structure: "20_project_structure.md"
# - Notes: "40_development.md"
# - Terms and Policies:
# - Terms: "about/terms.md"
# - Policies: "about/policies.md"
# - About This Doc: "100_about_this_doc.md"
# list of extension
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.critic
- toc:
permalink: True