-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
39 lines (38 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
38
39
site_name: Hiroki
site_description: v2.0.0
docs_dir: mkdocs
site_dir: docs
repo_url: https://github.com/ivanhuay/hiroki
extra:
analytics:
provider: google
property: UA-141670070-1
nav:
- Home: 'index.md'
- Getting Starter: 'getting-started.md'
- Docs:
- 'Methods': 'docs/methods.md'
- 'REST API':
- Request: 'docs/rest-api/index.md'
- 'docs/rest-api/query-parameters.md'
- 'changelog': 'changelog.md'
- Legacy:
- 'v0.2.9':
- 'v0.2.9/index.md'
- 'rest-api':
- 'v0.2.9/rest-api/index.md'
- 'v0.2.9/rest-api/detailed-documentation.md'
- 'v0.2.9/rest-api/one-request.md'
- 'extending-hiroki':
- 'v0.2.9/extending-hiroki/configuration.md'
- 'v0.2.9/extending-hiroki/decorators.md'
- 'v0.2.9/extending-hiroki/overview.md'
theme:
name: material
highlightjs: true
features:
- navigation.instant
- navigation.tabs
hljs_languages:
- yaml
- rust