-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (45 loc) · 1.38 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: Terrafom Framework Validators
theme:
name: material
palette:
- scheme: orangeCorp
features:
# - navigation.sections
- navigation.tabs
- navigation.top
- content.code.annotate
- header.autohide
- navigation.instant
icon:
repo: fontawesome/brands/github-alt
favicon: https://opensource.orange.com/wp-content/themes/boosted/favicon.ico
logo: https://boosted.orange.com/docs/5.3/assets/brand/orange-logo.svg
extra_css:
- stylesheets/orange.css
nav:
- Overview: "index.md"
- How to use: "getting-started.md"
- String: "stringplanmodifier/index.md"
- Bool: "boolplanmodifier/index.md"
- Int64: "int64planmodifier/index.md"
- ⇗ Other projects: "https://orange-cloudavenue.github.io/projects"
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_url: https://github.com/orange-cloudavenue/terraform-plugin-framework-planmodifiers
repo_name: orange-cloudavenue/terraform-plugin-framework-planmodifiers
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/orange-cloudavenue
copyright: Copyright © Orange 2025