forked from pulp/pulp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (36 loc) · 1.03 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: "Pulp CLI"
theme:
name: "readthedocs"
custom_dir: "docs_theme"
version: "0.26.0.dev"
extra_css:
- "css/mkdocstrings.css"
- "css/tabbed.css"
repo_url: "https://github.com/pulp/pulp-cli"
edit_uri: "edit/main/docs/"
markdown_extensions:
- "attr_list"
- toc:
permalink: True
- "admonition"
- "pymdownx.superfences"
- "pymdownx.tabbed":
alternate_style: false
plugins:
- redirects:
redirect_maps:
"installation.md": "index.md"
"configuration.md": "index.md"
"using_the_cli.md": "index.md"
"supported_workflows.md": "index.md"
"advanced_features.md": "index.md"
"CHANGES.md": "index.md"
"contributing.md": "index.md"
"architecture.md": "index.md"
"glue_reference/common_openapi.md": "index.md"
"glue_reference/common_context.md": "index.md"
"glue_reference/common_i18n.md": "index.md"
"glue_reference/core_context.md": "index.md"
"cli_reference/common_generic.md": "index.md"
nav:
- "Overview": "index.md"