-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
97 lines (92 loc) · 2.84 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
site_name: OpenFABR Cloud Development Framework
site_description: >-
OpenFABR is a group of open source projects developed and sponsored by FABR,
a developer experience and tooling company specialising in cloud infrastructure.
site_url: https://openfabr.github.io/cdf
copyright: Copyright © 2022 OpenFABR CDF Contributors.
repo_url: https://github.com/openfabr/cdf
repo_name: openfabr/cdf
theme:
name: material # mkdocs, readthedocs
logo: assets/openfabr-logo-600x500-invert.png
#logo: assets/logo1-fabr-logo-small-white.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- content.tooltips
- navigation.expand
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
homepage: /cdf/
social:
- icon: fontawesome/brands/discord
link: https://discord.com/channels/1039810916625162260/1039819988296552510
- icon: fontawesome/brands/github
link: https://github.com/openfabr/cdf
analytics:
provider: google
property: G-J095VMTQH7
plugins:
- search
- minify:
minify_html: true
- social
markdown_extensions:
- def_list
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
# Page tree
nav:
- Home: index.md
- Introduction:
- What is CDF: introduction/what-is-cdf.md
- Why MODULAR: introduction/why-modular.md
- Why CUSTOM: introduction/why-custom.md
- React for Infrastructure-as-Code: introduction/react-for-iac.md
- Getting Started:
- Quick Start: getting-started/quick-start.md
- Writing Tests: getting-started/writing-tests.md
- User Guide:
- Overview: user-guide/overview.md
- Situation: user-guide/situation.md
- Goal: user-guide/goal.md
- Guiding Principles: user-guide/guiding-principles.md
- Framework Spec: user-guide/framework-spec.md
- Framework Implementation: user-guide/framework-implementation.md
- Package Implementation: user-guide/package-implementation.md
- Iac Runtime Entry Point: user-guide/iac-runtime-entry-point.md
- Persona Perspectives: user-guide/persona-perspectives.md
- Implementation Details: user-guide/implementation-details.md
- FAQ: user-guide/faq.md
- References:
- TypeScript: references/typescript/index.md