File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
overrides/.icons/datajoint Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ docs_dir: ./src/
55
66theme :
77 name : material
8+ custom_dir : overrides
89 logo : assets/logo-black.png
910 favicon : assets/logo.png
1011 features :
2425
2526nav :
2627 - ⬅ Home : https://www.datajoint.org/
27- - Element Array Ephys : /
28+ - Element Array Ephys : /getting_started/
2829 - Getting Started :
2930 - Installation : getting_started/index.md
3031 - Set Up : getting_started/setup.md
@@ -40,12 +41,19 @@ plugins:
4041 " index.md " : " getting_started/index.md"
4142 - mkdocstrings :
4243 default_handler : python
44+
4345markdown_extensions :
4446 - attr_list
47+ - pymdownx.emoji :
48+ options :
49+ custom_icons :
50+ - overrides/.icons
4551
4652extra :
4753 generator : false # Disable watermark
4854 social :
55+ - icon : datajoint/dj-logo-white
56+ link : https://www.datajoint.com/
4957 - icon : fontawesome/brands/slack
5058 link : https://datajoint.slack.com
5159 - icon : fontawesome/brands/linkedin
You can’t perform that action at this time.
0 commit comments