diff --git a/source/developers/website.markdown b/source/developers/website.markdown index b407ff48e0f..4dac1a51fd9 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -36,6 +36,12 @@ Then you can work on the documentation:
It could be necessary that you run `rake generate` prior to `rake preview` for the very first preview.
++Site generated by `rake` is only available locally. If you are developing on a headless machine use port forwarding: +```bash +ssh -L 4000:localhost:4000 use_on_headless_machine@ip_of_headless_machine +``` +
### {% linkable_title Create a page %}