mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Renamed Sonar to Flipper (#905)
* Noticed caption was "Sonar" but redirecting to https://fbflipper.com. * Fixed caption and renamed files for consistency. * Moved project after FastText to keep alphabetical ordering. * Ran prettier and included changes. Test plan: npm run test && npm run prettier && npm run lint cd website && npm run start Noticed projects are rendered properly and caption is now "Flipper".
This commit is contained in:
parent
e79e67ad2b
commit
0a3f0ecdc5
File diff suppressed because it is too large
Load Diff
|
|
@ -39,7 +39,10 @@
|
|||
}
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": ["/node_modules/", "__fixtures__"],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"__fixtures__"
|
||||
],
|
||||
"testURL": "http://localhost/"
|
||||
},
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -84,6 +84,13 @@ module.exports = [
|
|||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Flipper',
|
||||
image: '/img/users/flipper.png',
|
||||
infoLink: 'https://fbflipper.com',
|
||||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'Instant Articles Builder',
|
||||
image: '/img/users/facebook-instant-articles-rules-editor.svg',
|
||||
|
|
@ -246,13 +253,6 @@ module.exports = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'Sonar',
|
||||
image: '/img/users/sonar.png',
|
||||
infoLink: 'https://fbsonar.com',
|
||||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
caption: 'StreamPipes',
|
||||
image: 'https://streampipes.org/images/streampipes-logo-center.png',
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue