summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
blob: 687403c3c1cf68f179e47313b7fef3a59d7dbc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: Tracker
theme: cinder
docs_dir: ./website

nav:
  - Home: 'index.md'
  - Overview: 'overview.md'
  - FAQ: 'faq.md'
  - Community: 'community.md'
  - Documentation:
      User documentation: 'docs/user.md'
      Developer documentation: 'docs/developer.md'
      Commandline documentation: 'docs/commandline.md'

markdown_extensions:
  - admonition
  - markdown_include.include