-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (47 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
site_name: Pulumi Gestalt
repo_url: https://github.com/andrzejressel/pulumi-gestalt
edit_uri: edit/main/docs/
theme:
palette:
scheme: slate
name: material
search: true
features:
- navigation.sections
- navigation.indexes
- content.tabs.link
- content.action.edit
- content.action.view
custom_dir: !ENV [MKDOCS_OVERRIDE, "docs_additions/overrides/dev"]
nav:
- index.md
# - crates.md
- DevBlog: https://dev.to/andrzejressel/series/30425
- Languages:
- Rust:
- languages/rust/index.md
- rustdoc (Native): "/pulumi-gestalt/rust-docs/pulumi_gestalt_rust/index.html"
- rustdoc (Wasm): "/pulumi-gestalt/rust-docs-wasm/pulumi_gestalt_rust/index.html"
- Integrations:
- Overview: integrations/overview.md
- C FFI: integrations/c-ffi.md
- Rust: integrations/rust.md
- Wasm: integrations/wasm.md
# - Internal:
# - Internal/Output.md
# - Internal/Serialization formats.md
# - Internal/WIT.md
# - Internal/Supporting new language.md
copyright: >
Copyright © 2024 - 2025 Pulumi Gestalt project
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true