Skip to content
Snippets Groups Projects
Name Last commit Last update
docs
.gitignore
README.md
mkdocs.yml
requirements.txt

Plantilla MkDocs

Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. [Install][] MkDocs
  3. Preview your project: mkdocs serve, your site can be accessed under localhost:8000
  4. Add content
  5. Generate the website: mkdocs build (optional)

Read more at MkDocs [documentation][].