memories/mkdocs.yml

72 lines
1.7 KiB
YAML
Raw Permalink Normal View History

site_name: Memories
site_url: https://memories.gallery
repo_url: https://github.com/pulsejet/memories
repo_name: pulsejet/memories
edit_uri: blob/master/docs/
copyright: Copyright &copy; 2022 - 2023 <a href="https://github.com/pulsejet">Varun Patil</a>
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/7Dr9f9vNjJ
- icon: fontawesome/brands/github
link: https://github.com/pulsejet/memories
- icon: fontawesome/brands/discourse
link: https://help.nextcloud.com/c/apps/memories/
- icon: fontawesome/brands/google-play
link: https://play.google.com/store/apps/details?id=gallery.memories
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- content.action.edit
palette:
- scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/app.svg
favicon: assets/favicon.ico
custom_dir: docs/overrides
plugins:
- search
- social
nav:
- Home: 'index.md'
- Getting started:
- 'install.md'
- 'config.md'
- 'file-types.md'
- 'hw-transcoding.md'
- 'troubleshooting.md'
- 'system-config.md'
- 'occ-commands.md'
- Support:
- 'faq.md'
- 'changelog.md'
- 'memories-vs-photos.md'
- 'privacy.md'
markdown_extensions:
- admonition
- codehilite
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences