Browse Source
Merge pull request #1395 from oregonpillow/latest-release
fix edit uri
pull/1398/head
trapexit
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
3 deletions
-
.gitignore
-
mkdocs/mkdocs.yml
|
|
@ -25,6 +25,5 @@ debian/changelog |
|
|
|
rpmbuild/ |
|
|
|
|
|
|
|
# mkdocs files |
|
|
|
mkdocs/env |
|
|
|
mkdocs/.env |
|
|
|
mkdocs/venv |
|
|
|
__pycache__/ |
|
|
@ -3,7 +3,7 @@ site_description: mergerfs - a featureful union filesystem |
|
|
|
site_url: https://trapexit.github.io/mergerfs/ |
|
|
|
repo_name: mergerfs |
|
|
|
repo_url: https://github.com/trapexit/mergerfs |
|
|
|
edit_uri: tree/master/mkdocs/docs/ |
|
|
|
edit_uri: edit/master/mkdocs/docs/ |
|
|
|
docs_dir: docs |
|
|
|
theme: |
|
|
|
name: material |
|
|
|