Skip to content

Commit

Permalink
doc structure reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Dec 13, 2024
1 parent f3e8474 commit 6a78179
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/platform/howto/google-cloud-functions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Access Aiven services from Google Cloud Functions via VPC peering
sidebar_label: Access services from GCF via VPC peering
---

You can access Aiven service by creating a **Serverless VPC access connector** and **Google Cloud Function**.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage organization VPC peering with AWS
sidebar_label: Org VPC peering with AWS
sidebar_label: Peer org VPCs with AWS
---

import ConsoleLabel from "@site/src/components/ConsoleIcons";
Expand Down
1 change: 1 addition & 0 deletions docs/platform/howto/vnet-peering-azure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set up VPC peering on Azure
sidebar_label: Peer project VPCs with Azure
---

Create an isolated Microsoft Azure virtual network in your Aiven deployment where you can create services instead of using Aiven Cloud's public network.
Expand Down
1 change: 1 addition & 0 deletions docs/platform/howto/vpc-peering-aws.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set up VPC peering on AWS
sidebar_label: Peer project VPCs with AWS
---

import ConsoleLabel from "@site/src/components/ConsoleIcons"
Expand Down
1 change: 1 addition & 0 deletions docs/platform/howto/vpc-peering-gcp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set up VPC peering on GCP
sidebar_label: Peer project VPCs with Google
---

Once you've created a [VPC on the Aiven platform](manage-project-vpc), you can set up VPC peering on GCP.
Expand Down
1 change: 1 addition & 0 deletions docs/platform/howto/vpc-peering-upcloud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set up VPC peering on UpCloud
sidebar_label: Peer project VPCs with UpCloud
---

import UpcloudVpcPeering from "@site/static/images/content/platform/howto/upcloud-vpc-peer.png";
Expand Down
23 changes: 16 additions & 7 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,25 @@ const sidebars: SidebarsConfig = {
id: 'platform/concepts/vpcs',
},
items: [
'platform/concepts/vpc-peering',
'platform/howto/manage-project-vpc',
'platform/howto/manage-organization-vpc',
'platform/howto/manage-org-vpc-peering',
{
type: 'category',
label: 'VPC peering',
link: {
type:'doc',
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/google-cloud-functions',
],
},
'platform/howto/public-access-in-vpc',
'platform/howto/vpc-peering-gcp',
'platform/howto/vpc-peering-aws',
'platform/howto/vnet-peering-azure',
'platform/howto/vpc-peering-upcloud',
'platform/howto/google-cloud-functions',
'platform/howto/attach-vpc-aws-tgw',
{
type: 'category',
Expand Down

0 comments on commit 6a78179

Please sign in to comment.