-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
43 lines (36 loc) · 1.22 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
site_name: Essex-Toolkit
theme:
name: material
features:
- content.code.copy
- content.code.select
- navigation.footer
nav:
- Intro: index.md
- essex-config: '!include ./python/essex-config/mkdocs.yml'
- reactivedataflow: '!include ./python/reactivedataflow/mkdocs.yml'
plugins:
- search
- monorepo
repo_url: https://github.com/microsoft/essex-toolkit
repo_name: essex-toolkit
copyright: >
© 2025 Microsoft |
<a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy</a> |
<a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Heath Privacy</a> |
<a onclick="window.manageConsent();">Cookies</a> |
<a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use</a> |
<a href="https://www.microsoft.com/trademarks">Trademarks</a>
extra:
polyfills:
- "https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"
extra_javascript:
- "scripts/create_cookie_banner.js"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format