Change the website branding
Summary: Updated the website with the new name flipper Reviewed By: passy Differential Revision: D9046642 fbshipit-source-id: e4c6e77ddba62b8ebedf5639dc7cc6375b857cd9
This commit is contained in:
committed by
Pascal Hartig
parent
8db555b259
commit
5fc0d9833d
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user