Skip to content

Commit d2326a3

Browse files
committed
Update nav and site config
1 parent a87c66f commit d2326a3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/sidebarReference.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
{
118118
"title": "cache",
119119
"path": "/reference/react/cache"
120+
}, {
121+
"title": "captureOwnerStack",
122+
"path": "/reference/react/captureOwnerStack"
120123
},
121124
{
122125
"title": "createContext",
@@ -147,11 +150,6 @@
147150
"title": "experimental_taintUniqueValue",
148151
"path": "/reference/react/experimental_taintUniqueValue",
149152
"version": "canary"
150-
},
151-
{
152-
"title": "captureOwnerStack",
153-
"path": "/reference/react/captureOwnerStack",
154-
"version": "canary"
155153
}
156154
]
157155
},

src/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*/
44
exports.siteConfig = {
5-
version: '19',
5+
version: '19.1',
66
// --------------------------------------
77
// Translations should replace these lines:
88
languageCode: 'en',

0 commit comments

Comments
 (0)