Skip to content
Merged
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
15 changes: 6 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ site_url: https://docs.vipm.io
repo_name: vipm-io/docs
edit_uri: edit/main/docs/
repo_url: https://github.com/vipm-io/docs
copyright: Copyright © 2026 VIPM Community Contributors

theme:
name: material
Expand All @@ -18,6 +19,11 @@ theme:

custom_dir: overrides

features:
- search.suggest
- search.highlight
- search.share

font:
text: Roboto

Expand All @@ -37,9 +43,6 @@ extra:
- icon: fontawesome/brands/discord
link: https://discord.gg/uyXwAz4B63

hooks:
- hooks.py

markdown_extensions:
- admonition
- attr_list
Expand All @@ -50,11 +53,6 @@ markdown_extensions:
base_path: docs/.snippets
check_paths: true

plugins:
- redirects:
redirect_maps:
'report-a-problem.md': 'support.md'

nav:
- Home: index.md
- VIPM Editions: vipm-editions-comparison.md
Expand Down Expand Up @@ -102,4 +100,3 @@ nav:
- Troubleshooting:
- troubleshooting/index.md
- troubleshooting/are-vipms-online-services-down.md

Loading