-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
89 lines (84 loc) · 2.53 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
site_name: DANDI Documentation
repo_name: "dandi/handbook"
repo_url: "https://github.com/dandi/handbook"
copyright: "CC-BY 4.0"
use_directory_urls: true
site_url: https://www.dandiarchive.org/handbook/
# Material theme
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:
- 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"
- Create DANDI Account: "16_account.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"
- Dandiset Metadata: "136_metadata.md"
- Publishing Dandisets: "14_publish.md"
- Citing a Dandiset: "citing.md"
- Debugging: "15_debugging.md"
- DANDI CLI and Python API: https://dandi.readthedocs.io
- Developer Guide:
- Project Structure: "20_project_structure.md"
- Notes: "40_development.md"
- REST API Swagger: https://api.dandiarchive.org/swagger
- REST API Redoc: https://api.dandiarchive.org/redoc
- Contributing Documentation: "100_contribute_docs.md"
- DANDI Hub: "50_hub.md"
- Tutorials:
- Dandiset Examples: https://www.dandiarchive.org/example-notebooks
- Health Status:
- Dandisets: https://github.com/dandi/dandisets-healthstatus
- Services: https://www.dandiarchive.org/upptime
- Terms and Policies:
- Terms: "about/terms.md"
- Policies: "about/policies.md"
# List of extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.magiclink
- toc:
permalink: True
# List of plugins
plugins:
- search
- open-in-new-tab
# Customize theme
extra:
homepage: https://dandiarchive.org
analytics:
provider: google
property: G-15WQLCLQ3L
social:
- icon: fontawesome/brands/slack
link: https://dandiarchive.slack.com
name: Slack
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
name: Email
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/dandiarchive
name: X-Twitter
- icon: fontawesome/brands/github
link: https://github.com/dandi
name: GitHub
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@dandiarchive
name: YouTube