• Stars
    star
    156
  • Rank 239,539 (Top 5 %)
  • Language
    Python
  • Created almost 5 years ago
  • Updated 22 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation for Tasmota (https://github.com/arendst/Tasmota)

deploy

Tasmota Documentation

This is the repo for documentation of the Tasmota open source alternative firmware for ESP8266 available from https://github.com/arendst/Tasmota

The build documentation can be found here: https://tasmota.github.io/docs/

Built on MkDocs using Material for MkDocs theme.

Editing Articles

Edit only articles in /docs folder.

All paths are relative.

Use strict markdown syntax. See Markdown Cheatsheet for a quick reference.

Markdown Enhancements

Admonitions

Reference of all possibilities

Definition Lists

Usage

Marker Highlight

If you want higlight text with marker style yellow enclose it in == ==. More details...

Tabs

Start each tab section with === "Tab title" and indent the tab content by 4 spaces. More information...

Superscript text

Enclose text in ^ ^ to superscript it. Example H^2^0 renders H2O