Skip to content

BlokasLabs/pimidi-docs

Repository files navigation

Pimidi Docs

This repository contains the Pimidi documentation sources, based on MkDocs.

See the online version of the documentation here.

Getting Started

To serve the documentation locally:

  1. Navigate to the project directory:

    cd pimidi-docs
  2. Install MkDocs and other dependencies:

    pip install -r requirements.txt
  3. Serve the documentation:

    mkdocs serve
  4. Open your browser at http://127.0.0.1:8000.

Building the Site

To build the static site:

mkdocs build

The site will be generated in the static directory.

Resources

Contributing

We welcome contributions! Please submit a pull request with your changes and improvements.

Releases

No releases published

Packages

No packages published