-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (60 loc) · 1.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (60 loc) · 1.5 KB
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
site_name: PawnPro
site_description: Extensão para a linguagem Pawn (SA-MP / open.mp)
site_url: https://pawnpro.nullsablex.com/
repo_url: https://github.com/NullSablex/PawnPro
repo_name: NullSablex/PawnPro
edit_uri: edit/master/docs/
docs_dir: docs
nav:
- Introdução: index.md
- Guia do usuário:
- Recursos: features.md
- Configuração: configuration.md
- Comandos: commands.md
- Snippets: snippets.md
- Idiomas (i18n): i18n.md
- Para desenvolvedores:
- Assistente de nomes: naming-assistant.md
- Listas de nomes (.ban/.allow): naming-lists.md
theme:
name: material
language: pt
logo: icon.svg
favicon: icon.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/brightness-7
name: Mudar para modo escuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/brightness-4
name: Mudar para modo claro
features:
- navigation.instant
- navigation.top
- search.highlight
- search.suggest
- content.action.edit
- content.code.copy
plugins:
- search:
lang: pt
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- attr_list
- md_in_html