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

Commit fca5d10

Browse files
committed
wip add more tags to guides
1 parent a334a4a commit fca5d10

File tree

8 files changed

+33
-8
lines changed

8 files changed

+33
-8
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
export const description =
2-
'Use the Nitric framework to easily build and deploy Dart REST APIs for AWS, Azure or GCP'
3-
4-
export const title_meta = 'Building your first API with Dart and Nitric'
1+
---
2+
description: Use the Nitric framework to easily build and deploy Dart REST APIs for AWS, Azure or GCP
3+
title_seo: Building your first API with Dart and Nitric
4+
tags:
5+
- API
6+
- Key Value Store
7+
---
58

69
# Building a REST API with Nitric
710

docs/guides/nodejs/amazon-cognito.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: 'Secure a Nitric API with Amazon Cognito'
3+
tags:
4+
- Authentication
5+
- API
36
---
47

58
# Securing APIs with Amazon Cognito

docs/guides/nodejs/api-with-nextjs.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
description: Build a serverless backend for your Next.js app using Nitric framework for AWS, Google Cloud or Azure
3+
tags:
4+
- Frontend
5+
- API
6+
---
7+
18
export const description =
29
'Build a serverless backend for your Next.js app using Nitric framework for AWS, Google Cloud or Azure'
310

docs/guides/nodejs/byo-database.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: 'How to work with existing databases'
3+
tags:
4+
- Databases & CMS
35
---
46

57
# BYO Database

docs/guides/nodejs/debugging.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Experience real-time updates, API exploration, and schedule debugging in Nitric's local development dashboard.
3+
tags:
4+
- Local Development
35
---
46

57
# Debugging with Nitric

docs/guides/nodejs/expressjs.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: 'How to build an Express.js application with Nitric'
3+
tags:
4+
- API
5+
- HTTP Proxy
36
---
47

58
# Enhance Express.js Apps with Cloud Resources

docs/guides/nodejs/fastify.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: 'How to build a Fastify application with Nitric'
3+
tags:
4+
- API
5+
- HTTP Proxy
36
---
47

58
# Add Cloud Resources to Fastify Apps

docs/guides/nodejs/graphql.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
export const description =
2-
'Use the Nitric framework to easily build and deploy a serverless Node.js GraphQL API for AWS, Google Cloud, or Azure'
3-
4-
export const title_meta = 'Building a GraphQL API with Node.js and Nitric'
1+
---
2+
description: Use the Nitric framework to easily build and deploy a serverless Node.js GraphQL API for AWS, Google Cloud, or Azure
3+
title_seo: Building a GraphQL API with Node.js and Nitric
4+
tags:
5+
- API
6+
---
57

68
# Building a GraphQL API with Nitric
79

0 commit comments

Comments
 (0)