-
Notifications
You must be signed in to change notification settings - Fork 52
/
mkdocs.yml
47 lines (45 loc) · 1.31 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
site_name: Do zero a implantação
theme:
name: material
language: pt
palette:
- scheme: default
primary: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: material/rocket
favicon: imgs/favicon.ico
features:
- content.tabs.link
markdown_extensions:
- pymdownx.emoji
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- admonition
- pymdownx.tabbed:
alternate_style: true
- md_in_html
repo_name: cassiobotaro/do_zero_a_implantacao
repo_url: https://github.com/cassiobotaro/do_zero_a_implantacao
nav:
- ▶️ Introdução: index.md
- 💭 Planejando o que será desenvolvido: planejando.md
- 🔨 Escolhendo as melhores ferramentas: ferramentas.md
- 📖 Iniciando o projeto: projeto.md
- 🌎 Um pouco sobre a web: web.md
- 🐍 Primeiros passos com python: python.md
- 🐐 Desenvolvimento guiado por testes: testes.md
- ⚡️ Hello Fastapi: hello_fastapi.md
- ✔️ Integração contínua: integracao.md
- 🚀 Mandando um foguete pro espaço: deploy.md
- 📝 Criando uma tarefa: criar.md
- 🏆 O desafio: desafio.md
- 📑 Referências e Dicas: referencias.md