Pular para conteúdo

Welcome to MkDocs

For full documentation visit mkdocs.org.

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

Index

Listas

Não ordenadas

  • X
  • Y
  • Z

Ordenadas

  1. Primeiro
  2. Segundo
  3. Terceiro

Alterações de texto

Negrito

italico

segredo = 42

Emoji - 🐍 ❤️ 🚀

Tachado

Realçado

Citações

Alguém disse

Essa é uma citação

DuckDuckGo

Tabela

Nome Idade
Eduardo 28
Fausto 04

Lista de tarefas

  • Dar like no vídeo
  • Se increver no canal
  • Assistir a live de mkdocs

Bloco de código

def xpto():
   """Docstring."""
   return True

Custom fences

```mermaid flowchart LR A --o B B --x C