mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 00:21:30 +00:00
Fix pages
This commit is contained in:
parent
8eecae92b2
commit
c463d0cf80
2
.github/workflows/mkdocs.yml
vendored
2
.github/workflows/mkdocs.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: pip install mkdocs-material
|
- run: pip install mkdocs-material
|
||||||
- run: mkdocs gh-deploy -m "{sha}" -b "docs" --force --ignore-version --no-history
|
- run: mkdocs gh-deploy -m "{sha}" --force --ignore-version --no-history
|
|
@ -2,7 +2,9 @@ site_name: sing-box
|
||||||
site_author: nekohasekai
|
site_author: nekohasekai
|
||||||
repo_url: https://github.com/SagerNet/sing-box
|
repo_url: https://github.com/SagerNet/sing-box
|
||||||
repo_name: SagerNet/sing-box
|
repo_name: SagerNet/sing-box
|
||||||
copyright: Copyright © 2021 nekohasekai
|
copyright: Copyright © 2022 nekohasekai
|
||||||
|
site_description: The universal proxy platform.
|
||||||
|
remote_branch: docs
|
||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
|
Loading…
Reference in a new issue