Skip to content

Commit e15e2c9

Browse files
committed
Update sidebars
1 parent 1b04c53 commit e15e2c9

File tree

2 files changed

+989
-91
lines changed

2 files changed

+989
-91
lines changed

sidebars.js

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ const sidebars = {
138138
id: 'how-to-write-function',
139139
label: 'Write a Function',
140140
},
141+
{
142+
type: 'doc',
143+
id: 'use-generic-contracts',
144+
label: 'Use Generic Contracts and Functions',
145+
},
141146
{
142147
type: 'doc',
143148
id: 'how-to-use-proof',
@@ -530,11 +535,6 @@ const sidebars = {
530535
id: 'scalar-kubernetes/HowToUpgradeScalarDL',
531536
label: 'Upgrade',
532537
},
533-
{
534-
type: 'doc',
535-
id: 'troubleshooting-guide',
536-
label: 'Troubleshooting Guide',
537-
},
538538
{
539539
type: 'doc',
540540
id: 'scalar-manager/overview',
@@ -555,13 +555,45 @@ const sidebars = {
555555
{
556556
type: 'doc',
557557
id: 'scalardl-command-reference',
558-
label: 'ScalarDL Client Command Reference',
558+
label: 'ScalarDL Client Command',
559+
},
560+
{
561+
type: 'doc',
562+
id: 'generic-contracts-reference',
563+
label: 'Generic Contracts and Functions',
559564
},
560565
{
561566
type: 'doc',
562567
id: 'scalardl-benchmarks/README',
563568
label: 'Run Benchmarks',
564569
},
570+
{
571+
type: 'category',
572+
label: 'Error codes',
573+
collapsible: true,
574+
items: [
575+
{
576+
type: 'doc',
577+
id: 'scalardl-common-status-codes',
578+
label: 'ScalarDL Common Error Codes',
579+
},
580+
{
581+
type: 'doc',
582+
id: 'scalardl-ledger-status-codes',
583+
label: 'ScalarDL Ledger Error Codes',
584+
},
585+
{
586+
type: 'doc',
587+
id: 'scalardl-auditor-status-codes',
588+
label: 'ScalarDL Auditor Error Codes',
589+
},
590+
{
591+
type: 'doc',
592+
id: 'scalardl-client-status-codes',
593+
label: 'ScalarDL Client Error Codes',
594+
},
595+
],
596+
},
565597
],
566598
},
567599
{
@@ -1095,11 +1127,6 @@ const sidebars = {
10951127
id: 'scalar-kubernetes/HowToUpgradeScalarDL',
10961128
label: 'アップグレードする',
10971129
},
1098-
{
1099-
type: 'doc',
1100-
id: 'troubleshooting-guide',
1101-
label: 'トラブルシューティングガイド',
1102-
},
11031130
{
11041131
type: 'doc',
11051132
id: 'scalar-manager/overview',

0 commit comments

Comments
 (0)