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

Commit aec6c9e

Browse files
committed
add missing guides frontmatter and tags
1 parent 478f862 commit aec6c9e

20 files changed

+88
-22
lines changed

docs/guides/deploying/azure-pipelines.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Deploy to AWS, Google Cloud or Microsoft Azure using Azure DevOps and the Nitric CLI
33
tags:
44
- CI/CD
5+
- Azure
56
---
67

78
# Deployment Automation with Azure Pipelines and Nitric

docs/guides/deploying/google-cloud-build.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Deploy to AWS, Google Cloud or Microsoft Azure using Google Cloud Build and the Nitric CLI
33
tags:
44
- CI/CD
5+
- Google Cloud
56
---
67

78
# Deployment Automation with Google Cloud Build and Nitric

docs/guides/jvm/serverless-rest-api-example.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title_seo: Building a REST API with JVM and Nitric
33
description: Use the Nitric framework to easily build and deploy JVM REST APIs for AWS, Azure or GCP
4+
tags:
5+
- API
6+
- Key Value Store
47
---
58

69
<Note>

docs/guides/nodejs/amazon-cognito.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: 'Secure a Nitric API with Amazon Cognito'
33
tags:
44
- Authentication
55
- API
6+
- AWS
67
---
78

89
# Securing APIs with Amazon Cognito

docs/guides/nodejs/nestjs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
description: 'Integrating Nitric with a Nest.js application'
3+
tags:
4+
- API
5+
- HTTP Proxy
6+
- Key Value Store
37
---
48

59
# Nest.js integration with Nitric

docs/guides/nodejs/nitric-and-drizzle.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: 'How to work with Nitric SQL Databases and Drizzle'
3+
tags:
4+
- Databases & CMS
5+
- ORMs
36
---
47

58
# Nitric SQL Databases with Drizzle

docs/guides/nodejs/nitric-and-prisma.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: 'How to work with Nitric SQL Databases and Prisma'
3+
tags:
4+
- Databases & CMS
5+
- ORMs
36
---
47

58
# Nitric SQL Databases with Prisma

docs/guides/nodejs/nitric-and-supabase.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
export const description =
2-
'Add services, queues, events or secrets to Supabase apps using the Nitric framework'
1+
---
2+
description: 'Add services, queues, events or secrets to Supabase apps using the Nitric framework'
3+
tags:
4+
- Databases & CMS
5+
---
36

47
# Extend Supabase Apps with Nitric
58

docs/guides/nodejs/secure-api-auth0.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
export const description =
2-
'Configure an Auth0 application and secure your API with it'
1+
---
2+
description: 'Configure an Auth0 application and secure your API with it'
3+
tags:
4+
- Authentication
5+
---
36

47
# Securing your API with Auth0
58

docs/guides/nodejs/serverless-api-with-planetscale-and-prisma.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 PlanetScale serverless database, Prisma ORM and Nitric framework to build scalable APIs in the cloud'
1+
---
2+
description: 'Use PlanetScale serverless database, Prisma ORM and Nitric framework to build scalable APIs in the cloud'
3+
tags:
4+
- Databases & CMS
5+
- ORMs
6+
---
37

48
# APIs with PlanetScale, Prisma and Nitric
59

0 commit comments

Comments
 (0)