-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (79 loc) · 2.23 KB
/
mkdocs.yml
File metadata and controls
87 lines (79 loc) · 2.23 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: Guia de Concursos Angolanos de Programação (AoCPC)
site_url: https://aocpc-community.github.io/aocpc-guide
repo_url: https://github.com/aocpc-community/aocpc-guide
repo_name: AoCPC Guide
nav:
- Home: index.md
- Aprender: guide/aprender.md
- Praticar: guide/praticar.md
- Dicas: guide/dicas.md
- Materiais de Apoio: guide/materiais.md
- Comunidade: guide/comunidade.md
- Links Diretos: guide/links-aleatorios.md
- Ferramentas e Bibliotecas: guide/ferramentas-bibliotecas.md
- Boas Práticas: guide/boas-praticas.md
- FAQ: faq.md
theme:
name: material
font:
text: Merriweather Sans
code: Red Hat Mono
logo: assets/images/aocpc-logo.png
favicon: assets/images/aocpc-icon.ico
feature:
- navigation.instant
- navigation.tabs
- navigation.instant.prefetch
- navigation.footer
- content.code.copy # mostra botão de copiar código
- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.top
- search.highlight
- content.code.annotate
- content.code.copy
palette:
# Dark Mode (padrão)
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: green
accent: deep purple
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: blue
accent: deep orange
markdown_extensions:
- pymdownx.emoji
- admonition
- toc:
permalink: true
- pymdownx.details
- codehilite:
guess_lang: false
linenums: false
- pymdownx.highlight:
anchor_linenums: false
use_pygments: true
- pymdownx.superfences
- pymdownx.snippets
extra:
social:
- icon: simple/facebook
link: https://www.facebook.com/AngolaCPC
- icon: simple/github
link: https://www.linkedin.com/company/aocpc-community
- icon: simple/github
link: https://github.com/aocpc-community/aocpc-guide
- icon: simple/whatsapp
link: https://chat.whatsapp.com/Dlr8483llslCeqYZUgx30J
- icon: simple/telegram
link: https://t.me/+rN4SZheQgiw2Yjk0
- icon: simple/youtube
link: https://www.youtube.com/@aocpc_community
copyright: Copyright © 2025 AoCPC Community