Skip to content

Commit

Permalink
update sidebars (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Apr 17, 2024
1 parent 2467182 commit 3fa518f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const sidebars = {
items: [
'getting-started/playground-start',
{
type: "category",
type: 'category',
label: 'Local Setup',
items: [
'getting-started/local-setup/local-setup',
Expand Down Expand Up @@ -45,6 +45,7 @@ const sidebars = {
items: [
'concepts/realms',
'concepts/packages',
'concepts/namespaces',
{
type: 'category',
label: 'Standard Libraries',
Expand Down Expand Up @@ -163,4 +164,4 @@ const sidebars = {
],
};

module.exports = sidebars;
module.exports = sidebars;

0 comments on commit 3fa518f

Please sign in to comment.