summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: bdc4d8dfa5952b9502266a307d848d5ca32abd27 (plain)
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: Watson
theme: flatly
repo_url: https://github.com/TailorDev/Watson
repo_name: GitHub
site_description: A wonderful CLI to track your time!
site_author: TailorDev
copyright: >
  Watson, by <a
  href="http://tailordev.fr?pk_campaign=watson&amp;pk_kwd=docs">TailorDev</a>
  &amp; al. is released under the MIT License.
nav:
- Home: 'index.md'
- User Guide:
    - Commands: 'user-guide/commands.md'
    - Configuration: 'user-guide/configuration.md'
- Contributing:
    - Howto: 'contributing/how-to.md'
    - Hack: 'contributing/hack.md'
    - Pull Request guidelines: 'contributing/pr-guidelines.md'
    - Code of Conduct: 'contributing/coc.md'
    - Release a new version: 'contributing/release-new-version.md'
- FAQ: 'faq.md'
- About:
    - License: 'about/license.md'
    - Release notes: 'about/release-notes.md'
extra_css:
    - css/watson.css
markdown_extensions:
    - attr_list
    - smarty