Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 763 Bytes

File metadata and controls

35 lines (23 loc) · 763 Bytes

Neoteroi documentation 📜

This repository contains the source code of the documentation that gets published to https://www.neoteroi.dev/.


Work in progress. 🚧 The code has been modified to unify different projects.


How to contribute

The documentation uses MkDocs and Material for MkDocs. For information on how to use these tools, refer to their documentation.

$ mkdocs serve

How to build the full site

  • Create a Python virtual environment, activate, install the dependencies.
  • Use pack.sh to build the full site.
  • cd into the generated site folder.
  • Start a dev servers. Recommended: use Python http.server module.
./pack.sh

cd site

python3.13 -m http.server 44777