mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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>
20 lines
752 B
HTML
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>
|