-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yaml
139 lines (136 loc) · 4.3 KB
/
mkdocs.yaml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# ---------------------- PROJECT SPECIFIC ---------------------------
site_name: DataJoint Documentation
site_url: http://localhost/docs
repo_name: datajoint/datajoint-docs
repo_url: https://github.com/datajoint/datajoint-docs
nav:
- Welcome: index.md
- DataJoint Python: core/datajoint-python/
- DataJoint Elements:
- elements/index.md
- Concepts: elements/concepts.md
- User Guide: elements/user-guide.md
- Developer Guide: elements/developer-guide.md
- Management:
- Plan: elements/management/plan.md
- Governance: elements/management/governance.md
- Selection: elements/management/selection.md
- Quality Assurance: elements/management/quality-assurance.md
- Outreach: elements/management/outreach.md
- Dissemination: elements/management/dissemination.md
- Adoption: elements/management/adoption.md
- Additional Resources: additional-resources.md
- Project Showcase:
- projects/index.md
- Catalog: https://catalog.datajoint.io
- Teams: projects/teams.md
- Publications: projects/publications.md
- Support & Events: support-events.md
- Partnerships:
- DANDI: partnerships/dandi.md
- Facemap: partnerships/facemap.md
- INCF: partnerships/incf.md
- NWB: partnerships/nwb.md
- Open Ephys GUI: partnerships/openephysgui.md
- Suite2p: partnerships/suite2p.md
- About:
- History: about/history.md
- Team: about/datajoint-team.md
- Citation Guidelines: about/citation.md
- Contribution Guidelines: about/contribute.md
# ---------------------------- STANDARD -----------------------------
docs_dir: ./src
edit_uri: ./edit/main/src
theme:
font:
text: Roboto Slab
code: Source Code Pro
name: material
custom_dir: src/.overrides
icon:
logo: main/company-logo
favicon: assets/images/company-logo-blue.png
features:
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: datajoint
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- section-index
- redirects:
redirect_maps:
"index.md": "welcome.md"
- exclude:
glob:
- archive/*
- images/*md
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
options:
custom_icons:
- .overrides/.icons
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- mdx_truly_sane_lists
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- footnotes
- pymdownx.details: # permit folded <details> blocks via `??? note "Title"` format
- pymdownx.snippets # Allows including file snippets e.g. --8<-- "; src/file.md"
- pymdownx.magiclink # Displays bare URLs as links
- pymdownx.tasklist: # Renders check boxes in tasks lists
custom_checkbox: true
extra:
generator: false # Disable watermark
version:
provider: mike
social:
- icon: main/company-logo
link: https://www.datajoint.com
name: DataJoint
- icon: fontawesome/brands/slack
link: https://datajoint.slack.com
name: Slack
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/datajoint
name: LinkedIn
- icon: fontawesome/brands/twitter
link: https://twitter.com/datajoint
name: Twitter
- icon: fontawesome/brands/github
link: https://github.com/datajoint
name: GitHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/datajoint
name: DockerHub
- icon: fontawesome/brands/python
link: https://pypi.org/user/datajointbot
name: PyPI
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/questions/tagged/datajoint
name: StackOverflow
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCdeCuFOTCXlVMRzh6Wk-lGg
name: YouTube
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot