Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://tasmota.github.io/docs/

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

documentation hacktoberfest help tasmota wiki

Last synced: 2 months ago
JSON representation

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

Lists

README

        

[![deploy](https://github.com/tasmota/docs/actions/workflows/main.yml/badge.svg)](https://github.com/tasmota/docs/actions/workflows/main.yml)

# 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](https://www.mkdocs.org/) using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme.

## Editing Articles

Edit only articles in `/docs` folder.

All paths are relative.

Use strict markdown syntax. See [Markdown Cheatsheet](https://www.markdownguide.org/cheat-sheet/) for a quick reference.

### Markdown Enhancements

#### Admonitions

[Reference](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) of all possibilities

#### Definition Lists

[Usage](https://squidfunk.github.io/mkdocs-material/reference/lists/#using-definition-lists)

#### Marker Highlight

If you want higlight text with marker style yellow enclose it in `== ==`. [More details...](https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#magiclink)

#### Tabs

Start each tab section with `=== "Tab title"` and indent the tab content by 4 spaces. [More information...](https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/)

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