Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 524 Bytes

File metadata and controls

32 lines (20 loc) · 524 Bytes

MkDocs Local Setup

This project uses MkDocs with the following plugins:

  • Material theme
  • Static i18n (internationalization)
  • Open links in new tab

Prerequisites

Make sure you have:

  • Python 3.x
  • pip (or pip3)

Install dependencies

pip install mkdocs-material mkdocs-static-i18n[material] mkdocs-open-in-new-tab

Running the documentation locally

mkdocs serve

Once running, open your browser at http://127.0.0.1:8000