From b9c9f2f003903eca4b39b2084bb7e6ffcdd14fa5 Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Thu, 19 Dec 2024 16:58:44 +0100 Subject: [PATCH] fix --- sidebars.ts | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index 82d5b7cf..1c250bfd 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -266,18 +266,30 @@ const sidebars: SidebarsConfig = { id: 'platform/howto/list-vpc-peering', }, items: [ - 'platform/howto/vpc-peering-gcp', - 'platform/howto/vpc-peering-aws', - 'platform/howto/vnet-peering-azure', - 'platform/howto/vpc-peering-upcloud', - 'platform/howto/manage-org-vpc-peering-aws', - 'platform/howto/manage-pj-vpc-peering-aws', - 'platform/howto/manage-org-vpc-peering-azure', - 'platform/howto/manage-org-vpc-peering-google', - 'platform/howto/manage-org-vpc-peering-upcloud', - 'platform/howto/google-cloud-functions', + { + type: 'category', + label: 'Project VPC peering', + items: [ + 'platform/howto/vpc-peering-gcp', + 'platform/howto/vpc-peering-aws', + 'platform/howto/manage-pj-vpc-peering-aws', + 'platform/howto/vnet-peering-azure', + 'platform/howto/vpc-peering-upcloud', + ], + }, + { + type: 'category', + label: 'Organization VPC peering', + items: [ + 'platform/howto/manage-org-vpc-peering-aws', + 'platform/howto/manage-org-vpc-peering-azure', + 'platform/howto/manage-org-vpc-peering-google', + 'platform/howto/manage-org-vpc-peering-upcloud', + ], + }, ], }, + 'platform/howto/google-cloud-functions', 'platform/howto/public-access-in-vpc', 'platform/howto/attach-vpc-aws-tgw', {