Skip to content

Commit a1e72d6

Browse files
authored
Merge pull request #64 from CBroz1/docs
Update logo/styling
2 parents d9c2bc6 + fb24d11 commit a1e72d6

File tree

7 files changed

+64
-68
lines changed

7 files changed

+64
-68
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Elements Interface for external analysis packages
1+
# Elements Interface for external analysis packages
22

33
DataJoint Element for interoperability with other software. DataJoint Elements
44
collectively standardize and automate data collection and analysis for neuroscience
@@ -8,4 +8,4 @@ fully functional pipeline. Element Interface is home to a number of utilities th
88
this possible.
99

1010
Installation and usage instructions can be found at the
11-
[Element documentation](https://datajoint.com/docs/elements/element-interface).
11+
[Element documentation](https://datajoint.com/docs/elements/element-interface).

docs/mkdocs.yaml

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ theme:
6868
name: material
6969
custom_dir: src/.overrides
7070
icon:
71-
logo: main/project-logo-black
72-
favicon: assets/images/project-logo-color.png
71+
logo: main/company-logo
72+
favicon: assets/images/company-logo-blue.png
7373
features:
7474
- toc.integrate
7575
- content.code.annotate
@@ -127,44 +127,38 @@ extra:
127127
analytics:
128128
provider: google
129129
property: !ENV GOOGLE_ANALYTICS_KEY
130-
feedback:
131-
title: Was this page helpful?
132-
ratings:
133-
- icon: material/emoticon-happy-outline
134-
name: This page was helpful
135-
data: 1
136-
note: >-
137-
Thanks for your feedback!
138-
- icon: material/emoticon-sad-outline
139-
name: This page could be improved
140-
data: 0
141-
note: >-
142-
Thanks for your feedback!
143130
version:
144131
provider: mike
145132
social:
146133
- icon: main/company-logo
147-
link: https://www.datajoint.com/
148-
- icon: fontawesome/solid/ticket
149-
link: https://support.djneuro.io/portal/en/home
134+
link: https://www.datajoint.com
135+
name: DataJoint
150136
- icon: fontawesome/brands/slack
151137
link: https://datajoint.slack.com
138+
name: Slack
152139
- icon: fontawesome/brands/linkedin
153140
link: https://www.linkedin.com/company/datajoint
141+
name: LinkedIn
154142
- icon: fontawesome/brands/twitter
155-
link: https://twitter.com/DataJointIO
143+
link: https://twitter.com/datajoint
144+
name: Twitter
156145
- icon: fontawesome/brands/github
157146
link: https://github.com/datajoint
147+
name: GitHub
158148
- icon: fontawesome/brands/docker
159149
link: https://hub.docker.com/u/datajoint
150+
name: DockerHub
160151
- icon: fontawesome/brands/python
161152
link: https://pypi.org/user/datajointbot
153+
name: PyPI
162154
- icon: fontawesome/brands/stack-overflow
163155
link: https://stackoverflow.com/questions/tagged/datajoint
156+
name: StackOverflow
164157
- icon: fontawesome/brands/youtube
165158
link: https://www.youtube.com/channel/UCdeCuFOTCXlVMRzh6Wk-lGg
159+
name: YouTube
166160
extra_css:
167161
- assets/stylesheets/extra.css
168162

169163
extra_javascript:
170-
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
164+
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
Lines changed: 11 additions & 21 deletions
Loading

docs/src/.overrides/.icons/main/project-logo-black.svg

Lines changed: 0 additions & 22 deletions
This file was deleted.
40.8 KB
Loading
-47.2 KB
Binary file not shown.

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@
66
--dj-white: #ffffff;
77
}
88

9+
/* footer previous/next navigation */
10+
.md-footer__inner:not([hidden]) {
11+
display: none
12+
}
13+
14+
/* footer social icons */
15+
html a[title="DataJoint"].md-social__link svg {
16+
color: var(--dj-primary);
17+
}
18+
html a[title="Slack"].md-social__link svg {
19+
color: var(--dj-primary);
20+
}
21+
html a[title="LinkedIn"].md-social__link svg {
22+
color: var(--dj-primary);
23+
}
24+
html a[title="Twitter"].md-social__link svg {
25+
color: var(--dj-primary);
26+
}
27+
html a[title="GitHub"].md-social__link svg {
28+
color: var(--dj-primary);
29+
}
30+
html a[title="DockerHub"].md-social__link svg {
31+
color: var(--dj-primary);
32+
}
33+
html a[title="PyPI"].md-social__link svg {
34+
color: var(--dj-primary);
35+
}
36+
html a[title="StackOverflow"].md-social__link svg {
37+
color: var(--dj-primary);
38+
}
39+
html a[title="YouTube"].md-social__link svg {
40+
color: var(--dj-primary);
41+
}
42+
943
[data-md-color-scheme="datajoint"] {
1044
/* ribbon */
1145
/* ribbon + markdown heading expansion */
@@ -29,7 +63,7 @@
2963

3064
/* footer */
3165
/* previous/next text */
32-
--md-footer-fg-color: var(--dj-primary);
66+
/* --md-footer-fg-color: var(--dj-primary); */
3367
}
3468

3569
[data-md-color-scheme="slate"] {
@@ -55,5 +89,5 @@
5589

5690
/* footer */
5791
/* previous/next text */
58-
--md-footer-fg-color: var(--dj-white);
59-
}
92+
/* --md-footer-fg-color: var(--dj-white); */
93+
}

0 commit comments

Comments
 (0)