forked from AuHau/toggl-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (27 loc) · 727 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (27 loc) · 727 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
31
32
site_name: 'Toggl CLI - Documentation'
site_description: 'Command line tool and set of Python wrapper classes for interacting with toggl''s API'
site_author: 'Adam Uhlíř'
copyright: 'Copyright © 2023 <a href="https://uhlir.dev">Adam Uhlíř</a>'
repo_name: 'auhau/toggl-cli'
repo_url: 'https://github.com/auhau/toggl-cli'
theme:
name: 'material'
palette:
primary: 'amber'
accent: 'amber'
icon:
logo: 'material/power'
repo: fontawesome/brands/git-alt
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
google_analytics:
- UA-69422360-3
- auto
nav:
- About: 'index.md'
- Command Line Interface: 'cli.md'
- API Wrappers: 'api.md'