-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (30 loc) · 927 Bytes
/
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
site_name: Pulumi Wasm
repo_url: https://github.com/andrzejressel/pulumi-gestalt
theme:
palette:
scheme: slate
name: material
search: true
features:
- navigation.sections
custom_dir: !ENV [MKDOCS_OVERRIDE, "docs_additions/overrides/dev"]
nav:
- index.md
- crates.md
- rustdoc: "/pulumi-gestalt/rust-docs/pulumi_gestalt_rust/index.html"
- rustdoc (Wasm): "/pulumi-gestalt/rust-docs-wasm/pulumi_gestalt_rust/index.html"
- DevBlog: https://dev.to/andrzejressel/series/30425
- Internal:
- Internal/Output.md
- Internal/Serialization formats.md
- Internal/WIT.md
- Internal/Supporting new language.md
copyright: >
Copyright © 2024 - 2025 Pulumi Wasm project
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets