Skip to content

tasmota/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f16b7e · Mar 28, 2025
Oct 17, 2023
Oct 17, 2023
Mar 28, 2025
Apr 21, 2020
Dec 31, 2022
Apr 9, 2023
Feb 27, 2020
Jan 25, 2025
Jan 2, 2025
Feb 2, 2025
Mar 29, 2020

Repository files navigation

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

You can edit and suggest change by performing the steps below:

  • clicking on the pencil button on the top right of the page. That will help you create a fork of the doc repository into your own GitHub account where you will make the change.
  • After finishing changes, press "Commit changes" at top right of page
  • submit your changes by creating a PR

expanded instruction with pictures are provided by GitHub here

(pull request) to the original Tasmota/docs repository

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