Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
GITBOOK-1113: fix white labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Funke Olasupo authored and gitbook-bot committed Oct 11, 2023
1 parent b666a2b commit 9afe4e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
## Customize and Embed

* [Embedded Layout](customize-and-embed/embedded-layout.md)
* [White Labelling](customize-and-embed/white-labelling/README.md)
* [White Labeling](customize-and-embed/white-labelling/README.md)
* [Customizing Colors](customize-and-embed/white-labelling/customizing-colors.md)
* [Iframe Integration](customize-and-embed/iframe-integration/README.md)
* [Configuring iFrame auth](customize-and-embed/iframe-integration/configuring-iframe-auth/README.md)
Expand All @@ -63,15 +63,15 @@
* [Desktop App](open-source-projects/desktop-app/README.md)
* [Developing your Desktop App](open-source-projects/desktop-app/developing-your-desktop-app.md)
* [Debugging your Desktop App](desktop-app/debugging-your-desktop-app.md)
* [Desktop App White Labelling](open-source-projects/desktop-app/desktop-app-white-labelling/README.md)
* [Desktop App White Labeling](open-source-projects/desktop-app/desktop-app-white-labelling/README.md)
* [Desktop Changing Default Settings](open-source-projects/desktop-app/desktop-app-white-labelling/changing-default-settings.md)
* [Mobile App](open-source-projects/mobile-app/README.md)
* [Supporting SSL for development on Rocket.Chat](open-source-projects/mobile-app/supporting-ssl-for-development-on-rocket.chat.md)
* [Analytics & Data Usage](open-source-projects/mobile-app/analytics-and-data-usage.md)
* [Testing your Mobile App](open-source-projects/mobile-app/testing-your-mobile-app.md)
* [Mobile App White Labelling](open-source-projects/mobile-app/mobile-app-white-labelling/README.md)
* [iOS App White Labelling](mobile-app/mobile-app-white-labelling/ios-app-white-labelling.md)
* [Android App White Labelling](open-source-projects/mobile-app/mobile-app-white-labelling/android-app-white-labelling.md)
* [Mobile App White Labeling](open-source-projects/mobile-app/mobile-app-white-labelling/README.md)
* [iOS App White Labeling](mobile-app/mobile-app-white-labelling/ios-app-white-labelling.md)
* [Android App White Labeling](open-source-projects/mobile-app/mobile-app-white-labelling/android-app-white-labelling.md)
* [Configuring Push Notifications](open-source-projects/mobile-app/configuring-push-notifications.md)
* [Mobile App FAQs](open-source-projects/mobile-app/mobile-app-faqs.md)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mobile App White Labelling
# Mobile App White Labeling

You can rebrand Rocket.Chat Mobile Apps to suit your style guide. You can customize the App Icons, Splash Screens, App Name, and Colors for your mobile app. This guide provides a step-by-step overview of how to white label the Rocket.Chat mobile app for both Android and iOS platforms. 

Expand Down Expand Up @@ -31,7 +31,7 @@ https://github.com/RocketChat/Rocket.Chat.ReactNative
```
{% endhint %}

## General White Labelling
## General White Labeling

* Create an account on [Bugsnag](https://www.bugsnag.com/).
* Set `server`, `appGroup`, and `appStoreId` in the [app.json](https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/single-server/app.json#L5) file.
Expand Down

0 comments on commit 9afe4e6

Please sign in to comment.