-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 908 Bytes
/
mkdocs.yml
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&pk_kwd=docs">TailorDev</a>
& 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