Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.07 KB

File metadata and controls

50 lines (31 loc) · 1.07 KB

⚠️ ARCHIVED / NOT MAINTAINED ⚠️

All the content from this website has been moved to a new Propeller website and can be found at https://propeller.absmach.eu/docs.

Propeller Documentation

This repo collects the collaborative work on Propeller documentation.

Documentation is auto-generated from Markdown files in this repo.

MkDocs is used to serve the docs locally with different theming.

Install

Doc repo can be fetched from GitHub:

git clone https://github.com/absmach/propeller-docs.git

Prerequisites

Python 3.7 or higher is required to run MkDocs.

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate
  3. Install MkDocs and dependencies:

    pip install -r requirements.txt

Usage

Use MkDocs to serve documentation:

mkdocs serve

Then just point the browser to http://127.0.0.1:8000.