Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 03fa108

Browse files
committed
add missing links and preview reference
1 parent f21de76 commit 03fa108

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/providers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Currently, both the Pulumi and Terraform providers use the same underlying cloud
4040
| [Batch](/batch) | [AWS Batch](/providers/mappings/aws/batch) | Coming soon | [GCP Batch](/providers/mappings/gcp/batch) | Custom |
4141
| [Schedules](/schedules) | [CloudWatch Event Bridge](/providers/mappings/aws/schedules) | [Dapr Binding](/providers/mappings/azure/schedules) | [Cloud Scheduler](/providers/mappings/gcp/schedules) | Custom |
4242
| [Websockets](/websockets) | [API Gateway](/providers/mappings/aws/websockets) | Not implemented | Not implemented | Custom |
43-
| [Websites](/websites) | [AWS Cloudfront](/providers/mappings/aws/websites) | [Front Door](/providers/mappings/azure/websites) | Not implemented | Custom |
43+
| [Websites](/websites) | [AWS Cloudfront](/providers/mappings/aws/websites) | [Front Door](/providers/mappings/azure/websites) | [Cloud CDN](/providers/mappings/gcp/websites) | Custom |
4444
| [Storage](/storage#buckets) | [S3](/providers/mappings/aws/storage) | [Blob Storage](/providers/mappings/azure/storage) | [Cloud Storage](/providers/mappings/gcp/storage) | SeaweedFS |
4545
| [Key Value Stores](/keyvalue) | [DynamoDB](/providers/mappings/aws/keyvalue) | [Table Storage](/providers/mappings/azure/keyvalue) | [FireStore](/providers/mappings/gcp/keyvalue) | BoltDB |
4646
| [SQL Databases](/sql) | [RDS](/providers/mappings/aws/sql) | [Azure Database](/providers/mappings/azure/sql) | [Cloud SQL](/providers/mappings/gcp/sql) | Docker |

docs/reference/preview-features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Each preview feature will have its own documentation page, which will include in
1717
| [docker-providers](/providers/custom/docker) | CLI v1.39.0 | [feedback](https://github.com/nitrictech/nitric/issues/605) |
1818
| [sql-databases](/sql) | CLI v1.42.0<br/>AWS Provider v1.6.0<br/>Azure Provider v1.9.0<br/>AWS Terraform Provider v1.8.0 | [feedback](https://github.com/nitrictech/nitric/issues/684) |
1919
| [batch-services](/batch) | CLI v1.54.0<br/>AWS Provider v1.14.0<br/>GCP Provider v1.14.0 | [feedback](https://github.com/nitrictech/nitric/issues/685) |
20-
| [websites](/websites) | CLI v1.58.0<br/>AWS Provider v1.18.0<br/>Azure Provider v1.19.4 | [feedback](https://github.com/nitrictech/nitric/issues/748) |
20+
| [websites](/websites) | CLI v1.58.0<br/>AWS Provider v1.18.0<br/>Azure Provider v1.19.4<br/>GCP Provider v1.20.0 | [feedback](https://github.com/nitrictech/nitric/issues/748) |
2121

2222
## Released Preview Features
2323

docs/websites.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@ websites:
198198
url: http://localhost:4322
199199
```
200200
201+
## Custom Domains
202+
203+
You can configure a custom domain for your website by following the instructions in the cloud provider documentation:
204+
205+
- [AWS](/providers/pulumi/aws#websites)
206+
- [Azure](/providers/pulumi/azure#websites)
207+
- [Google Cloud](/providers/pulumi/gcp#websites)
208+
201209
## Cloud Service Mapping
202210
203211
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.

src/config/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ export const navigation: NavEntry[] = [
382382
title: 'Schedules',
383383
href: '/providers/mappings/gcp/schedules',
384384
},
385+
{
386+
title: 'Websites',
387+
href: '/providers/mappings/gcp/websites',
388+
},
385389
{
386390
title: 'Storage',
387391
href: '/providers/mappings/gcp/storage',

0 commit comments

Comments
 (0)