Documentation update + remove docker build:

* Update documentation and removed deprecated parts
* removed Docker image build files, as it is no more needed
This commit is contained in:
John Livingston
2022-11-15 18:04:51 +01:00
parent 3ba64d3732
commit 187d8be87f
28 changed files with 234 additions and 959 deletions

View File

@ -37,6 +37,11 @@ before you start working on it, and inform the community that you begin coding b
Please use the `develop` branch. The `main` branch is reserved to released versions of the plugin, so that the documentation is always synchronized with the released version of the plugin.
Prerequisite for building this plugin:
- you must have `npm` installed
- you must have python venv installed (`python3-venv` package on Debian for example)
To clone the repository:
```bash