Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 365 Bytes

How to preview documentation changes locally?

The documentation can be hosted on a local webserver via httpd.

You can run it with the following command, note that it requires docker:

./start-preview.sh

Then you can open localhost:8080 on your browser and browse the documentation.

To kill the process, just type ctrl + c