|
| 1 | +site_name: Atuin Documentation |
| 2 | +site_url: https://docs.atuin.sh |
| 3 | +repo_url: https://github.com/atuinsh/atuin |
| 4 | +repo_name: atuinsh/atuin |
| 5 | + |
| 6 | +theme: |
| 7 | + name: material |
| 8 | + palette: |
| 9 | + - scheme: default |
| 10 | + primary: deep purple |
| 11 | + accent: deep purple |
| 12 | + toggle: |
| 13 | + icon: material/brightness-7 |
| 14 | + name: Switch to dark mode |
| 15 | + - scheme: slate |
| 16 | + primary: deep purple |
| 17 | + accent: deep purple |
| 18 | + toggle: |
| 19 | + icon: material/brightness-4 |
| 20 | + name: Switch to light mode |
| 21 | + features: |
| 22 | + - navigation.tabs |
| 23 | + - navigation.sections |
| 24 | + - navigation.expand |
| 25 | + - search.suggest |
| 26 | + - search.highlight |
| 27 | + - content.code.copy |
| 28 | + - content.action.edit |
| 29 | + - content.action.view |
| 30 | + |
| 31 | +plugins: |
| 32 | + - search |
| 33 | + - multirepo: |
| 34 | + cleanup: false |
| 35 | + - git-revision-date-localized: |
| 36 | + enable_creation_date: true |
| 37 | + - redirects: |
| 38 | + redirect_maps: |
| 39 | + "guide/getting-started.md": "cli/guide/getting-started.md" |
| 40 | + "guide/installation.md": "cli/guide/installation.md" |
| 41 | + "guide/sync.md": "cli/guide/sync.md" |
| 42 | + "guide/import.md": "cli/guide/import.md" |
| 43 | + "guide/basic-usage.md": "cli/guide/basic-usage.md" |
| 44 | + "guide/dotfiles.md": "cli/guide/dotfiles.md" |
| 45 | + "guide/theming.md": "cli/guide/theming.md" |
| 46 | + "configuration/config.md": "cli/configuration/config.md" |
| 47 | + "configuration/key-binding.md": "cli/configuration/key-binding.md" |
| 48 | + "reference/list.md": "cli/reference/list.md" |
| 49 | + "reference/search.md": "cli/reference/search.md" |
| 50 | + "reference/stats.md": "cli/reference/stats.md" |
| 51 | + "reference/doctor.md": "cli/reference/doctor.md" |
| 52 | + "reference/daemon.md": "cli/reference/daemon.md" |
| 53 | + "reference/import.md": "cli/reference/import.md" |
| 54 | + "reference/info.md": "cli/reference/info.md" |
| 55 | + "reference/gen-completions.md": "cli/reference/gen-completions.md" |
| 56 | + "reference/prune.md": "cli/reference/prune.md" |
| 57 | + "reference/sync.md": "cli/reference/sync.md" |
| 58 | + "self-hosting/server-setup.md": "cli/self-hosting/server-setup.md" |
| 59 | + "self-hosting/usage.md": "cli/self-hosting/usage.md" |
| 60 | + "self-hosting/docker.md": "cli/self-hosting/docker.md" |
| 61 | + "self-hosting/kubernetes.md": "cli/self-hosting/kubernetes.md" |
| 62 | + "self-hosting/systemd.md": "cli/self-hosting/systemd.md" |
| 63 | + "known-issues.md": "cli/known-issues.md" |
| 64 | + "integrations.md": "cli/integrations.md" |
| 65 | + "faq.md": "cli/faq.md" |
| 66 | + "uninstall.md": "cli/uninstall.md" |
| 67 | + "sync-v2.md": "cli/sync-v2.md" |
| 68 | + |
| 69 | +markdown_extensions: |
| 70 | + - pymdownx.highlight: |
| 71 | + anchor_linenums: true |
| 72 | + - pymdownx.superfences |
| 73 | + - pymdownx.tabbed: |
| 74 | + alternate_style: true |
| 75 | + - admonition |
| 76 | + - pymdownx.details |
| 77 | + - attr_list |
| 78 | + - md_in_html |
| 79 | + - tables |
| 80 | + - pymdownx.keys |
| 81 | + - pymdownx.emoji: |
| 82 | + emoji_index: !!python/name:material.extensions.emoji.twemoji |
| 83 | + emoji_generator: !!python/name:material.extensions.emoji.to_svg |
| 84 | + |
| 85 | +extra_css: |
| 86 | + - stylesheets/extra.css |
| 87 | + |
| 88 | +extra: |
| 89 | + social: |
| 90 | + - icon: fontawesome/brands/github |
| 91 | + link: https://github.com/atuinsh/atuin |
| 92 | + - icon: fontawesome/brands/discord |
| 93 | + link: https://discord.gg/jR3tfchVvW |
| 94 | + |
| 95 | +nav: |
| 96 | + - Home: index.md |
| 97 | + - CLI: "!import https://github.com/atuinsh/atuin?branch=main&docs_dir=docs/docs/*&config=docs/mkdocs.yml" |
| 98 | + - Desktop: "!import https://github.com/atuinsh/desktop?branch=main&docs_dir=docs/docs/*&config=docs/mkdocs.yml" |
0 commit comments