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/
5
5
6
6
theme :
7
7
name : material
8
+ custom_dir : overrides
8
9
logo : assets/logo-black.png
9
10
favicon : assets/logo.png
10
11
features :
24
25
25
26
nav :
26
27
- ⬅ Home : https://www.datajoint.org/
27
- - Element Array Ephys : /
28
+ - Element Array Ephys : /getting_started/
28
29
- Getting Started :
29
30
- Installation : getting_started/index.md
30
31
- Set Up : getting_started/setup.md
@@ -40,12 +41,19 @@ plugins:
40
41
" index.md " : " getting_started/index.md"
41
42
- mkdocstrings :
42
43
default_handler : python
44
+
43
45
markdown_extensions :
44
46
- attr_list
47
+ - pymdownx.emoji :
48
+ options :
49
+ custom_icons :
50
+ - overrides/.icons
45
51
46
52
extra :
47
53
generator : false # Disable watermark
48
54
social :
55
+ - icon : datajoint/dj-logo-white
56
+ link : https://www.datajoint.com/
49
57
- icon : fontawesome/brands/slack
50
58
link : https://datajoint.slack.com
51
59
- icon : fontawesome/brands/linkedin
You can’t perform that action at this time.
0 commit comments