Skip to content

Commit

Permalink
Change sidebar ordering
Browse files Browse the repository at this point in the history
Fixes: #320
  • Loading branch information
mike-solomon committed Nov 12, 2024
1 parent 1ebc980 commit 15000dc
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,58 @@ const sidebars: SidebarsConfig = {
}
]
},
{
type: 'category',
label: 'Reference',
link: {
type: 'generated-index',
title: 'Reference',
description: 'Reference docs.',
slug: '/reference',
keywords: ['reference'],
},
items: [
'reference/faq',
'reference/latest-versions-of-every-openrewrite-module',
'reference/recipes-with-data-tables',
'reference/rewrite-maven-plugin',
'reference/gradle-plugin-configuration',
'reference/supported-languages',
'reference/snapshot-instructions',
'reference/jsonpath-and-jsonpathmatcher-reference',
'reference/yaml-format-reference',
'reference/method-patterns',
'reference/dependency-version-selectors',
'reference/framework-provided-markers',
'reference/building-openrewrite-from-source',
'reference/community-recipes',
],
},
{
type: 'category',
label: 'Concepts & explanations',
link: {
type: 'generated-index',
title: 'Concepts & explanations',
description: 'Docs that explain key concepts in OpenRewrite.',
slug: '/concepts-explanations',
keywords: ['concepts'],
},
items: [
'concepts-and-explanations/lossless-semantic-trees',
'concepts-and-explanations/lst-examples',
'concepts-and-explanations/yaml-lst-examples',
'concepts-and-explanations/tree-visiting-printer',
'concepts-and-explanations/build-plugin-lst',
'concepts-and-explanations/recipes',
'concepts-and-explanations/visitors',
'concepts-and-explanations/styles',
'concepts-and-explanations/environment',
'concepts-and-explanations/markers',
'concepts-and-explanations/javatemplate',
'concepts-and-explanations/quarks',
],
},
{
type: 'category',
label: 'Changelog',
Expand Down Expand Up @@ -190,58 +242,6 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: 'category',
label: 'Reference',
link: {
type: 'generated-index',
title: 'Reference',
description: 'Reference docs.',
slug: '/reference',
keywords: ['reference'],
},
items: [
'reference/faq',
'reference/latest-versions-of-every-openrewrite-module',
'reference/recipes-with-data-tables',
'reference/rewrite-maven-plugin',
'reference/gradle-plugin-configuration',
'reference/supported-languages',
'reference/snapshot-instructions',
'reference/jsonpath-and-jsonpathmatcher-reference',
'reference/yaml-format-reference',
'reference/method-patterns',
'reference/dependency-version-selectors',
'reference/framework-provided-markers',
'reference/building-openrewrite-from-source',
'reference/community-recipes',
],
},
{
type: 'category',
label: 'Concepts & explanations',
link: {
type: 'generated-index',
title: 'Concepts & explanations',
description: 'Docs that explain key concepts in OpenRewrite.',
slug: '/concepts-explanations',
keywords: ['concepts'],
},
items: [
'concepts-and-explanations/lossless-semantic-trees',
'concepts-and-explanations/lst-examples',
'concepts-and-explanations/yaml-lst-examples',
'concepts-and-explanations/tree-visiting-printer',
'concepts-and-explanations/build-plugin-lst',
'concepts-and-explanations/recipes',
'concepts-and-explanations/visitors',
'concepts-and-explanations/styles',
'concepts-and-explanations/environment',
'concepts-and-explanations/markers',
'concepts-and-explanations/javatemplate',
'concepts-and-explanations/quarks',
],
},
],
};

Expand Down

0 comments on commit 15000dc

Please sign in to comment.