Skip to content

Commit 052e589

Browse files
committed
add datajoint social link
1 parent 111fcf5 commit 052e589

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/mkdocs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ docs_dir: ./src/
55

66
theme:
77
name: material
8+
custom_dir: overrides
89
logo: assets/logo-black.png
910
favicon: assets/logo.png
1011
features:
@@ -24,7 +25,7 @@ theme:
2425

2526
nav:
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+
4345
markdown_extensions:
4446
- attr_list
47+
- pymdownx.emoji:
48+
options:
49+
custom_icons:
50+
- overrides/.icons
4551

4652
extra:
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
Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)