Back to Zulip

Help Center Instructions Macro

templates/zerver/development/help_center_instructions_macro.html

12.0737 B
Original Source

If you're making changes to the help center files, be sure to test and provide screenshots in your pull request description. As with other code, untested documentation is often buggy.

  • To run just the help center dev server without running the rest of the Zulip app, use ./tools/run-dev --only-help-center.
  • To run the help center dev server alongside the Zulip app, use ./tools/run-dev --help-center-dev-server (requires more resources).
  • To test help center search, run ./tools/build-help-center followed by ./tools/run-dev --help-center-static-build. Hot reloads won't work: rerun ./tools/build-help-center and reload your browser to see updates. Search will not work with other methods of running the help center.