forked from clook/terraform-provider-harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (53 loc) · 1.77 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: "Terraform Provider: Harbor"
site_url: https://nolte.github.io/terraform-provider-harbor/
repo_url: https://github.com/nolte/terraform-provider-harbor
nav:
- Getting Started: index.md
- Data Sources:
- harbor_label: data_sources/harbor_label.md
- harbor_project: data_sources/harbor_project.md
- harbor_registry: data_sources/harbor_registry.md
- Resources:
- harbor_config_system: resources/harbor_config_system.md
- harbor_configuration: resources/harbor_configuration.md
- harbor_label: resources/harbor_label.md
- harbor_project_member: resources/harbor_project_member.md
- harbor_project: resources/harbor_project.md
- harbor_registry: resources/harbor_registry.md
- harbor_replication: resources/harbor_replication.md
- harbor_retention_policy: resources/harbor_retention_policy.md
- harbor_robot_account: resources/harbor_robot_account.md
- harbor_tasks: resources/harbor_tasks.md
- harbor_usergroup: resources/harbor_usergroup.md
- Guides:
- Development: guides/development.md
- Local E2E Tests: guides/kind.md
theme: readthedocs
markdown_extensions:
- toc:
permalink: True
- pymdownx.snippets:
base_path: docs
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.highlight
extra_css:
- css/table.css
- css/extras.css
extra_javascript:
# fix for https://github.com/mkdocs/mkdocs/issues/2028
- js/table.js