forked from GitTools/GitReleaseManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (31 loc) · 1.11 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
site_name: GitReleaseManager
theme: readthedocs
repo_url: https://github.com/GitTools/GitReleaseManager
strict: true
pages:
- What is GitReleaseManager: index.md
- Why use GitReleaseManager: why-grm.md
- Advanced Workflow: advanced.md
- Installation:
- Via Chocolatey: installation/chocolatey.md
- Via NuGet: installation/nuget.md
- Configuration:
- Default Configuration: configuration/default-configuration.md
- Example of Create Configuration: configuration/create-configuration.md
- Example of Export Configuration: configuration/export-configuration.md
- Issues to include: configuration/include-issues.md
- Issues to exclude: configuration/exclude-issues.md
- Label Aliases: configuration/label-aliases.md
- Commands:
- Create: commands/create.md
- Add Assets: commands/add-assets.md
- Publish: commands/publish.md
- Close: commands/close.md
- Export: commands/export.md
- Init: commands/init.md
- Show Config: commands/show-config.md
- Logging:
- Configure Logging: logging/logging.md
- Credits:
- Particular Software: credits/particular.md
- Icon: credits/icon.md