-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
84 lines (82 loc) · 2.33 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: Terraflex
site_url: https://terraflex.iamshobe.com/
copyright: Copyright © 2024 Elran Shefer - IamShobe
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
watch:
- terraflex/ # Watch the terraflex folder for changes
- docs_includes/
- examples/
theme:
name: material
palette:
primary: deep purple
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- content.tooltips
- navigation.tabs
- navigation.path
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.footer
plugins:
- tags
- search
- markdown-exec
- kroki
- include-markdown
- mkdocstrings:
handlers:
python:
options:
allow_inspection: true
show_bases: true
show_labels: true
heading_level: 3
show_root_heading: true
show_root_full_path: false
show_root_members_full_path: false
show_object_full_path: false
repo_url: https://github.com/IamShobe/terraflex
repo_name: IamShobe/terraflex
edit_uri: edit/main/docs/
nav:
- Terraflex:
- index.md
- Getting Started:
- getting-started/01-intro.md
- getting-started/02-installation.md
- Guides:
- getting-started/guides/01-setting-up-git.md
- getting-started/guides/02-encryption-using-1password.md
- Examples:
- getting-started/examples/all-local.md
- getting-started/examples/1password-storage-provider.md
- getting-started/examples/envvar-storage-provider.md
- Reference:
- General:
- reference/general/01-terraflex_yaml.md
- reference/general/02-storage-providers.md
- reference/general/03-transformers.md
- reference/general/04-entrypoints.md
- Storage Providers:
- reference/storage-providers/local.md
- reference/storage-providers/git.md
- reference/storage-providers/envvar.md
- reference/storage-providers/onepassword.md
- Transformers:
- reference/transformers/encryption.md
- Encryption Providers:
- reference/encryption-providers/age.md
- CLI Commands:
- reference/commands/init.md
- reference/commands/print-bindings.md
- reference/commands/wrap.md
- reference/commands/start.md