Skip to content

Commit

Permalink
Merge pull request #1372 from SvMak/reorder-docs-sidebar-menu
Browse files Browse the repository at this point in the history
Reorder the Docs sidebar menu
  • Loading branch information
deepu105 authored Aug 29, 2024
2 parents da1d3a6 + bc828b2 commit b0757b9
Showing 1 changed file with 131 additions and 131 deletions.
262 changes: 131 additions & 131 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,82 +17,9 @@ const sidebars: SidebarsConfig = {
label: 'Getting Started',
id: 'getting-started',
},
{
type: 'doc',
label: 'JHipster Tech Board',
id: 'tech-board',
},
{
type: 'category',
label: 'Release notes',
collapsible: false,
link: {
type: 'doc',
id: 'releases/index',
},
items: [{ type: 'autogenerated', dirName: 'releases' }],
},
{
type: 'doc',
label: 'JHipster meetups',
id: 'meetups',
},
{
type: 'category',
label: 'JHipster in a few minutes',
items: [
{ type: 'doc', label: 'Technology stack', id: 'about/tech-stack' },
{
type: 'doc',
label: 'JHipster in 5 screenshots',
id: 'about/screenshots',
},
{
type: 'doc',
label: 'Video tutorial (15 minutes)',
id: 'about/video-tutorial',
},
{
type: 'link',
label: 'Online guides',
href: 'https://github.com/jhipster/jhipster-guides',
},
{
type: 'doc',
label: 'Companies using JHipster',
id: 'about/companies-using-jhipster',
},
{
type: 'doc',
label: 'Showcase of JHipster apps',
id: 'about/showcase',
},
],
},
{
type: 'category',
label: 'Contributing',
items: [
{
type: 'doc',
label: 'Financial sponsors',
id: 'contributing/sponsors',
},
{
type: 'doc',
label: 'Contributing individuals',
id: 'contributing/contributing-individuals',
},
{
type: 'doc',
label: 'Contributing companies',
id: 'contributing/contributing-companies',
},
],
},
{
type: 'category',
label: 'Setting up your environment',
label: 'Installation and set up',
items: [
{
type: 'doc',
Expand Down Expand Up @@ -162,7 +89,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Core JHipster tasks',
label: 'Create application and entities',
items: [
{
type: 'doc',
Expand Down Expand Up @@ -194,55 +121,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'JDL',
items: [
{ type: 'doc', label: 'Overview', id: 'jdl/intro' },
{ type: 'doc', label: 'Getting Started', id: 'jdl/getting-started' },
{ type: 'doc', label: 'Applications', id: 'jdl/applications' },
{ type: 'doc', label: 'Entities & fields', id: 'jdl/entities-fields' },
{ type: 'doc', label: 'Enums', id: 'jdl/enums' },
{ type: 'doc', label: 'Relationships', id: 'jdl/relationships' },
{ type: 'doc', label: 'Options', id: 'jdl/options' },
{ type: 'doc', label: 'Deployments', id: 'jdl/deployments' },
{ type: 'doc', label: 'Troubleshooting', id: 'jdl/troubleshooting' },
],
},
{
type: 'category',
label: 'Microservices',
items: [
{
type: 'doc',
label: 'Overview',
id: 'microservices/microservices-architecture',
},
{ type: 'doc', label: 'API Gateway', id: 'microservices/api-gateway' },
{ type: 'doc', label: 'Consul', id: 'microservices/consul' },
{
type: 'doc',
label: 'JHipster Registry',
id: 'microservices/jhipster-registry',
},
{
type: 'doc',
label: 'Creating microservices',
id: 'microservices/creating-microservices',
},
{
type: 'doc',
label: 'Microservices in production',
id: 'microservices/microservices-in-production',
},
{
type: 'doc',
label: 'JHipster Control Center',
id: 'microservices/jhipster-control-center',
},
],
},
{
type: 'category',
label: 'Options',
label: 'Optional Technologies',
items: [
{ type: 'doc', label: 'Securing your app', id: 'options/security' },
{
Expand Down Expand Up @@ -283,6 +162,21 @@ const sidebars: SidebarsConfig = {
{ type: 'doc', label: 'Using Pulsar', id: 'options/using-pulsar' },
],
},
{
type: 'category',
label: 'JDL',
items: [
{ type: 'doc', label: 'Overview', id: 'jdl/intro' },
{ type: 'doc', label: 'Getting Started', id: 'jdl/getting-started' },
{ type: 'doc', label: 'Applications', id: 'jdl/applications' },
{ type: 'doc', label: 'Entities & fields', id: 'jdl/entities-fields' },
{ type: 'doc', label: 'Enums', id: 'jdl/enums' },
{ type: 'doc', label: 'Relationships', id: 'jdl/relationships' },
{ type: 'doc', label: 'Options', id: 'jdl/options' },
{ type: 'doc', label: 'Deployments', id: 'jdl/deployments' },
{ type: 'doc', label: 'Troubleshooting', id: 'jdl/troubleshooting' },
],
},
{
type: 'category',
label: 'Development',
Expand Down Expand Up @@ -445,6 +339,39 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: 'category',
label: 'Microservices',
items: [
{
type: 'doc',
label: 'Overview',
id: 'microservices/microservices-architecture',
},
{ type: 'doc', label: 'API Gateway', id: 'microservices/api-gateway' },
{ type: 'doc', label: 'Consul', id: 'microservices/consul' },
{
type: 'doc',
label: 'JHipster Registry',
id: 'microservices/jhipster-registry',
},
{
type: 'doc',
label: 'Creating microservices',
id: 'microservices/creating-microservices',
},
{
type: 'doc',
label: 'Microservices in production',
id: 'microservices/microservices-in-production',
},
{
type: 'doc',
label: 'JHipster Control Center',
id: 'microservices/jhipster-control-center',
},
],
},
{
type: 'category',
label: 'Blueprints',
Expand Down Expand Up @@ -512,9 +439,46 @@ const sidebars: SidebarsConfig = {
id: 'jhipster-lite',
},
{
type: 'doc',
label: 'JHipster Developers Association',
id: 'association',
type: 'category',
label: 'JHipster in a few minutes',
items: [
{ type: 'doc', label: 'Technology stack', id: 'about/tech-stack' },
{
type: 'doc',
label: 'JHipster in 5 screenshots',
id: 'about/screenshots',
},
{
type: 'doc',
label: 'Video tutorial (15 minutes)',
id: 'about/video-tutorial',
},
{
type: 'link',
label: 'Online guides',
href: 'https://github.com/jhipster/jhipster-guides',
},
{
type: 'doc',
label: 'Companies using JHipster',
id: 'about/companies-using-jhipster',
},
{
type: 'doc',
label: 'Showcase of JHipster apps',
id: 'about/showcase',
},
],
},
{
type: 'category',
label: 'Release notes',
collapsible: false,
link: {
type: 'doc',
id: 'releases/index',
},
items: [{ type: 'autogenerated', dirName: 'releases' }],
},
{
type: 'category',
Expand All @@ -525,13 +489,29 @@ const sidebars: SidebarsConfig = {
],
},
{
type: 'doc',
label: 'Artwork',
id: 'artwork',
type: 'category',
label: 'Contributing',
items: [
{
type: 'doc',
label: 'Financial sponsors',
id: 'contributing/sponsors',
},
{
type: 'doc',
label: 'Contributing individuals',
id: 'contributing/contributing-individuals',
},
{
type: 'doc',
label: 'Contributing companies',
id: 'contributing/contributing-companies',
},
],
},
{
type: 'category',
label: "Tips'n tricks",
label: 'Tips and tricks',
link: { type: 'doc', id: 'tips/index' },
items: [
{
Expand Down Expand Up @@ -660,6 +640,26 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: 'doc',
label: 'JHipster Developers Association',
id: 'association',
},
{
type: 'doc',
label: 'JHipster Tech Board',
id: 'tech-board',
},
{
type: 'doc',
label: 'JHipster meetups',
id: 'meetups',
},
{
type: 'doc',
label: 'Artwork',
id: 'artwork',
},
],
};

Expand Down

0 comments on commit b0757b9

Please sign in to comment.