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

Commit 4a19ca7

Browse files
committed
add frontmatter
1 parent ad17e15 commit 4a19ca7

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/guides/go/realtime-messaging.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
export const description =
2-
'Use the Nitric framework to easily build and deploy Go WebSocket applications for AWS, Azure or GCP'
3-
4-
export const title_meta =
5-
'Building your first WebSocket Application with Go and Nitric'
1+
---
2+
title_seo: Building your first WebSocket Application with Go and Nitric
3+
description: Use the Nitric framework to easily build and deploy Go WebSocket applications for AWS, Azure or GCP.
4+
tags:
5+
- Realtime & Websockets
6+
- Key Value Store
7+
---
68

79
# Building your first WebSocket Application with Nitric
810

docs/guides/terraform/terratest.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
export const description =
2-
'Use Terratest to validate the infrastructure of a Nitric GO project deployed with Terraform'
1+
---
2+
description: Use Terratest to validate the infrastructure of a Nitric GO project deployed with Terraform
3+
tags:
4+
- Terraform
5+
- Testing
6+
---
37

48
# Testing AWS resources with Terratest
59

0 commit comments

Comments
 (0)