help-beta: Seperate heading/description and ordered list into 2 files.

For included files, our conversion tool needs a file just to be an
ordered list to properly surround it with FlattenList. If there is
heading and description in the file, the conversion script will not
insert FlattenList. So, we just create two different include files in
this case, first for the heading/description and second for the ordered
list.
This commit is contained in:
Shubham Padia
2025-07-28 13:49:52 +00:00
committed by Tim Abbott
parent 429bbae77c
commit 62988bb09e
5 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
1. Follow steps
[1](https://zulip.readthedocs.io/en/stable/production/install.html#step-1-download-the-latest-release)
and
[2](https://zulip.readthedocs.io/en/stable/production/install.html#step-2-install-zulip)
of the guide for [installing a new Zulip
server](https://zulip.readthedocs.io/en/stable/production/install.html).
1. Copy the **exported data** file containing your workspace message
history export onto your Zulip server, and put it in `/tmp/`.
1. Log in to a shell on your Zulip server as the `zulip` user.