diff --git a/tutorial/markdown/c++/cxx-quickstart.md b/tutorial/markdown/c++/cxx-quickstart.md index 7694577..574bc85 100644 --- a/tutorial/markdown/c++/cxx-quickstart.md +++ b/tutorial/markdown/c++/cxx-quickstart.md @@ -24,7 +24,7 @@ length: 30 Mins --- -# Quickstart for Couchbase in C++ +# Quickstart in Couchbase with C++ In this tutorial, you will learn how to connect to a Couchbase Capella cluster to create, read, update, and delete documents, how to write simple parametrized SQL++ queries and how to create, and perform simple and complex text search using Search indexes. diff --git a/tutorial/markdown/couchbase-server/grafana-dashboards/grafana-dashboards.md b/tutorial/markdown/couchbase-server/grafana-dashboards/grafana-dashboards.md index 81ff436..15e1ea9 100644 --- a/tutorial/markdown/couchbase-server/grafana-dashboards/grafana-dashboards.md +++ b/tutorial/markdown/couchbase-server/grafana-dashboards/grafana-dashboards.md @@ -33,7 +33,7 @@ This tutorial will show how to create a connection between existing Grafana and * [Couchbase documentation](https://docs.couchbase.com) * [Plugin sources](https://github.com/couchbaselabs/grafana-plugin) -# Prerequisites +## Prerequisites * Grafana >= 7.0 * Couchbase >= 7.0 * NodeJS >= 14 diff --git a/tutorial/markdown/mobile/syncgateway-openid-auth/syncgateway-openid-auth.md b/tutorial/markdown/mobile/syncgateway-openid-auth/syncgateway-openid-auth.md index 1bf0890..314ef10 100644 --- a/tutorial/markdown/mobile/syncgateway-openid-auth/syncgateway-openid-auth.md +++ b/tutorial/markdown/mobile/syncgateway-openid-auth/syncgateway-openid-auth.md @@ -25,7 +25,7 @@ sdk_language: length: 30 Mins --- -# Set up an OpenID Connect authentication for the Sync Gateway +# OpenID Connect Authentication for Sync Gateway with Keycloak ## Introduction diff --git a/tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md b/tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md index 01cbf01..be6fae6 100644 --- a/tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md +++ b/tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md @@ -21,7 +21,7 @@ sdk_language: length: 60 Mins --- -# Building a RAG Application with Mastra and Couchbase: A Step-by-Step Tutorial +# Building a RAG Application with Mastra and Couchbase This tutorial will guide you through building a complete Retrieval-Augmented Generation (RAG) application from scratch using [Next.js](https://nextjs.org/), the [Mastra AI framework](https://mastra.ai/), and [Couchbase](https://www.couchbase.com/) for [vector search](https://www.couchbase.com/products/vector-search/). We'll start by getting the pre-built application running and then break down how each part works so you can build it yourself.