mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-15 07:11:15 +00:00
docs: build multi-version documentation (#327)
* Build multi-version docs with 'mike' Signed-off-by: Dmytro Bondar <git@bonddim.com> * Revert remote_branch option --------- Signed-off-by: Dmytro Bondar <git@bonddim.com>
This commit is contained in:
25
mkdocs.yml
25
mkdocs.yml
@@ -1,13 +1,14 @@
|
||||
# build with MkDocs 1.5.3, mkdocs-material-9.4.7
|
||||
|
||||
---
|
||||
site_name: WireGuard Portal
|
||||
site_description: 'Manage WireGuard Peers and Interface using a beautiful and simple web UI.'
|
||||
site_url: https://wgportal.org
|
||||
repo_name: 'h44z/wg-portal'
|
||||
repo_url: 'https://github.com/h44z/wg-portal'
|
||||
copyright: 'Copyright © 2023-2024 WireGuard Portal Project'
|
||||
site_description: Manage WireGuard Peers and Interface using a beautiful and simple web UI.
|
||||
site_url: https://wgportal.org/
|
||||
repo_name: h44z/wg-portal
|
||||
repo_url: https://github.com/h44z/wg-portal
|
||||
copyright: Copyright © 2023-2024 WireGuard Portal Project
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: docs/theme-overrides
|
||||
@@ -18,15 +19,19 @@ theme:
|
||||
favicon: assets/images/favicon-large.png
|
||||
language: en
|
||||
features:
|
||||
- tabs
|
||||
- instant
|
||||
- navigation.instant
|
||||
- navigation.tabs
|
||||
|
||||
plugins:
|
||||
- search
|
||||
#- social # disable until https://github.com/squidfunk/mkdocs-material/issues/6983 is resolved
|
||||
- social
|
||||
- minify:
|
||||
minify_html: true
|
||||
|
||||
extra:
|
||||
version:
|
||||
provider: mike
|
||||
default: latest
|
||||
social:
|
||||
- icon: fontawesome/brands/github-alt
|
||||
link: https://github.com/h44z/wg-portal
|
||||
|
Reference in New Issue
Block a user