lib.itmens/mkdocs.yml

49 lines
1.3 KiB
YAML
Raw Normal View History

2024-06-05 21:53:02 -04:00
site_name: 🧩 NeoDB
site_url: https://neodb.net
repo_url: http://github.com/neodb-social/neodb
edit_uri: blob/main/docs/
site_description: Mark the things you love.
nav:
- Introduction: 'index.md'
- features.md
- install.md
- upgrade.md
- configuration.md
- troubleshooting.md
- development.md
2024-06-06 16:27:48 -04:00
- 'Our Story': story.md
2024-06-05 21:53:02 -04:00
theme:
logo: assets/logo.svg
name: material
palette:
primary: custom
accent: custom
features:
# - navigation.tabs
# - navigation.footer
2024-06-06 10:25:56 -04:00
custom_dir: docs/templates
2024-06-05 21:53:02 -04:00
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://mastodon.online/@neodb/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/NeoDBsocial
- icon: fontawesome/brands/threads
link: https://www.threads.net/@neodb.social
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/neodb.bsky.social
- icon: fontawesome/brands/discord
link: https://discord.gg/QBHkrV8bxK
- icon: fontawesome/brands/github
link: http://github.com/neodb-social/neodb
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/neodb
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format