ahonxxx / uzg-manual

UZG - Universal Zigbee Gateway Documentation

Home Page:https://uzg.zig-star.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZigStar UZG - Universal ZigBee Gateway Documentation

This subfolder contains the uzg.zig-star.com documentation. It is based on Mkdocs & Material for MkDocs

You are very welcome to help on improving documentation.

Directory-Structure

  • docs: The actual documentation.
  • overrides: MkDocs enhancements.
  • mkdocs.yaml: MkDocs config file
  • init_setup.sh: Prepare venv enviroment
  • requirements.txt: Mkdocs requirements

Mkdocs installation

# Install MkDocs dependencies Linux
bash init_setup.sh

Manual installation:

# Install MkDocs dependencies Windows
python3 -m venv venv
. venv/Scripts/activate
pip install mkdocs-material

Live preview of changes

From documentation folder run next commands:

# Enter in virtual enviroment
. venv/bin/activate ##For Linux
. venv/Scripts/activate  ## For windows
# Run mkdocs serve command to generate live preview
mkdocs serve

Requirements:

  • Python 3.8+
  • pip

About

UZG - Universal Zigbee Gateway Documentation

https://uzg.zig-star.com


Languages

Language:HTML 99.6%Language:Shell 0.4%