Skip to content

Commit 584848d

Browse files
Jiayue Baofacebook-github-bot
authored andcommitted
Move ObjectCache guides from "Internals" to "API and Usage"
Summary: Move the guide to "API and Usage" category. Still only available to the internal website. Reviewed By: haowu14 Differential Revision: D40880426 fbshipit-source-id: 1d9ca323233b7f6d3cf5c82436ca0d6b69e4f850
1 parent 87578d8 commit 584848d

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

website/sidebars.js

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
* @format
1717
*/
1818

19-
const {fbInternalOnly, fbContent} = require('docusaurus-plugin-internaldocs-fb/internal');
19+
const {
20+
fbInternalOnly,
21+
fbContent,
22+
} = require('docusaurus-plugin-internaldocs-fb/internal');
2023

2124
module.exports = {
2225
installationSidebar: [
@@ -95,6 +98,17 @@ module.exports = {
9598
'Cache_Library_User_Guides/Configure_HybridCache',
9699
],
97100
},
101+
...fbInternalOnly([
102+
{
103+
type: 'category',
104+
label: 'Object Cache',
105+
collapsed: true,
106+
items: [
107+
'facebook/Object_Cache/Object_Cache_Decision_Guide',
108+
'facebook/Object_Cache/Object_Cache_User_Guide',
109+
],
110+
},
111+
]),
98112
{
99113
type: 'category',
100114
label: 'Advanced Features',
@@ -205,15 +219,6 @@ module.exports = {
205219
'facebook/Working_Set_Analysis/WSA_logging_library',
206220
],
207221
},
208-
{
209-
type: 'category',
210-
label: 'Object Cache',
211-
collapsed: true,
212-
items: [
213-
'facebook/Object_Cache/Object_Cache_Decision_Guide',
214-
'facebook/Object_Cache/Object_Cache_User_Guide',
215-
],
216-
},
217222
{
218223
type: 'category',
219224
label: 'CacheLib Developers',

0 commit comments

Comments
 (0)