forked from log2timeline/dftimewolf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 708 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
30 lines (28 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: dfTimewolf
site_url: https://dfTimewolf.com/
nav:
- Home: index.md
- Getting started: getting-started.md
- User manual: user-manual.md
- Developers' guide: developers-guide.md
- Module writing basics: module-writing-basics.md
- Architecture: architecture.md
- Metawolf: metawolf.md
- Recipe list: recipe-list.md
- Recipe caveats: recipe-caveat.md
markdown_extensions:
- meta
- attr_list
- toc:
permalink: True
theme:
name: readthedocs
logo: _static/logo.png
language: en
features:
- navigation.tabs
- navigation.sections
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/log2timeline/dftimewolf