forked from allegro/axion-release-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 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
33
34
35
36
site_name: axion-release-plugin
site_description: Gradle release & version mamangement plugin.
site_author: allegro.tech
repo_url: https://github.com/allegro/axion-release-plugin
theme:
name: null
custom_dir: docs/theme
markdown_extensions:
- toc:
anchorlink: true
extra:
version: '1.9.3'
pages:
- Home: 'index.md'
- Changelog: 'changelog.md'
- Examples: 'examples/examples.md'
- Configuration:
- Overview: 'configuration/overview.md'
- Basic usage: 'configuration/basic_usage.md'
- Tasks: 'configuration/tasks.md'
- Version creation: 'configuration/version.md'
- Repository: 'configuration/repository.md'
- Authorization: 'configuration/authorization.md'
- Overriding version: 'configuration/force_version.md'
- Next version markers: 'configuration/next_version.md'
- Pre/post release hooks: 'configuration/hooks.md'
- Pre-release checks: 'configuration/checks.md'
- Uncommitted changes: 'configuration/uncommitted_changes.md'
- Publishing: 'configuration/publishing.md'
- Dry run: 'configuration/dry_run.md'
- CI Servers: 'configuration/ci_servers.md'