diff --git a/website/core/Footer.js b/website/core/Footer.js
index 0ab50ec55..c32117d94 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -26,7 +26,7 @@ class Footer extends React.Component {
{this.props.config.footerIcon && (
- Sonar aims to be your number one companion for mobile app + Flipper aims to be your number one companion for mobile app development on iOS and Android. Therefore, we provide a bunch of useful tools including a log viewer, interactive layout inspector, and network inspector. @@ -61,13 +62,13 @@ class Index extends React.Component {
- Sonar is built as a platform. In addition to using the tools + Flipper is built as a platform. In addition to using the tools already included, you can create your own plugins to visualize and - debug data from your mobile apps. Sonar takes care of sending data - back and forth, calling functions, and listening for events on the - mobile app. + debug data from your mobile apps. Flipper takes care of sending + data back and forth, calling functions, and listening for events + on the mobile app.
Learn more @@ -75,8 +76,8 @@ class Index extends React.Component {
- Both Sonar's desktop app and native mobile SDKs are open-source + Both Flipper's desktop app and native mobile SDKs are open-source and MIT licensed. This enables you to see and understand how we are building plugins, and of course join the community and help - improve Sonar. We are excited to see what you will build on this + improve Flipper. We are excited to see what you will build on this platform.
diff --git a/website/sidebars.json b/website/sidebars.json index 25f01961c..d661a9569 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -1,6 +1,6 @@ { "docs": { - "Using Sonar": ["getting-started", "understand", "stetho"], + "Using Flipper": ["getting-started", "understand", "stetho"], "Built-in Plugins": [ "logs-plugin", "layout-plugin", diff --git a/website/siteConfig.js b/website/siteConfig.js index a4b4b4939..f2f8ca8e0 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -4,14 +4,14 @@ * LICENSE file in the root directory of this source tree. * @format */ -const repoUrl = 'https://github.com/facebook/sonar'; +const repoUrl = 'https://github.com/facebook/flipper'; const siteConfig = { - title: 'Sonar' /* title for your website */, + title: 'Flipper' /* title for your website */, tagline: 'Extensible mobile app debugging', - url: 'https://fbsonar.com/' /* your website url */, + url: 'https://fbflipper.com/' /* your website url */, baseUrl: '/' /* base url for your project */, - projectName: 'sonar', + projectName: 'flipper', headerLinks: [ {doc: 'getting-started', label: 'Getting Started'}, {doc: 'understand', label: 'Docs'},