forked from zighelp/zighelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
112 lines (102 loc) · 2.73 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: zighelp.org
repo_url: https://github.com/zighelp/zighelp/
repo_name: zighelp/zighelp
extra:
generator: false
alternate:
- name: English
lang: en
- name: Русский (Russian)
link: /ru/
lang: ru
- name: Português (Portuguese)
link: /pt/
lang: pt
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- toc:
title: " "
permalink: true
permalink: "§"
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/images/logo.svg
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: zighelp
toggle:
icon: material/brightness-auto
name: Switch to dark mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: zighelp
toggle:
icon: material/brightness-7
name: Switch to system preference
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- toc.follow
- toc.integrate
- navigation.footer
- content.action.edit
- content.action.view
validation:
nav:
omitted_files: warn
absolute_links: info
links:
not_found: warn
absolute_links: info
unrecognized_links: info
nav:
- Chapter 0 - Getting Started: index.md
- Chapter 1 - Basics: chapter-1.md
- Chapter 2 - Standard Patterns: chapter-2.md
- Chapter 3 - Build system: chapter-3.md
- Chapter 4 - Working with C: chapter-4.md
- Chapter 5 - Async: chapter-5.md
plugins:
- search
- i18n:
docs_structure: folder
default_language: en
material_alternate: false
languages:
en:
name: English
build: true
ru:
name: Русский (Russian)
build: true
pt:
name: Português (Portuguese)
build: true
nav_translations:
ru:
Chapter 0 - Getting Started: Глава 0 — Начало работы
Chapter 1 - Basics: Глава 1 — Основы
pt:
Chapter 0 - Getting Started: Capítulo 0 - Començando
Chapter 1 - Basics: Capítulo 1 - O básico
Chapter 2 - Standard Patterns: Capítulo 2 - Padrões Comuns
Chapter 3 - Build system: Capítulo 3 - O sistema de compilação
Chapter 4 - Working with C: Capítulo 4 - Trabalhando com C
Chapter 5 - Async: Capítulo 5 - Async