Skip to content

Commit

Permalink
Split up Docs and API (facebook#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored and cpojer committed May 28, 2019
1 parent 709f7ba commit 718ada4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3242,6 +3242,7 @@
},
"links": {
"Docs": "Docs",
"API": "API",
"Community": "Community",
"Blog": "Blog",
"GitHub": "GitHub"
Expand Down
4 changes: 3 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"headless-js-android",
"signed-apk-android",
"removing-default-permissions"
],
]
},
"api": {
"Components": [
"activityindicator",
"button",
Expand Down
1 change: 1 addition & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const siteConfig = {
editUrl: 'https://github.com/facebook/react-native-website/blob/master/docs/',
headerLinks: [
{doc: 'getting-started', label: 'Docs'},
{doc: 'activityindicator', label: 'API'},
{page: 'help', label: 'Community'},
{blog: true, label: 'Blog'},
{search: true},
Expand Down
4 changes: 3 additions & 1 deletion website/versioned_sidebars/version-0.59-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"version-0.59-headless-js-android",
"version-0.59-signed-apk-android",
"version-0.59-removing-default-permissions"
],
]
},
"version-0.59-api": {
"Components": [
"version-0.59-activityindicator",
"version-0.59-button",
Expand Down

0 comments on commit 718ada4

Please sign in to comment.