website/sidebarsGuide.js (18 lines of code) (raw):
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
module.exports = {
someSidebar: {
'CQL Guide': [
'ch01', 'ch02', 'ch03', 'ch04', 'ch05',
'ch06', 'ch07', 'ch08', 'ch09', 'ch10',
'ch11', 'ch12', 'ch13', 'ch14'
],
Appendix: [
'x1', 'x2', 'x3', 'x4', 'x5',
'x6', 'x7', 'x8', 'x9', 'x10',
'x11'
],
'CQL Internals': [
'int01', 'int02', 'int03', 'int04', 'int05',
'int06', 'int07', 'int08'
],
},
};