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 mascot
Docs
Getting Started - Understanding Sonar + Understanding Flipper Creating Plugins
@@ -47,13 +47,13 @@ class Footer extends React.Component {
More
- Twitter + Twitter GitHub diff --git a/website/i18n/en.json b/website/i18n/en.json index 737b24f1e..b9b57f99e 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -12,6 +12,7 @@ "Create Table Plugin": "Create Table Plugin", "error-handling": "Error Handling", "Error Handling": "Error Handling", + "establishing-a-connection": "establishing-a-connection", "getting-started": "Getting Started", "Getting Started": "Getting Started", "js-setup": "JavaScript Setup", @@ -31,8 +32,8 @@ "Testing": "Testing", "ui-components": "UI Components", "UI Components": "UI Components", - "understand": "Understanding Sonar", - "Understanding Sonar": "Understanding Sonar", + "understand": "Understanding Flipper", + "Understanding Flipper": "Understanding Flipper", "Docs": "Docs", "GitHub": "GitHub", "Using Sonar": "Using Sonar", diff --git a/website/pages/en/index.js b/website/pages/en/index.js index cb3a8d011..89ca1b7f1 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -15,14 +15,15 @@ class Index extends React.Component {

Extensible mobile app debugger

- Sonar is a platform for debugging mobile apps on iOS and Android. - Visualize, inspect, and control your apps from a simple desktop - interface. Use Sonar as is or extend it using the plugin API. + Flipper is a platform for debugging mobile apps on iOS and + Android. Visualize, inspect, and control your apps from a simple + desktop interface. Use Flipper as is or extend it using the plugin + API.

+ href="https://www.facebook.com/flipper/public/mac"> Download @@ -48,7 +49,7 @@ class Index extends React.Component {

Tools

Mobile development

- 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 {

Plugins

-

Extending Sonar

+

Extending Flipper

- 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 {
@@ -89,12 +90,12 @@ class Index extends React.Component {

Open Source

-

Contributing to Sonar

+

Contributing to Flipper

- 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'},