-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
mkdocs.yml
44 lines (34 loc) · 1.12 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
40
41
42
43
44
site_name : Octokit.net Documentation
site_description: A GitHub API client for .NET
dev_addr: '0.0.0.0:8000'
repo_url: https://github.com/octokit/octokit.net/
docs_dir: docs/
site_dir: docs/_build/
theme: readthedocs
#theme_dir: ./theme/mkdocs/
#theme_center_lead: false
nav:
- 'Home' : 'index.md'
- 'Getting Started' : getting-started.md
- Features:
- 'Issues' : 'issues.md'
- 'Labels' : 'labels.md'
- 'Milestones' : 'milestones.md'
- 'Releases' : 'releases.md'
- 'Search' : 'search.md'
- 'Self-hosted runners': 'self-hosted-runners.md'
- 'Self-hosted runner groups': 'self-hosted-runner-groups.md'
- 'Git Database' : 'git-database.md'
- 'GitHub Apps' : 'github-apps.md'
- Samples:
- 'Exploring Pull Requests' : 'demos/exploring-pull-requests.md'
- Advanced:
- 'API Options': 'extensibility.md'
- 'Working with Enums': 'working-with-enums.md'
- 'Debugging from Source': 'debugging-source.md'
- 'OAuth Flow': 'oauth-flow.md'
- 'HttpClient': 'http-client.md'
- Contributing:
- 'Shipping Releases' : 'shipping-releases.md'
- 'Strong Naming' : 'strong-naming.md'
- 'Documentation': 'contributing.md'