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', {