|
|
|
@ -1,24 +1,10 @@ |
|
|
|
site_name: mergerfs |
|
|
|
site_description: mergerfs - a featureful union filesystem |
|
|
|
site_url: http://127.0.0.1:8000 |
|
|
|
repo_name: GitHub |
|
|
|
repo_url: https://github.com/oregonpillow/oregonpillow.github.io |
|
|
|
edit_uri: tree/latest-release/mkdocs/docs/ |
|
|
|
site_url: https://github.com/trapexit/mergerfs |
|
|
|
repo_name: mergerfs |
|
|
|
repo_url: https://github.com/trapexit/mergerfs |
|
|
|
edit_uri: tree/master/mkdocs/docs/ |
|
|
|
docs_dir: docs |
|
|
|
markdown_extensions: |
|
|
|
- pymdownx.arithmatex |
|
|
|
- pymdownx.extra |
|
|
|
- pymdownx.magiclink |
|
|
|
- pymdownx.tilde |
|
|
|
- pymdownx.tasklist |
|
|
|
- pymdownx.smartsymbols |
|
|
|
- pymdownx.mark |
|
|
|
- pymdownx.details |
|
|
|
- pymdownx.superfences |
|
|
|
- pymdownx.tabbed |
|
|
|
- admonition |
|
|
|
- footnotes |
|
|
|
- toc |
|
|
|
theme: |
|
|
|
name: material |
|
|
|
logo: logo.jpeg |
|
|
|
|