forked from RocketChat/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitbook.yaml
463 lines (448 loc) · 53.1 KB
/
.gitbook.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
root: ./
redirects:
security: resources/development-docs.md
guides/developer/quick-start: resources/development-docs.md
guides/developer-guides/rest-api/: resources/development-docs.md
guides/developer/mobile-apps/whitelabeling-mobile-apps: resources/development-docs.md
guides/apps-development/getting-started: resources/development-docs.md
guides/bots/create-and-run-a-bot/hubot-bot: resources/development-docs.md
apps-development/getting-started: resources/development-docs.md
api/rest-api: resources/development-docs.md
developer-guides/rest-api: resources/development-docs.md
developer-guides/rest-api/authentication/login: resources/development-docs.md
developer-guides/realtime-api: resources/development-docs.md
developer-guides/mobile-apps/supporting-ssl: resources/development-docs.md
developer-guides: resources/development-docs.md
developer-guides/iframe-integration/authentication: resources/development-docs.md
developer-guides/rest-api/chat/postmessage: resources/development-docs.md
api/rest-api/personal-access-tokens: resources/development-docs.md
developer-guides/livechat-api: resources/development-docs.md
developer-guides/rest-api/im: resources/development-docs.md
developer-guides/rest-api/authentication: resources/development-docs.md
developer-guides/developing-apps/getting-started: resources/development-docs.md
developer-guides/rest-api/channels/cleanhistory: resources/development-docs.md
developer-guides/rest-api/channels/info: resources/development-docs.md
developer-guides/rest-api/livechat/sms-incoming: resources/development-docs.md
guides/developer/iframe-integration/authentication/testing-the-iframe-authentication: resources/development-docs.md
developer-guides/quick-start: resources/development-docs.md
api/rest-api/methods/chat/sendmessage: resources/development-docs.md
developer-guides/mobile-apps: resources/development-docs.md
developer-guides/realtime-api/subscriptions: resources/development-docs.md
api/rest-api/methods/subscriptions/read: resources/development-docs.md
api/rest-api/methods/users/create: resources/development-docs.md
developer-guides/realtime-api/method-calls/login: resources/development-docs.md
developer-guides/realtime-api/method-calls/login/: resources/development-docs.md
developer-guides/rest-api/livechat: resources/development-docs.md
developer-guides/deeplink: resources/development-docs.md
developer-guides/rest-api/users/info: resources/development-docs.md
api/realtime-api/subscriptions/stream-notify-room: resources/development-docs.md
api/rest-api/methods/chat/getthreadslist: resources/development-docs.md
api/realtime-api: resources/development-docs.md
api/realtime-api/method-calls: resources/development-docs.md
api/realtime-api/method-calls/logout: resources/development-docs.md
developer-guides/ui-and-theming: resources/development-docs.md
developer-guides/branches-and-releases: resources/development-docs.md
developer-guides/rest-api/im/list: resources/development-docs.md
developer-guides/rest-api/integration: resources/development-docs.md
developer-guides/rest-api/miscellaneous/spotlight: resources/development-docs.md
developer-guides/rest-api/rate-limiter/: resources/development-docs.md
developer-guides/rest-api/rooms/upload: resources/development-docs.md
developer-guides/rest-api/subscriptions/get: resources/development-docs.md
developer-guides/rest-api/users/create: resources/development-docs.md
api/rest-api/methods/authentication/login: resources/development-docs.md
apps-development/uikit: resources/development-docs.md
api/rest-api/methods/: resources/development-docs.md
apps-development/getting-started/rocket.chat-app-engine-cli: resources/development-docs.md
guides/bots/create-and-run-a-bot/rasa-bot: resources/development-docs.md
guides/developer/iframe-integration/authentication: resources/development-docs.md
developer-guides/rest-api/channels: resources/development-docs.md
developer-guides/iframe-integration: resources/development-docs.md
api: resources/development-docs.md
developer-guides/realtime-api/method-calls: resources/development-docs.md
developer-guides/realtime-api/method-calls/joining-channels: resources/development-docs.md
developer-guides/realtime-api/method-calls/send-message: resources/development-docs.md
developer-guides/rest-api/chat/getmessage: resources/development-docs.md
developer-guides/rest-api/rooms/cleanhistory: resources/development-docs.md
developer-guides/rocketchat-ui/css-variables: resources/development-docs.md
developer-guides/schema-definition: resources/development-docs.md
guides/developer-guides/developing-apps: resources/development-docs.md
developer-guides/rest-api/subscriptions/read: resources/development.md
developer-guides/rest-api/subscriptions/unread: resources/development.md
developer-guides/ui-and-theming/themes: resources/development.md
apps-development/getting-started/creating-an-example-app: resources/development.md
apps-development/recipes/making-http-requests: resources/development.md
developer-guides/ embed: resources/development.md
developer-guides/rest-api/channels/addall: resources/development.md
developer-guides/rest-api/groups.members: resources/development.md
developer-guides/rest-api/groups/settopic: resources/development.md
developer-guides/rest-api/rooms/get: resources/development.md
developer-guides/rest-api/users/createtoken: resources/development.md
developer-guides/rest-api/users/register?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja&_x_tr_pto=sc: resources/development.md
reference/api/schema_definition: resources/development.md
api/rest-api/methods/livechat: resources/development.md
api/rest-api/methods/rooms/get: resources/development.md
api/rest-api/methods/users/info: resources/development.md
contribute-to-rocket.chat/how-can-i-help: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/documentation/markdown-styleguide: resources/development-docs.md
contributors/how-can-i-help/documentation/markdown-styleguide: resources/development-docs.md
contributing/reporting-issues: resources/development-docs.md
contributors/how-can-i-help/security: resources/development-docs.md
contributors/how-can-i-help/documentation: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/reporting-issues: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/developing: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/documentation: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/security: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/security/responsible-disclosure-policy: resources/development-docs.md
contribute-to-rocket.chat/how-can-i-help/translating: resources/development-docs.md
contributors/how-can-i-help: resources/development-docs.md
guides/administration/settings/account-settings: use-rocket.chat/workspace-administration/settings/account-settings/README.md
guides/administration/settings/video-conference-admin-guide/omnichannel-video-audio-call-admins-guide: use-rocket.chat/rocket.chat-conference-call/README.md
guides/administration/administration/identity-management-ee-vs-ce: setup-and-configure/advanced-workspace-management/identity-management-ee-vs-ce.md
guides/administration/settings/ldap: use-rocket.chat/workspace-administration/settings/ldap/README.md
guides/administration/admin-panel/settings/ldap/user-search-settings: use-rocket.chat/workspace-administration/settings/ldap/ldap-user-search.md
administrator-guides/integrations/zapier/using-zaps: use-rocket.chat/workspace-administration/integrations/zapier.md
installation/manual-installation/centos: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/rocket.chat-in-centos.md
installation/docker-containers/docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
guides/administration/settings/omnichannel-admins-guide: use-rocket.chat/omnichannel/README.md
guides/administration/administration/settings/canned-responses-rocket.chat-admins-guides: use-rocket.chat/omnichannel/canned-responses/README.md
guides/omnichannel-guides/omnichannel-manger-guides: use-rocket.chat/omnichannel/README.md
quick-start/installing-and-updating/docker-containers/docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
quick-start/installing-and-updating/manual-installation/centos: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/rocket.chat-in-centos.md
user-guides/voice-and-video-calls: use-rocket.chat/rocket.chat-conference-call/README.md
guides/administration/administration/settings/email/direct-reply: use-rocket.chat/workspace-administration/settings/email/direct-reply.md
administrator-guides/setting-up-video-conferencing: use-rocket.chat/rocket.chat-conference-call/conference-call-admin-guide/README.md
quick-start/accessing-your-workspace/creating-the-first-administrator: setup-and-configure/accessing-your-workspace/creating-the-first-administrator.md
quick-start/accessing-your-workspace/starting-and-stopping: deploy/prepare-for-your-deployment/starting-and-stopping.md
guides/administration/administration/settings/ldap: use-rocket.chat/workspace-administration/settings/ldap/README.md
guides/administration/administration/settings/email/setup: use-rocket.chat/workspace-administration/settings/email/setup.md
guides/administration/settings/file-upload: use-rocket.chat/workspace-administration/settings/file-upload/README.md
master/server-management/integration-and-webhooks/telegram: use-rocket.chat/workspace-administration/integrations/telegram.md
installation/paas-deployments/ibm-bluemix/: deploy/prepare-for-your-deployment/cloud-deployments/ibm-cloud.md
guides/administration/settings/video-conference-admin-guide/jitsi-admins-guide: use-rocket.chat/rocket.chat-conference-call/conference-call-admin-guide/jitsi-app.md
guides/administration/admin-panel/settings/ldap/ldap-authentication-settings: use-rocket.chat/workspace-administration/settings/ldap/ldap-connection-setting.md
guides/administration/admin-panel/settings/ldap/ldap-basic-settings: use-rocket.chat/workspace-administration/settings/ldap/README.md
guides/administration/admin-panel/settings/ldap/settings: use-rocket.chat/workspace-administration/settings/ldap/README.md
guides/administration/admin-panel/settings/ldap/ldap-sync-settings: use-rocket.chat/workspace-administration/settings/ldap/ldap-data-sync-settings.md
getting-support: resources/get-support/README.md
getting-support/asking-for-help: resources/get-support/community-resources.md
guides/administrator-guides/setting-up-video-conferencing: use-rocket.chat/rocket.chat-conference-call/omnichannel-video-audio-call-configuration.md
guides/user-guides/user-panel/managing-your-account/profile: use-rocket.chat/user-guides/user-panel/README.md
guides/administration: use-rocket.chat/workspace-administration/README.md
guides/user-guides/direct-messages-between-multiple-users: use-rocket.chat/user-guides/rooms/direct-messages/README.md
guides/administration/admin-panel/users/invite-users-to-your-rocket.chat-workspace?_hsmi=238490370&_hsenc=p2ANqtz-_1Sa8se6RnH7aUMWdqyZHL0mT4grGKT7QdFZQAMyv5eLladNKe_29HV7J0gLaHgB7S18qfyHOO5S0-qZNOIr_0S9ytmg: use-rocket.chat/workspace-administration/users/README.md
guides/administration/admin-panel/users/invite-users-to-your-rocket.chat-workspace: use-rocket.chat/workspace-administration/users/README.md
guides/omnichannel/livechat-widget-installation/troubleshoot-livechat-widget-installation: use-rocket.chat/omnichannel/livechat-widget-installation.md
guides/rocket.chat-call-center/voip-introduction/voip-prerequisites: use-rocket.chat/rocket.chat-voice-channel/getting-started-with-voice-channel.md
guides/user-guides/channels/channel-actions/channel-message-list: use-rocket.chat/user-guides/rooms/channels/create-a-new-channel.md
guides/user-guides/rooms/direct-messages/direct-messages-action/export-messages-in-direct-message: use-rocket.chat/user-guides/rooms/direct-messages/direct-message-actions.md
guides/user-guides/rooms/direct-messages/direct-messages-between-multiple-users: use-rocket.chat/user-guides/rooms/direct-messages/create-a-new-direct-message.md
guides/user-guides/teams/teams-channels/delete-a-teams-channel: use-rocket.chat/user-guides/rooms/teams/manage-team-channels.md
guides/user-guides/user-panel/managing-your-account/personal-access-token: use-rocket.chat/user-guides/user-panel/my-account/README.md
installing-and-updating/manual-installation/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment/rapid-deployment-methods/docker-and-docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
installation/manual-installation/centos/: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/rocket.chat-in-centos.md
installation/paas-deployments/heroku: deploy/prepare-for-your-deployment/cloud-deployments/README.md
getting-support#mongodb-versions: resources/get-support/enterprise-support/README.md#mongodb-versions
installing-and-updating/manual-installation/debian: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/debian.md
installing-and-updating/automation-tools/kubernetes-using-helm: deploy/prepare-for-your-deployment/rapid-deployment-methods/helm.md
installing-and-updating/: deploy/prepare-for-your-deployment/README.md
guides/administration/admin-panel/connectivity-services: use-rocket.chat/workspace-administration/connectivity-services.md
installing-and-updating/manual-installation/centos: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/rocket.chat-in-centos.md
quick-start/installing-and-updating/rapid-deployment-methods/rocketchatctl: deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl.md
quick-start/installing-and-updating/rapid-deployment-methods/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
guides/enterprise-edition-trial/extending-trial: setup-and-configure/enterprise-edition-trial/README.md
guides/enterprise-edition-trial: setup-and-configure/enterprise-edition-trial/README.md
quick-start/installing-and-updating/paas-deployments/aws-marketplace: deploy/prepare-for-your-deployment/cloud-deployments/aws.md
quick-start/installing-and-updating/paas-deployments/indiehosters: deploy/prepare-for-your-deployment/other-deployment-methods/README.md
quick-start/installing-and-updating/paas-deployments/openshift: deploy/prepare-for-your-deployment/other-deployment-methods/nonofficial-methods/openshift.md
installing-and-updating/manual-installation: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/installing-and-updating/manual-installation/univention-corporate-server-ucs: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
quick-start/installing-and-updating/paas-deployments/ibm-cloud: deploy/prepare-for-your-deployment/cloud-deployments/ibm-cloud.md
quick-start/installing-and-updating/paas-deployments/oracle-cloud: deploy/deploy-rocket.chat/README.md
quick-start/installing-and-updating/paas-deployments/cloudron-io: deploy/prepare-for-your-deployment/other-deployment-methods/nonofficial-methods/cloudron-io.md
quick-start/installing-and-updating/paas-deployments/digitalocean: deploy/prepare-for-your-deployment/cloud-deployments/digitalocean.md
quick-start/installing-and-updating/paas-deployments/d2c-io: deploy/prepare-for-your-deployment/other-deployment-methods/nonofficial-methods/README.md
legal/privacy: rocket.chat-privacy-and-security/privacy-policies/privacy/README.md
use-rocket.chat/rocket.chat-workspace-administration/integrations: use-rocket.chat/workspace-administration/integrations/README.md
guides/omnichannel/facebook-messenger-managers-guide: use-rocket.chat/omnichannel/facebook-messenger-managers-guide.md
guides/app-guides/omnichannel-apps/facebook-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/omnichannel-apps/facebook-app/README.md
guides/administration/admin-panel/settings/federation/matrix-bridge: use-rocket.chat/workspace-administration/settings/federation/matrix-bridge/matrix-admin-guide/matrixbridge-configuration.md
guides/administrator-guides/google-cloud/auto-translate: setup-and-configure/advanced-workspace-management/google-cloud.md
guides/administration/admin-panel/integrations: use-rocket.chat/workspace-administration/integrations/README.md
legal/terms: customer-center/legal-center/agreements-and-policies-history-and-notices.md
legal/master-services-agreement-for-self-managed-workspaces: customer-center/legal-center/agreements-and-policies-history-and-notices.md
setup-and-configure/rocket.chat-air-gapped-deployment/manual-app-installation: setup-and-configure/rocket.chat-air-gapped-deployment/air-gapped-app-installation.md
installation/mobile-and-desktop-apps#mobile-apps: deploy/installing-client-apps/rocket.chat-desktop-and-mobile-apps.md
installation/mobile-and-desktop-apps: deploy/installing-client-apps/rocket.chat-desktop-and-mobile-apps.md
quick-start/basic-white-labeling: setup-and-configure/accessing-your-workspace/basic-white-labeling.md
guides/brand-and-visual-guidelines: resources/brand-and-visual-guidelines/README.md
guides/security/compliance-resources: rocket.chat-privacy-and-security/security/compliance-resources.md
about-rocket.chat/rocket.chat-overview: README.md
guides/enterprise-edition-trial/has-workspace: setup-and-configure/license-application.md
about-rocket.chat/readme: README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/docker-and-docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
quick-start/deploying-rocket.chat/other-deployment-methods/manual-installation/debian-based-distros/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/docker-and-docker-compose/docker-containers: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/README.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/deploying-rocket.chat: deploy/prepare-for-your-deployment/README.md
use-rocket.chat/rocket.chat-workspace-administration/settings/ldap: use-rocket.chat/workspace-administration/settings/ldap/README.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment/rapid-deployment-methods/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment: deploy/prepare-for-your-deployment/README.md
use-rocket.chat/user-guides/rooms/messaging: use-rocket.chat/user-guides/messages/README.md
use-rocket.chat/omnichannel/webhooks-managers-guide: use-rocket.chat/omnichannel/webhooks.md
deploy/scaling-rocket.chat/running-multiple-instances: deploy/scaling-rocket.chat/README.md
deploy-rocket.chat/installing-client-apps/rocket.chat-desktop-and-mobile-apps: deploy/installing-client-apps/README.md
guides/user-guides/connecting-to-a-server: use-rocket.chat/user-guides/access-your-workspace.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/snaps/auto-ssl-with-snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/auto-ssl-with-snaps.md
quick-start/deploying-rocket.chat/rapid-deployment-methods: deploy/prepare-for-your-deployment/rapid-deployment-methods/README.md
resources/getting-support: resources/get-support/README.md
use-rocket.chat/user-guides/connecting-to-a-server: use-rocket.chat/user-guides/access-your-workspace.md
quick-start/installing-client-apps/rocket.chat-desktop-and-mobile-apps: deploy/installing-client-apps/rocket.chat-desktop-and-mobile-apps.md
deploy-rocket.chat/rocket.chat-environment-configuration/configuring-ssl-reverse-proxy: deploy/rocket.chat-environment-configuration/configuring-ssl-reverse-proxy.md
deploy-rocket.chat/installing-client-apps: deploy/installing-client-apps/README.md
quick-start/environment-configuration/configuring-ssl-reverse-proxy: deploy/rocket.chat-environment-configuration/configuring-ssl-reverse-proxy.md
guides/rocket.chat-voice-channel/voice-channel-admin-guide/configure-without-previously-having-a-pbx-server: use-rocket.chat/rocket.chat-voice-channel/voice-channel-admin-guide/configure-without-previously-having-a-pbx-server/README.md
getting-support/community-resources: resources/get-support/community-resources.md
installing-and-updating/minimum-requirements-for-using-rocket.chat: deploy/prepare-for-your-deployment/hardware-requirements.md
installing-and-updating/snaps/auto-ssl-with-snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/auto-ssl-with-snaps.md
guides/user-guides/talking-to-users-from-another-server: use-rocket.chat/workspace-administration/settings/federation/README.md
guides/administration/identity-management-ee-vs-ce: setup-and-configure/advanced-workspace-management/identity-management-ee-vs-ce.md
guides/administrator-guides/settings/federation: use-rocket.chat/workspace-administration/settings/federation/README.md
guides/security/security-updates: rocket.chat-privacy-and-security/security/security-updates/README.md
installation/docker-containers: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/README.md
guides/omnichannel/webhooks-managers-guide: use-rocket.chat/omnichannel/webhooks.md
guides/administrator-guides/connectivity-services: use-rocket.chat/workspace-administration/registration.md
installation/manual-installation/configuring-ssl-reverse-proxy: deploy/rocket.chat-environment-configuration/configuring-ssl-reverse-proxy.md
installation/manual-installation/ubuntu/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
guides/user-guides: use-rocket.chat/user-guides/README.md
installation/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
user-guides: use-rocket.chat/user-guides/README.md
administrator-guides/integrations: use-rocket.chat/workspace-administration/integrations/README.md
administrator-guides/integrations/gitlab: use-rocket.chat/workspace-administration/integrations/gitlab.md
installation/manual-installation/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
quick-start/installing-and-updating/manual-installation/updating: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/updating.md
guides/administration/administration/integrations: use-rocket.chat/workspace-administration/integrations/README.md
administrator-guides/notifications/push-notifications: use-rocket.chat/workspace-administration/settings/push.md
guides/user-guides/security-bundle/end-to-end-encryption: use-rocket.chat/user-guides/security-bundle/end-to-end-encryption-user-guide.md
legal/privacy/subprocessors: rocket.chat-privacy-and-security/rocket.chat-privacy-policy/subprocessors.md
guides/administrator-guides/integrations/telegram: use-rocket.chat/workspace-administration/integrations/telegram.md
guides/security/security-updates/cve-2022-32211: rocket.chat-privacy-and-security/security/security-updates/cve-2022-32211.md
user-guides/messaging: use-rocket.chat/user-guides/messages/README.md
administrator-guides/integrations/jira: use-rocket.chat/workspace-administration/integrations/jira.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/apps-user-guides/omnichannel-apps/instagram-direct: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/omnichannel-apps/instagram-direct/README.md
guides/administration/admin-panel/integrations/nextcloud-and-webdav: use-rocket.chat/workspace-administration/integrations/nextcloud-and-webdav.md
guides/administration/administration/integrations/github: use-rocket.chat/workspace-administration/integrations/github.md
guides/administrator-guides: use-rocket.chat/workspace-administration/README.md
guides/app-guides/omnichannel-apps/whatsapp: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/omnichannel-apps/whatsapp/README.md
installation/manual-installation/mongo-replicas: deploy/rocket.chat-environment-configuration/mongodb-configuration/mongo-replicas.md
quick-start/installing-and-updating/rapid-deployment-methods/snaps/snap-faq: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/snap-faq.md
use-rocket.chat/rocket.chat-workspace-administration/integrations/zapier: use-rocket.chat/workspace-administration/integrations/zapier.md
administrator-guides/livechat/livechat-queues: use-rocket.chat/workspace-administration/settings/omnichannel-admins-guide/README.md
guides/administration/admin-panel/advanced-admin-settings/client-compatibility-matrix: setup-and-configure/advanced-workspace-management/client-compatibility-matrix.md
guides/administration/admin-panel/settings: use-rocket.chat/workspace-administration/settings/README.md
guides/administration/Advanced-Admin-Settings/authentication/single-sign-on-iframe: setup-and-configure/advanced-workspace-management/authentication/single-sign-on-iframe.md
guides/administrator-guides/authentication/keycloak: use-rocket.chat/workspace-administration/settings/saml/keycloak.md
guides/app-guides: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/README.md
guides/omnichannel: use-rocket.chat/omnichannel.README.md
installation: deploy/prepare-for-your-deployment/README.md
installation/hardware-requirements: deploy/prepare-for-your-deployment/hardware-requirements.md
installation/minimum-requirements: deploy/prepare-for-your-deployment/hardware-requirements.md
installation/paas-deployments/aws/eks: deploy/prepare-for-your-deployment/cloud-deployments/aws.md
installing-and-updating/paas-deployments/digitalocean: deploy/prepare-for-your-deployment/cloud-deployments/digitalocean.md
legal/code-of-conduct: rocket.chat-legal/code-of-conduct-for-our-services.md
quick-start/installing-and-updating/other-deployment-methods/manual-installation/debian-based-distros/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
user-guides/connecting-to-a-server: setup-and-configure/accessing-your-workspace/README.md
administrator-guides/notifications: setup-and-configure/advanced-workspace-management/notifications.md
contributing: contribute-to-rocket.chat/README.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/apps-user-guides/omnichannel-apps/dialogflow-app/dialogflow-app-configuration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/omnichannel-apps/dialogflow-app/README.md
guides/administration/admin-panel/permissions: use-rocket.chat/workspace-administration/permissions.md
guides/administration/admin-panel/settings/oauth/google-oauth-setup: use-rocket.chat/workspace-administration/settings/oauth/google-oauth-setup.md
guides/administration/misc.-admin-guides/settings-via-env-vars: deploy/rocket.chat-environment-configuration/environment-variables.md
guides/administration/settings/layout: use-rocket.chat/workspace-administration/settings/layout.md
guides/administrator-guides/settings/ldap/examples: use-rocket.chat/workspace-administration/settings/ldap/ldap-setup.md
guides/omnichannel/canned-responses/canned-responses-rocket.chat-admins-guides: use-rocket.chat/omnichannel/canned-responses/canned-responses-omnichannel-managers-guide.md
guides/rocket.chat-administrator-guides/settings/oauth: use-rocket.chat/workspace-administration/settings/oauth/README.md
guides/security/end-to-end-encryption-algorithms: rocket.chat-privacy-and-security/security/end-to-end-encryption-algorithms.md
guides/user-guides/messaging: use-rocket.chat/user-guides/messages/README.md
guides/user-guides/security-bundle/two-factor-authentication-user-guide: use-rocket.chat/user-guides/security-bundle/two-factor-authentication-user-guide.md
guides/user-guides/user-panel/managing-your-account: use-rocket.chat/user-guides/user-panel/my-account/README.md
installation/manual-installation/mongo-versions: deploy/rocket.chat-environment-configuration/mongodb-configuration/mongo-versions.md
installation/manual-installation/multiple-instances-to-improve-: deploy/scaling-rocket.chat/running-multiple-instances.md
installation/manual-installation/ubuntu/index.html: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/ubuntu.md
installation/manual-installation/ubuntu/snaps/autossl: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/auto-ssl-with-snaps.md
installation/manual-installation/updating: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/updating.md
installing-and-updating/manual-installation/rocketchatctl: deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl.md
installing-and-updating/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/installing-and-updating: eploy/prepare-for-your-deployment/README.md
quick-start/installing-and-updating/hardware-requirements: deploy/prepare-for-your-deployment/hardware-requirements.md
quick-start/installing-and-updating/other-deployment-methods/manual-installation: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
quick-start/installing-and-updating/other-deployment-methods/manual-installation/updating: eploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/updating.md
quick-start/installing-and-updating/snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
setup-and-configure/rocket.chat-air-gapped-deployment/b2ZmbGluZS: setup-and-configure/rocket.chat-air-gapped-deployment/README.md
use-rocket.chat/user-guides/rooms/channels/channel-actions/members-list-of-a-channel/add-user-to-a-channel: use-rocket.chat/user-guides/rooms/channels/README.md
use-rocket.chat/user-guides/rooms/direct-messages/direct-messages-between-multiple-users: use-rocket.chat/user-guides/rooms/direct-messages/README.md
user-guides/end-to-end-encryption: use-rocket.chat/user-guides/security-bundle/end-to-end-encryption-user-guide.md
guides/administration/admin-panel/import: use-rocket.chat/workspace-administration/import/README.md
guides/administration/admin-panel/settings/general: use-rocket.chat/workspace-administration/settings/general/README.md
guides/administration/admin-panel/settings/saml/keycloak: setup-and-configure/advanced-workspace-management/authentication/open-id-connect/keycloak.md
guides/administration/misc.-admin-guides/authentication: setup-and-configure/advanced-workspace-management/authentication/README.md
guides/administration/settings/saml/active-directory-federation-services: use-rocket.chat/workspace-administration/settings/saml/active-directory-federation-services.md
guides/administrator-guides/file-upload/amazon-s3: use-rocket.chat/workspace-administration/settings/file-upload/README.md
guides/administrator-guides/integrations/jira: use-rocket.chat/workspace-administration/integrations/jira.md
guides/app-guides/omnichannel-apps/telegram-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/omnichannel-apps/telegram-app/README.md
guides/message-auditing: use-rocket.chat/message-auditing/README.md
guides/omnichannel/omnichannel-overview: use-rocket.chat/omnichannel/README.md
guides/user-guides/rooms/channels: use-rocket.chat/user-guides/rooms/channels/README.md
guides/user-guides/rooms/channels/channel-actions/search-messages-in-a-channel: use-rocket.chat/user-guides/rooms/channels/search-messages-in-a-channel.md
guides/user-guides/rooms/teams/teams-channels: use-rocket.chat/user-guides/rooms/teams/manage-team-channels.md
installation/automation-tools/ansible: deploy/scaling-rocket.chat/automation-tools/ansible.md
installation/docker-containers/high-availability-install: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/high-availability-install.md
installation/manual-installation/rocketchatctl: deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl.md
installation/rocket-chat-cloud: use-rocket.chat/rocket.chat-cloud/README.md
quick-start/deploying-rocket.chat/introduction-prerequisites: deploy/prepare-for-your-deployment/README.md
quick-start/deploying-rocket.chat/other-deployment-methods/plug-in-deployments/pidgin: deploy/prepare-for-your-deployment/README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration.md
quick-start/environment-configuration/extras/pm2-systemd-upstart: deploy/rocket.chat-environment-configuration/README.md
quick-start/installing-and-updating/introduction-prerequisites: deploy/prepare-for-your-deployment/README.md
quick-start/installing-and-updating/other-deployment-methods/manual-installation/extras/mongodb-mmap-to-wiredtiger-migration: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration.md
quick-start/installing-and-updating/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration.md
rocket.chat-legal/terms: rocket.chat-legal/terms-of-service/README.md
admin/import/new/slack: use-rocket.chat/workspace-administration/settings/slackbridge.md
administrator-guides: use-rocket.chat/workspace-administration/README.md
# Annual Contribution Programs
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2023: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2022: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2021: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2020: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2019: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2018: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2017: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-season-of-docs: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-season-of-docs/google-season-of-docs-2023: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-season-of-docs/google-season-of-docs-2022: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-season-of-docs/google-season-of-docs-2021: contribute-to-rocket.chat/annual-contribution-programs.md
contribute-to-rocket.chat/annual-contribution-programs/google-season-of-docs/google-season-of-docs-2019: contribute-to-rocket.chat/annual-contribution-programs.md
# LINKS FROM May 26, 2023-May 28, 2023
rocket.chat-saas/faq: use-rocket.chat/rocket.chat-cloud/README.md
administrator-guides/authentication/ldap: use-rocket.chat/workspace-administration/settings/ldap/README.md
guides/administrator-guides/settings/email/setup: use-rocket.chat/workspace-administration/settings/email/README.md
administrator-guides/integrations/prometheus: use-rocket.chat/workspace-administration/integrations/prometheus.md
installation/paas-deployments/aliyun: deploy/prepare-for-your-deployment/README.md
administrator-guides/rocket-chat-apps/zoom: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/zoom.md
developer-guides/realtime-api/method-calls/notify-room-stream: resources/development-docs.md
guides/rocket.chat-call-center/call-center-admin-guides: use-rocket.chat/rocket.chat-voice-channel/README.md
quick-start/deploying-rocket.chat/other-deployment-methods/manual-installation/updating: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
api/rest-api/methods/livechat/visitor: resources/development-docs.md
deploy-rocket.chat/prepare-for-your-rocket.chat-deployment/choosing-a-deployment-method: deploy/prepare-for-your-deployment/README.md
developer-guides/realtime-api/method-calls/get-subscriptions: resources/development-docs.md
guides/administration/settings/retention-policies: use-rocket.chat/workspace-administration/settings/retention-policies.md
guides/administration/admin-panel/integrations/gitlab: use-rocket.chat/workspace-administration/integrations/gitlab.md
guides/administration/misc.-admin-guides/authentication/open-id-connect/keycloak: setup-and-configure/advanced-workspace-management/authentication/open-id-connect/keycloak.md
guides/rocket.chat-administrator-guides/administration/integrations/microsoft-teams: use-rocket.chat/workspace-administration/integrations/microsoft-teams.md
installation/community-supported-installation: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/docker-and-docker-compose/docker-containers/high-availability-install: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
quick-start/installing-and-updating/manual-installation/mongo-versions: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
contributors/annual-contribution-programs/google-summer-of-code/google-summer-of-code-2022: contribute-to-rocket.chat/annual-contribution-programs.md
deyour-deployment/rapid-deployment-methods/docker-and-docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
getting-support/community-support: resources/get-support/README.md
guides/administration/admin-panel/settings/oauth/ms-office-365-oauth-setup: use-rocket.chat/workspace-administration/settings/oauth/ms-office-365-oauth-setup.md
guides/administration/admin-panel/settings/omnichannel-admins-guide/queue-types-routing-algorithm: use-rocket.chat/workspace-administration/settings/omnichannel-admins-guide/queue-types-routing-algorithm.md
guides/rocket.chat-conference-call: use-rocket.chat/rocket.chat-conference-call/README.md
installation/docker-containers/mongodb-mmap-to-wiredtiger-migration: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/mongodb-mmap-to-wiredtiger-migration.md
installation/manual-installation/debian: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/README.md
installation/manual-installation/windows-server: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
quick-start/installing-and-updating/introduction-prerequisites/choosing-a-deployment-method: deploy/prepare-for-your-deployment/README.md
quick-start/scaling-rocket.chat: deploy/scaling-rocket.chat/README.md
resources/get-support.: resources/get-support/README.md
administrator-guides/import/slack/slackbridge: use-rocket.chat/workspace-administration/settings/slackbridge.md
administrator-guides/integrations/zapier: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/zapier-app/README.md
contributors/google-summer-of-code/google-summer-of-code-2022: contribute-to-rocket.chat/annual-contribution-programs.md
deploy/prepare-for-your-deployement/other-deployement-methods/manual-installation/debian-based-distros/debian: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/debian-based-distros/README.md
developer-guides/rest-api/channels/history: resources/development-docs.md
developer-guides/rest-api/settings/update: resources/development-docs.md
guides/administrator-guides/custom-emoji: use-rocket.chat/workspace-administration/custom-emoji.md
guides/administrator-guides/settings/push-notifications-admin-guide: use-rocket.chat/rocket.chat-mobile/push-notifications/README.md
guides/mobile-guides/push-notifications-1: use-rocket.chat/rocket.chat-mobile/push-notifications/README.md
guides/rocket.chat-call-center/call-center-admin-guides/how-to-associate-agents-with-extensions: use-rocket.chat/rocket.chat-voice-channel/README.md
guides/rocket.chat-call-center/call-center-admin-guides/how-to-configure-voip-on-my-rocket.chat-instance: use-rocket.chat/rocket.chat-voice-channel/README.md
installation.docker-containers: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers/README.md
installation/manual-installation: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
installation/snaps/autossl: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
installation/updating/from-0-x-x-to-0-40-0:
installing-and-updating/manual-installation/updating: deploy/updating-rocket.chat/README.md
proxy_u/en-ru.ru.0da9006c-64741961-fea6c235-74722d776562/https/docs.rocket.chat/deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/snaps/snap-backup-and-restore: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/installing-and-updating/manual-installation/ubuntu: deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation/README.md
administrator-guides/custom-fields: use-rocket.chat/omnichannel/custom-fields.md
administrator-guides/import/csv: use-rocket.chat/workspace-administration/import/README.md
administrator-guides/push-notifications: use-rocket.chat/rocket.chat-mobile/push-notifications/README.md
developer-guides/realtime-api/the-message-object: resources/development-docs.md
developer-guides/rest-api/groups: resources/development-docs.md
guides/omnichannel-guides/omnichannel: use-rocket.chat/omnichannel/README.md
guides/rocket.chat-call-center/call-center-admin-guides/voip-troubleshooting: use-rocket.chat/rocket.chat-voice-channel/README.md
guides/user-guides/registration: setup-and-configure/license-application.md
guides/user-guides/user-panel: use-rocket.chat/user-guides/user-panel/README.md
installation/community-supported-installation/windows-server: deploy/prepare-for-your-deployment/README.md
installation/manual-installation/running-in-a-sub-folder: deploy/prepare-for-your-deployment/README.md
installation/manual-installation/windows-server/releases: deploy/prepare-for-your-deployment/README.md
installation/rocketchatctl: deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl.md
installation/updating: deploy/prepare-for-your-deployment/README.md
installing-and-updating/hardware-requirements: deploy/prepare-for-your-deployment/README.md
installing-and-updating/manual-installation/mongo-replicas: deploy/prepare-for-your-deployment/README.md
quick-start/deploying-rocket.chat/rapid-deployment-methods/snaps/snap-faq: deploy/prepare-for-your-deployment/README.md
quick-start/installing-and-updating/rapid-deployment-methods/snaps/auto-ssl-with-snaps: deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/README.md
quick-start/scaling-rocket.chat/multiple-instances-to-improve-performance: deploy/scaling-rocket.chat/README.md
setup-and-configure/advanced-workspace-management/authentication/open-id-connect/keycloak i: setup-and-configure/advanced-workspace-management/authentication/README.md
use-rocket.chat/rocket.chat-workspace-administration/users: use-rocket.chat/workspace-administration/users/README.md
user-guides/channel-actions: use-rocket.chat/workspace-administration/rooms.md
guides/administrator-guides/integrations: use-rocket.chat/workspace-administration/integrations/README.md
use-rocket.chat/rocket.chat-workspace-administration/users?_hsmi=238490370&_hsenc=p2ANqtz-_Ae489Ux0n8L_Ot-RpfZUn2u7SDXdjOa67ARQAD6EtkLhoEn5Qr4dZhWmXGhKuET0UKG3ufgu_sAbEYBj-FdwKzGiiMA: use-rocket.chat/workspace-administration/README.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-containers: deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/README.md
# Deployment restructure redirects
deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/available-images: deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/docker-mongo-backup-and-restore: deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose/installing-nginx-and-ssl-certificate: deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/configuring-mongodb: deploy/deploy-rocket.chat/deploy-with-snaps.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/auto-ssl-with-snaps: deploy/deploy-rocket.chat/deploy-with-snaps.md
deploy/prepare-for-your-deployment/rapid-deployment-methods/snaps/snap-backup-and-restore: deploy/deploy-rocket.chat/deploy-with-snaps.md
deploy/prepare-for-your-deployment/choosing-a-deployment-method: deploy/deploy-rocket.chat/README.md
deploy/prepare-for-your-deployment/rapid-deployment-methods: deploy/deploy-rocket.chat/README.md
deploy/prepare-for-your-deployment/manual-installation: deploy/deploy-rocket.chat/README.md
deploy/prepare-for-your-deployment/manual-installation/debian-based-distros: deploy/deploy-rocket.chat/README.md
deploy/prepare-for-your-deployment/manual-installation/updating: deploy/deploy-rocket.chat/updating-rocket.chat.md
deploy/prepare-for-your-deployment/cloud-deployments: deploy/deploy-rocket.chat/README.md
deploy/prepare-for-your-deployment/starting-and-stopping: deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose.md
deploy/prepare-for-your-deployment/other-deployment-methods/manual-installation: deploy/deploy-rocket.chat/README.md
guides/user-guides/rooms: use-rocket.chat/user-guides/rooms/README.md
guides/app-guides/zoom: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/zoom.md
guides/app-guides/atlassian/bitbucket-server-integration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/bitbucket-server-integration.md
guides/app-guides/atlassian/bamboo-integration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/bamboo-integration.md
guides/app-guides/poll: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/poll-plus/README.md
guides/administration/admin-panel/integrations/giphy: use-rocket.chat/workspace-administration/integrations/giphy.md
guides/user-guides/security-bundle/two-factor-authentication: use-rocket.chat/user-guides/security-bundle/two-factor-authentication-user-guide.md
guides/administration/settings/e2e-encryption: use-rocket.chat/user-guides/security-bundle/end-to-end-encryption-user-guide.md
guides/user-guides/messaging/off-the-record-otr-messaging-guide: use-rocket.chat/user-guides/messages/off-the-record-otr-messaging-user-guide.md
guides/administration/settings/oauth: use-rocket.chat/workspace-administration/settings/oauth/README.md
guides/administration/settings/saml: use-rocket.chat/workspace-administration/settings/saml/README.md
guides/omnichannel/managers: use-rocket.chat/omnichannel/managers.md
guides/omnichannel/agents: use-rocket.chat/omnichannel/agents.md
guides/omnichannel/analytics: use-rocket.chat/omnichannel/analytics.md
guides/omnichannel/canned-responses-omnichannel-managers-guide: use-rocket.chat/omnichannel/canned-responses/README.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/mod-assist-app/install-mod-assist-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/mod-assist-app/README.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/chatgpt-app/install-chatgpt-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/chatgpt-app/README.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/zoom/install-zoom-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/zoom.md
use-rocket.chat/authentication/ldap: use-rocket.chat/authentication/ldap/README.md
use-rocket.chat/authentication/ldap/ldap-data-sync-settings: use-rocket.chat/authentication/ldap/ldap-data-sync-settings.md
use-rocket.chat/authentication/ldap/ldap-premium-settings: use-rocket.chat/authentication/ldap/ldap-premium-settings.md
use-rocket.chat/authentication/ldap/ldap-setup: use-rocket.chat/authentication/ldap/ldap-setup.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/README.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/jira-server-v2.0: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/jira-server-v2.0.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/bamboo-app: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/bamboo-app.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/bitbucket-server-integration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/bitbucket-server.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/confluence-server-integration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/confluence-server.md
extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian/jira-server-integration: extend-rocket.chat-capabilities/rocket.chat-marketplace/rocket.chat-public-apps-guides/atlassian-apps/jira-server.md
deploy/deploy-rocket.chat/additional-deployment-methods/digitalocean: deploy/deploy-rocket.chat/additional-deployment-methods/deploy-with-digital-ocean.md