-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmkdocs.yml
68 lines (65 loc) · 1.37 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Terrareg
repo_url: https://github.com/matthewjohn/terrareg
plugins:
- glightbox
theme:
name: material
logo: ./logo.png
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- md_in_html
nav:
- Introduction:
- index.md
- README: MAIN.md
- Quick Start:
- quickstart.md
- Deployment:
- deployment.md
- Upgrading: UPGRADE.md
- diagnosing_issues.md
- Configuration:
- security.md
- customising.md
- Configuration Reference: CONFIG.md
- API Reference: API.md
- Modules:
- modules/overview.md
- modules/storage.md
- modules/uploading.md
- modules/best_practices.md
- modules/analytics.md
- modules/cost_analysis.md
- modules/security_scanning.md
- modules/misc.md
- Providers:
- providers/index.md
- Development:
- LOCAL_DEVELOPMENT.md
- CONTRIBUTING.md
extra:
version:
default: latest