docs: build multi-version documentation (#327)
Some checks are pending
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run

* 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:
Dmytro Bondar
2024-12-03 19:04:43 +01:00
committed by GitHub
parent afcba8d43e
commit ba9b6c39e0
3 changed files with 33 additions and 21 deletions

View File

@@ -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 &copy; 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 &copy; 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