Welcome to MkDocs
For full documentation visit mkdocs.org.
Commands
mkdocs build -f mkdocs-pdf.yml- Crear solo el pdf de una seccion.mkdocs serve -a 0.0.0.0:8011- Arrancar el servidor en una direccion especifica.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.