This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (59 loc) · 1.54 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
site_name: OpenAPI Schemas Pydantic
site_description: OpenAPI specs used to power-up Esmerald.
site_url: https://openapi-schemas.dymmond.com
theme:
name: "material"
custom_dir: docs/overrides
language: en
palette:
- scheme: "default"
primary: "green"
accent: "orange"
media: "(prefers-color-scheme: light)"
toggle:
icon: "material/toggle-switch-variant"
name: "Switch to dark mode"
- scheme: "slate"
media: "(prefers-color-scheme: dark)"
primary: "green"
accent: "orange"
toggle:
icon: "material/toggle-switch-variant-off"
name: "Switch to light mode"
favicon: statics/images/favicon.ico
logo: statics/images/logo-white.svg
features:
- search.suggest
- search.highlight
- content.tabs.link
repo_name: dymmond/openapi-schemas-pydantic
repo_url: https://github.com/dymmond/openapi-schemas-pydantic
edit_uri: ""
plugins:
- search
- markdownextradata:
data: data
nav:
- OpenAPI Schemas Pydantic: "index.md"
- Contributing: "contributing.md"
- Sponsorship: "sponsorship.md"
- Release Notes: "release-notes.md"
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- mdx_include:
base_path: docs
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html