From c52789b1270e4c005ade915a20a5eb2c16334749 Mon Sep 17 00:00:00 2001 From: Viraj Agarwal Date: Mon, 12 Jan 2026 15:24:45 +0530 Subject: [PATCH] DA-1354 refactor: tutorial titles for clarity and consistency across multiple markdown files --- tutorial/markdown/c++/cxx-quickstart.md | 2 +- .../couchbase-server/grafana-dashboards/grafana-dashboards.md | 2 +- .../awsbedrock-agents-lambda-approach-Bedrock_Agents_Lambda.md | 2 +- .../mobile/syncgateway-openid-auth/syncgateway-openid-auth.md | 2 +- .../quickstart-mastra/mastra-couchbase-nextJS-tutorial.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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/generated/vector-search-cookbook/awsbedrock-agents-lambda-approach-Bedrock_Agents_Lambda.md b/tutorial/markdown/generated/vector-search-cookbook/awsbedrock-agents-lambda-approach-Bedrock_Agents_Lambda.md index 731a620..54db114 100644 --- a/tutorial/markdown/generated/vector-search-cookbook/awsbedrock-agents-lambda-approach-Bedrock_Agents_Lambda.md +++ b/tutorial/markdown/generated/vector-search-cookbook/awsbedrock-agents-lambda-approach-Bedrock_Agents_Lambda.md @@ -25,7 +25,7 @@ length: 90 Mins [View Source](https://github.com/couchbase-examples/vector-search-cookbook/tree/main/awsbedrock-agents/lambda-approach/Bedrock_Agents_Lambda.ipynb) -# AWS Bedrock Agents with Couchbase Vector Search - Lambda Approach +# Building Intelligent Agents with Amazon Bedrock (Lambda) This notebook demonstrates the Lambda approach for implementing AWS Bedrock agents with Couchbase Vector Search. In this approach, the agent invokes AWS Lambda functions to execute operations. 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.