Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elements Interface for external analysis packages
# Elements Interface for external analysis packages

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

Installation and usage instructions can be found at the
[Element documentation](https://datajoint.com/docs/elements/element-interface).
[Element documentation](https://datajoint.com/docs/elements/element-interface).
34 changes: 14 additions & 20 deletions docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ theme:
name: material
custom_dir: src/.overrides
icon:
logo: main/project-logo-black
favicon: assets/images/project-logo-color.png
logo: main/company-logo
favicon: assets/images/company-logo-blue.png
features:
- toc.integrate
- content.code.annotate
Expand Down Expand Up @@ -127,44 +127,38 @@ extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
version:
provider: mike
social:
- icon: main/company-logo
link: https://www.datajoint.com/
- icon: fontawesome/solid/ticket
link: https://support.djneuro.io/portal/en/home
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/DataJointIO
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
- https://js-na1.hs-scripts.com/23133402.js # HubSpot chatbot
32 changes: 11 additions & 21 deletions docs/src/.overrides/.icons/main/company-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 0 additions & 22 deletions docs/src/.overrides/.icons/main/project-logo-black.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
40 changes: 37 additions & 3 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
--dj-white: #ffffff;
}

/* footer previous/next navigation */
.md-footer__inner:not([hidden]) {
display: none
}

/* footer social icons */
html a[title="DataJoint"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="Slack"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="LinkedIn"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="Twitter"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="GitHub"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="DockerHub"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="PyPI"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="StackOverflow"].md-social__link svg {
color: var(--dj-primary);
}
html a[title="YouTube"].md-social__link svg {
color: var(--dj-primary);
}

[data-md-color-scheme="datajoint"] {
/* ribbon */
/* ribbon + markdown heading expansion */
Expand All @@ -29,7 +63,7 @@

/* footer */
/* previous/next text */
--md-footer-fg-color: var(--dj-primary);
/* --md-footer-fg-color: var(--dj-primary); */
}

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

/* footer */
/* previous/next text */
--md-footer-fg-color: var(--dj-white);
}
/* --md-footer-fg-color: var(--dj-white); */
}