DeebotUniverse / docs

https://deebot.readthedocs.io
GNU General Public License v3.0
33 stars 9 forks source link
documentation mkdocs

Documentation

This repo is the source for the unofficial Deebot documentation.

This documentation is unofficial, and is not sponsored, owned or endorsed by Ecovacs (Robotics).

How to contribute

To add a new link on the navigation panel you need to edit the mkdocs.yml file in the root of the repo. There is a guide for building the navbar on the mkdocs wiki

To add a new document:

Testing your changes

When working on this repo, it is advised that you review your changes locally before committing them. The mkdocs serve command can be used to live preview your changes (as you type) on your local machine.

Please make sure you fork the repo and change the clone URL in the example below for your fork:

After these commands, the current branch is accessible through your favorite browser at http://localhost:8000