mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
committed by
Tim Abbott
parent
429bbae77c
commit
62988bb09e
@@ -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.
|
||||
Reference in New Issue
Block a user