-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (52 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
55 lines (52 loc) · 1.54 KB
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
45
46
47
48
49
50
51
52
53
54
55
site_name: Roseau
site_url: https://alien-tools.github.io/roseau
site_description: Roseau checks breaking changes and binary or source compatibility between two versions of a Java library.
site_author: alien-tools
repo_url: https://github.com/alien-tools/roseau
repo_name: alien-tools/roseau
exclude_docs: |
requirements-docs.in
requirements-docs.txt
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.top
- content.code.copy
- content.tabs.link
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji ''
emoji_generator: !!python/name:material.extensions.emoji.to_svg ''
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Getting Started:
- Overview: index.md
- Quickstart: quickstart.md
- Guides:
- Comparing two versions: guides/compare.md
- Use in CI: guides/ci.md
- Ignoring known breaking changes: guides/ignored.md
- YAML configuration: guides/config.md
- Reports: guides/reports.md
- Maven plug-in: guides/maven-plugin.md
- Concepts:
- API surface: api-surface.md
- Kinds of breaking changes: breaking-change-kinds.md
- Reference:
- CLI options: reference/cli.md
- Maven plug-in options: reference/maven-plugin.md