diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-04 10:35:45 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-04 10:35:45 +0200 |
commit | 224b16bd0427be90bfd20aa32550a6388db3ad86 (patch) | |
tree | 1f587c589d22b83eaee586a1d4cc4fa399284498 /docs/sidebars.js | |
parent | 4fe0f84790a7e906924e01cbb2dd79a6944d21f4 (diff) | |
download | sncontinue-224b16bd0427be90bfd20aa32550a6388db3ad86.tar.gz sncontinue-224b16bd0427be90bfd20aa32550a6388db3ad86.tar.bz2 sncontinue-224b16bd0427be90bfd20aa32550a6388db3ad86.zip |
filling in walkthroughs
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 89b20617..6714f6f0 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { label: "Concepts", items: [ "concepts/autopilot", - "concepts/continue-json", + "concepts/credentials", "concepts/gui", "concepts/history", "concepts/ide", @@ -45,6 +45,7 @@ const sidebars = { "concepts/step", ], }, + "catalog", "telemetry", ], }; |