Skip to content

Commit 9e9b21c

Browse files
authored
Update Nextjs Capella Quickstart Readme (#26)
* Update Next.js tutorial to use Couchbase Node.js SDK for CRUD operations * updated nodejs hyperlink
1 parent e8dafa3 commit 9e9b21c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/markdown/nodejs/quickstart-nextjs-capella/quickstart-nextjs-capella.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ path: "/tutorial-quickstart-nextjs-capella"
44
title: Using Next.js with Couchbase NodeJS SDK
55
short_title: Next.js with Node SDK
66
description:
7-
- Learn to build a basic server-side rendered webapp using Next.js and Couchbase
7+
- Build a basic REST API using using Next.js and Couchbase Nodejs SDK
88
- See how you can fetch data from Couchbase without exposing API routes
9-
- Extend your application using Next.js API routes to handle Create, Update, and Delete operations
10-
content_type: tutorial
9+
- Explore CRUD operations in action with Couchbase
10+
content_type: quickstart
1111
filter: sdk
1212
technology:
1313
- kv
14-
- index
1514
- query
15+
- index
1616
tags:
1717
- Next.js
1818
sdk_language:
@@ -36,7 +36,7 @@ To run this prebuilt project, you will need:
3636

3737
- [Load travel-sample bucket in Couchbase Capella](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html#import-sample-data)
3838

39-
> Note that this tutorial is designed to work with the latest Next.js SDK (4.x) for Couchbase. It will not work with older versions of Next.js without adapting the code.
39+
> Note that this tutorial is designed to work with the latest [Node.js SDK (4.x)](https://docs.couchbase.com/nodejs-sdk/current/hello-world/overview.html) for Couchbase. It will not work with older versions of Next.js without adapting the code.
4040
4141
- Ensure that the Nodejs version is [compatible](https://docs.couchbase.com/nodejs-sdk/current/project-docs/compatibility.html) with the Couchbase SDK.
4242
- Loading Travel Sample Bucket

0 commit comments

Comments
 (0)