Files
zulip/templates/zerver/development/help_center_instructions_macro.html
Shubham Padia c3fbe00eb0 help: Add default page to display on /help when help server is off.
We've copied the button and error colors from portico_signin.css. We did
not want the new HTML file to depend on portico_signin.css since they
are unrelated. In addition, having those colors diverge over time might
not be an issue.

We make the raw mode work with /help and /help/ both.

See https://chat.zulip.org/#narrow/channel/19-documentation/topic/edits.20not.20appearing.20with.20vagrant/near/2257442

Co-authored-by: Alya Abbott <alya@zulip.com>
2025-09-26 11:41:10 -07:00

20 lines
752 B
HTML

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