Skip to content
16 changes: 16 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## MKDocs Local Setup

1. Make sure you are in the root of the server project and setup a virtual enviroment there.
2. Install mkdocs
3. Install required mkdocs extensions
4. Start the server
5. Browse to http://127.0.0.1:8000

``` bash
cd hashtopolis
virtualenv venv
source venv/bin/activate
pip3 install mkdocs
pip3 install $(mkdocs get-deps)
mkdocs server
```
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
Release 0.14.3 comes with an update to the tech preview of the new API. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.

Changes/Bugfixes on new UI:

- After updating a task, the tasks table is also updated
- Files can now be deleted via the context menu of the files-table
- Step sequence corrected according to agent registration
Expand Down
Loading