Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Dec 20, 2024
1 parent b0fb7b6 commit b9c9f2f
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down

0 comments on commit b9c9f2f

Please sign in to comment.