2020-07-10 22:11:07 -07:00
|
|
|
module.exports = {
|
2023-12-11 12:17:13 -08:00
|
|
|
masterSidebar: [
|
|
|
|
"home",
|
2022-08-15 19:23:39 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Introduction",
|
2022-08-15 19:23:39 -07:00
|
|
|
collapsed: false,
|
|
|
|
items: [
|
2023-12-11 12:17:13 -08:00
|
|
|
"what-is-a-validator",
|
|
|
|
"what-is-an-rpc-node",
|
|
|
|
"faq",
|
|
|
|
"backwards-compatibility",
|
2022-08-15 19:23:39 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Command Line Tools",
|
|
|
|
// collapsed: false,
|
2022-08-31 10:32:36 -07:00
|
|
|
items: [
|
2022-09-09 19:36:04 -07:00
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "cli",
|
2022-08-31 10:32:36 -07:00
|
|
|
},
|
|
|
|
],
|
2022-08-26 19:03:48 -07:00
|
|
|
},
|
2022-08-15 19:23:39 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Architecture",
|
2022-08-15 19:23:39 -07:00
|
|
|
// collapsed: false,
|
|
|
|
items: [
|
2023-12-11 12:17:13 -08:00
|
|
|
"architecture",
|
2022-08-31 10:32:36 -07:00
|
|
|
{
|
2022-09-26 16:16:18 -07:00
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Clusters",
|
|
|
|
// collapsed: false,
|
2022-09-26 16:16:18 -07:00
|
|
|
items: [
|
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "clusters",
|
2022-12-21 20:51:49 -08:00
|
|
|
},
|
2022-09-26 16:16:18 -07:00
|
|
|
],
|
2022-08-31 10:32:36 -07:00
|
|
|
},
|
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "category",
|
|
|
|
label: "Consensus",
|
|
|
|
// collapsed: false,
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "consensus",
|
|
|
|
},
|
|
|
|
],
|
2022-08-31 10:32:36 -07:00
|
|
|
},
|
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "category",
|
2022-08-31 10:32:36 -07:00
|
|
|
label: "Runtime",
|
2023-12-11 12:17:13 -08:00
|
|
|
// collapsed: false,
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "runtime",
|
|
|
|
},
|
|
|
|
],
|
2022-08-15 19:23:39 -07:00
|
|
|
},
|
2022-08-31 10:32:36 -07:00
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "category",
|
|
|
|
label: "Validators",
|
|
|
|
// collapsed: false,
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "validator",
|
|
|
|
},
|
|
|
|
],
|
2022-08-31 10:32:36 -07:00
|
|
|
},
|
2022-08-15 19:23:39 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Operating a Validator",
|
|
|
|
// collapsed: false,
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "operations/index",
|
|
|
|
},
|
2022-08-31 10:32:36 -07:00
|
|
|
items: [
|
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "operations",
|
2022-08-31 10:32:36 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2022-08-15 19:23:39 -07:00
|
|
|
],
|
2023-12-11 12:17:13 -08:00
|
|
|
proposalsSidebar: [
|
2023-06-13 12:11:37 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "System Design Proposals",
|
2023-06-13 12:11:37 -07:00
|
|
|
collapsed: false,
|
|
|
|
items: [
|
2023-12-11 12:17:13 -08:00
|
|
|
"proposals",
|
2022-08-15 19:23:39 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
2023-12-11 12:17:13 -08:00
|
|
|
label: "Accepted Proposals",
|
|
|
|
collapsed: true,
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "proposals/accepted-design-proposals",
|
|
|
|
},
|
2022-08-15 19:23:39 -07:00
|
|
|
items: [
|
2023-12-11 12:17:13 -08:00
|
|
|
{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "proposals",
|
|
|
|
},
|
2022-08-15 19:23:39 -07:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2023-12-11 12:17:13 -08:00
|
|
|
type: "category",
|
|
|
|
label: "Implemented Proposals",
|
|
|
|
collapsed: true,
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
|
|
|
id: "implemented-proposals/index",
|
|
|
|
},
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "implemented-proposals",
|
|
|
|
},
|
|
|
|
],
|
2022-08-15 19:23:39 -07:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2020-07-10 22:11:07 -07:00
|
|
|
};
|