forked from pingbird/flutter-recipes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
168 lines (161 loc) · 5.35 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
site_name: Figgy
site_description: >-
Figgy is a serverless configuration management framework designed to simplify and accelerate managing application
configurations and secrets at any scale. Figgy is ideal for teams looking to standardize on a single tool, but want
to avoid the complexity of standing up and managing in-house or third party software.
site_url: https://www.figgy.dev/
repo_url: https://github.com/figtools/figgy
theme:
name: material
custom_dir: mkdocs-material/material
language: en
favicon: images/logos/favicon/favicon.ico
font:
text: Roboto Mono
code: Roboto Mono
icon:
logo: logo
features:
- tabs
include_sidebar: yes
include_search_page: false
search_index_only: false
extra_css:
- stylesheets/figgy-theme.css
- stylesheets/figgy-system.css
- stylesheets/figgy-code.css
- stylesheets/figgy-other.css
- stylesheets/figgy-overrides.css
- stylesheets/growl-dark-theme.css
- stylesheets/lightgallery.min.css
- fonts/lightgallery/stylesheet.css
- fonts/AlpinGothic/stylesheet.css
- fonts/Montserrat/stylesheet.css
- fonts/ProximaNova/stylesheet.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/figtools
- icon: fontawesome/brands/twitter
link: https://twitter.com/JordanMance1
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jordan-mance-78b87133/
markdown_extensions:
- toc:
permalink: '#'
- admonition
- codehilite:
guess_lang: False
# use_pygments: True
# noclasses: True
# pygments_style: murphy
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- meta
- lightgallery
nav:
- Home: index.md
- Getting Started:
- What's Figgy: 'whats-figgy.md'
- Features: 'features.md'
- Demo: getting-started/demo.md
- Installing FiggyCLI: getting-started/install.md
- Sandbox: getting-started/sandbox.md
- Concepts: getting-started/concepts.md
- Fundamentals: getting-started/basics.md
- FAQ: faq/faq.md
- Commands:
- Config:
- Get: commands/config/get.md
- Put: commands/config/put.md
- Delete: commands/config/delete.md
- Edit: commands/config/edit.md
- Browse: commands/config/browse.md
- List: commands/config/list.md
- Promote: commands/config/promote.md
- Sync: commands/config/sync.md
- Prune: commands/config/prune.md
- Share: commands/config/share.md
- Dump: commands/config/dump.md
- Audit: commands/config/audit.md
- Restore: commands/config/restore.md
- Validate: commands/config/validate.md
- UI: commands/ui/ui.md
- IAM:
- Export: commands/iam/export.md
- Restore: commands/iam/restore.md
- OTS:
- Put: commands/ots/put.md
- Get: commands/ots/get.md
- Other:
- Configure: commands/other/configure.md
- Version: commands/other/version.md
- Login: commands/other/login.md
- Upgrade: commands/other/upgrade.md
- --flags:
- --env: commands/flags/env.md
- --role: commands/flags/role.md
- --profile: commands/flags/profile.md
- User Guides:
- How To:
- Manage Application Configs: user-guides/how-to/manage-application-configs.md
- Configure CICD Validation: user-guides/how-to/cicd-validation.md
- Manage & Share Secrets: user-guides/how-to/share-secrets.md
- Rotate Secrets: user-guides/how-to/secret-rotation.md
- Advanced Figgy:
- Config Confidentiality: advanced/confidentiality.md
- Declarative Configuration: advanced/declarative-configuration.md
- Developer Guide: user-guides/dev.md
- DevOps Guide: user-guides/devops.md
- Secret Owner Guide: user-guides/secret.md
- Figgy Repositories: user-guides/repos.md
- Operator Manual:
- Setup Guide: manual/setup.md
- Figgy Footprint: manual/footprint.md
- Figgy Cloud:
- Introduction: manual/figgy-cloud/index.md
- Bastion: manual/figgy-cloud/bastion.md
- Google: manual/figgy-cloud/google.md
- Okta: manual/figgy-cloud/okta.md
- Standard: manual/figgy-cloud/standard.md
- Configuration:
- Figgy Cloud: manual/configuration/figgy-cloud.md
- Figgy CLI: manual/configuration/figgy-cli.md
- IAM Cookbook: manual/configuration/iam-cookbook.md
- Maintenance:
- Updating Figgy: manual/maintenance/updating-figgy-cloud.md
- Integrations:
- Slack: manual/integrations/slack.md
- Kubernetes: manual/integrations/k8s.md
- License: manual/license.md
- Support: manual/support.md
- Architecture:
- Figgy Ecosystem: architecture/ecosystem.md
- Authentication: architecture/authentication.md
- Events: architecture/events.md
- Security: architecture/security.md
- Caching: architecture/caching.md
- About:
- Vision: about/vision.md
- About: about/about.md
- Support: about/support.md
# Google Analytics
google_analytics:
- 'UA-168748263-1'
- auto