Skip to content

Welcome to MkDocs


For full documentation visit mkdocs.org.

Markdown

Etapas necessárias

  • Etapa 1
  • Etapa 2
  • Etapa 3
  • Etapa 4

Bloco de Código Cercado

```
a=2
b=3
a+b=

Conseguir fazer

  1. Teste 1
  2. Teste 2
  3. Teste 3
  4. Teste 4
  5. Teste 5

Linhas de Programação - Comandos

Commands

  • pip install mkdocs - Instalação da documentação
  • 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.

Emoji

🐍

Tachado

Realce

== realce==

Blocos de Programação

arquivo1.py
1
2
3
4
a=1
b=2
c=a+b
c