|
| 1 | +site_name: Element Array Ephys |
| 2 | +repo_url: https://github.com/datajoint/element-array-ephys |
| 3 | +repo_name: datajoint/element-array-ephys |
| 4 | +docs_dir: ./src/ |
| 5 | + |
| 6 | +theme: |
| 7 | + name: material |
| 8 | + custom_dir: overrides |
| 9 | + logo: assets/elements-logo-black.png |
| 10 | + favicon: assets/elements-logo.png |
| 11 | + features: |
| 12 | + - toc.integrate |
| 13 | + palette: |
| 14 | + - media: "(prefers-color-scheme: light)" |
| 15 | + scheme: datajoint |
| 16 | + toggle: |
| 17 | + icon: material/brightness-7 |
| 18 | + name: Switch to dark mode |
| 19 | + - media: "(prefers-color-scheme: dark)" |
| 20 | + scheme: slate |
| 21 | + toggle: |
| 22 | + icon: material/brightness-4 |
| 23 | + name: Switch to light mode |
| 24 | + |
| 25 | +nav: |
| 26 | + - Element Array Ephys: getting_started/index.md |
| 27 | + - Getting Started: |
| 28 | + - Installation: getting_started/index.md |
| 29 | + - Set Up: getting_started/setup.md |
| 30 | + - Tutorials: tutorials.md |
| 31 | + - Concepts: concepts.md |
| 32 | + - About: about.md |
| 33 | + - API: api.md |
| 34 | + |
| 35 | +plugins: |
| 36 | + - search |
| 37 | + - redirects: |
| 38 | + redirect_maps: |
| 39 | + "index.md": "getting_started/index.md" |
| 40 | + - mkdocstrings: |
| 41 | + default_handler: python |
| 42 | + |
| 43 | +markdown_extensions: |
| 44 | + - attr_list |
| 45 | + - toc: |
| 46 | + permalink: true |
| 47 | + - pymdownx.emoji: |
| 48 | + options: |
| 49 | + custom_icons: |
| 50 | + - overrides/.icons |
| 51 | + |
| 52 | +extra: |
| 53 | + generator: false # Disable watermark |
| 54 | + social: |
| 55 | + - icon: datajoint/dj-logo-white |
| 56 | + link: https://www.datajoint.com/ |
| 57 | + - icon: fontawesome/brands/slack |
| 58 | + link: https://datajoint.slack.com |
| 59 | + - icon: fontawesome/brands/linkedin |
| 60 | + link: https://www.linkedin.com/company/datajoint |
| 61 | + - icon: fontawesome/brands/twitter |
| 62 | + link: https://twitter.com/DataJointIO |
| 63 | + - icon: fontawesome/brands/github |
| 64 | + link: https://github.com/datajoint |
| 65 | + - icon: fontawesome/brands/stack-overflow |
| 66 | + link: https://stackoverflow.com/questions/tagged/datajoint |
| 67 | + - icon: fontawesome/brands/youtube |
| 68 | + link: https://www.youtube.com/channel/UCdeCuFOTCXlVMRzh6Wk-lGg |
| 69 | + |
| 70 | +extra_css: |
| 71 | + - stylesheets/extra.css |
0 commit comments