-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (36 loc) · 951 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
34
35
36
37
38
39
40
site_name: Composer CI/CD
nav:
- Home: index.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep blue
accent: blue
toggle:
icon: material/lightbulb-outline
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep yellow
accent: blue
toggle:
icon: material/lightbulb
name: "Switch to light mode"
language: pt
repo_name: "marcus-moura/gcp-classic-template-dataflow"
repo_url: "https://github.com/marcus-moura/gcp-classic-template-dataflow"
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.extra
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true