Skip to content

Commit

Permalink
Tweaked sidebar positions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Jul 18, 2024
1 parent bf60351 commit 83f8346
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ const sidebars = {
'credential-trees/js-sdk-reference',
],
},
{
// formely: products/rarime
type: 'category',
label: 'RariMe App',
link: { type: 'doc', id: 'rarime/overview' },
collapsed: true,
items: [
'rarime/guide-for-issuers',
'rarime/interoperability-with-external-credentials',
'rarime/js-connector-reference',
],
},

{
// formely: products/base-layer
type: 'category',
Expand All @@ -66,19 +79,6 @@ const sidebars = {
'rarimo-core/api-reference',
],
},
{
// formely: products/rarime
type: 'category',
label: 'RariMe App',
link: {type: 'doc', id: 'rarime/overview'},
collapsed: true,
items: [
'rarime/guide-for-issuers',
'rarime/interoperability-with-external-credentials',
'rarime/js-connector-reference',
],
},

{
type: 'html',
value: `
Expand Down

0 comments on commit 83f8346

Please sign in to comment.