summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
blob: 8c94d62ee7cd15a2dded0ae125aa982a86bff9c6 (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
site_url: https://gnome.pages.gitlab.gnome.org/tracker/

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