forked from allegro/axion-release-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (36 loc) · 1.36 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
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
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.sections
- toc.integrate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
anchorlink: true
nav:
- Home: 'index.md'
- Changelog: 'https://github.com/allegro/axion-release-plugin/releases'
- 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'
- Resolving dependency conflicts: 'configuration/resolving_dependency_conflicts.md'
- Extensions: 'configuration/extensions.md'