mirror of https://github.com/zulip/zulip.git
user docs: Fix wording in import-data-from-gitter.
This commit is contained in:
parent
1b27f2cf58
commit
5581586c5c
|
@ -12,12 +12,12 @@ First, you need to do some things in Gitter to setup the export:
|
||||||
|
|
||||||
1. [Export your Gitter data](https://github.com/minrk/archive-gitter). You will
|
1. [Export your Gitter data](https://github.com/minrk/archive-gitter). You will
|
||||||
receive json files of the public rooms that you are a part of.
|
receive json files of the public rooms that you are a part of.
|
||||||
Select the file, `gitter_data.json`, of the room which you want to import to the
|
Select the `gitter_data.json` file of the room which you want to import into
|
||||||
Zulip server.
|
Zulip.
|
||||||
|
|
||||||
!!! warn ""
|
!!! warn ""
|
||||||
**Note:** You need the gitter API token to export data. You can get the
|
**Note:** You'll need a gitter API token to export data. You can get
|
||||||
this token by following the instructions mentioned in the
|
this token by following the instructions in the
|
||||||
[gitter documentation](https://developer.gitter.im/docs/).
|
[gitter documentation](https://developer.gitter.im/docs/).
|
||||||
|
|
||||||
### Import into a new Zulip server
|
### Import into a new Zulip server
|
||||||
|
@ -64,3 +64,5 @@ you'd like for your imported Zulip organization.
|
||||||
- This tool doesn't do any translation of the Gitter markdown into
|
- This tool doesn't do any translation of the Gitter markdown into
|
||||||
Zulip format markdown; additionally, Gitter's "issue mentions"
|
Zulip format markdown; additionally, Gitter's "issue mentions"
|
||||||
aren't translated into anything yet.
|
aren't translated into anything yet.
|
||||||
|
|
||||||
|
[upgrade-zulip-from-git]: https://zulip.readthedocs.io/en/latest/production/maintain-secure-upgrade.html#upgrading-from-a-git-repository
|
||||||
|
|
Loading…
Reference in New Issue