Maybe now
This commit is contained in:
parent
29db771e62
commit
20064748b1
1 changed files with 5 additions and 4 deletions
|
|
@ -15,9 +15,10 @@ markdown_extensions:
|
||||||
- markdown_include.include:
|
- markdown_include.include:
|
||||||
base_path: .
|
base_path: .
|
||||||
- admonition
|
- admonition
|
||||||
|
docs_dir: 'files'
|
||||||
nav:
|
nav:
|
||||||
- Home: 'files/index.md'
|
- Home: 'index.md'
|
||||||
- User Guide: 'files/usage.md'
|
- User Guide: 'usage.md'
|
||||||
- Data for nerds: 'files/data.md'
|
- Data for nerds: 'data.md'
|
||||||
- License: 'files/license.md'
|
- License: 'license.md'
|
||||||
copyright: 'Copyright © 2023 <a href="https://twitter.com/LucyBscalE">Lucy Joshua</a> and friends, under the GNU GPLv3.'
|
copyright: 'Copyright © 2023 <a href="https://twitter.com/LucyBscalE">Lucy Joshua</a> and friends, under the GNU GPLv3.'
|
||||||
Loading…
Reference in a new issue