Image creme 4088a4790a Image
All checks were successful
continuous-integration/drone/push Build is passing
typo
2026-03-26 18:30:35 +01:00
2026-03-26 18:30:35 +01:00
2026-01-26 09:03:21 +00:00
2019-10-12 20:18:28 +02:00
2020-02-03 12:36:30 +01:00
2021-08-29 10:30:38 +02:00

envs.net - help Build Status

partially forked from: tilde.team - wiki

dependencies

pip3 install mkdocs mkdocs-material

running a test instace

To run a test instance of the wiki to test your local changes, you can do the following:

Clone the git repository in ~/public_html on your envs shell account Make changes and run mkdocs build in the help dir

Go to https://yourname.envs.net/help/site/

Most internal links work, a few point to the absolute url that needs to be replaced when testing.

If you prefer a fancy live-update when testing, run the server with mkdocs serve and forward your local port 8000 to localhost:8000 with ssh -L 8000:localhost:8000 on the envs machine (this only works if nobody else is doing the same at the same time)