-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (39 loc) · 1.15 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
site_name: Pulumi WASM
repo_url: https://github.com/andrzejressel/pulumi-wasm
theme:
palette:
scheme: slate
name: material
search: true
features:
- navigation.sections
nav:
- index.md
- crates.md
- rustdoc: "/pulumi-wasm/rust-docs/pulumi_wasm_rust/index.html"
- Internal:
- Internal/Output.md
- Internal/Serialization formats.md
- Internal/WIT.md
- Internal/Supporting new language.md
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_TOKEN
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
Copyright © 2024 - 2025 Pulumi WASM project –
<a href="#__consent">Change cookie settings</a>
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets