This repository was archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (52 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
site_name: DataJoint Elements
dev_addr: '0.0.0.0:8000'
theme:
name: cinder
custom_dir: docs/themes/cinder-theme-ext
disable_nav_previous_next: true
disable_nav_search: false
nav:
- index.md
- publications.md
- projects.md
- 'Usage':
- usage/design-principles.md
- usage/adopt.md
- Setup: usage/install.md
- usage/glossary.md
- 'Element Descriptions':
- description/lab.md
- description/animal.md
- description/session.md
- description/event.md
- description/array_ephys.md
- description/electrode_localization.md
- description/calcium_imaging.md
- description/miniscope.md
- description/deeplabcut.md
- description/visual_stimulus.md
- description/facemap.md
- 'Community':
- community/contribute.md
- community/workshops.md
- community/support.md
- community/nwb.md
- community/dandi.md
- community/incf.md
- community/suite2p.md
- community/facemap.md
- 'Management and Policies':
- management/plan.md
- management/team.md
- management/governance.md
- management/selection.md
- management/quality-assurance.md
- management/outreach.md
- management/licenses.md
markdown_extensions:
- pymdownx.magiclink
- mdx_truly_sane_lists
extra_css:
- extra.css
plugins:
- include-markdown