Skip to content

Commit c0e6d61

Browse files
DA-1354 refactor: tutorial titles (#84)
DA-1354 refactor: tutorial titles for clarity and consistency across multiple markdown files
1 parent d580750 commit c0e6d61

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tutorial/markdown/c++/cxx-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ length: 30 Mins
2424
---
2525

2626
<!-- [abstract] -->
27-
# Quickstart for Couchbase in C++
27+
# Quickstart in Couchbase with C++
2828

2929
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.
3030

tutorial/markdown/couchbase-server/grafana-dashboards/grafana-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This tutorial will show how to create a connection between existing Grafana and
3333
* [Couchbase documentation](https://docs.couchbase.com)
3434
* [Plugin sources](https://github.com/couchbaselabs/grafana-plugin)
3535

36-
# Prerequisites
36+
## Prerequisites
3737
* Grafana >= 7.0
3838
* Couchbase >= 7.0
3939
* NodeJS >= 14

tutorial/markdown/mobile/syncgateway-openid-auth/syncgateway-openid-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sdk_language:
2525
length: 30 Mins
2626
---
2727

28-
# Set up an OpenID Connect authentication for the Sync Gateway
28+
# OpenID Connect Authentication for Sync Gateway with Keycloak
2929

3030
## Introduction
3131

tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sdk_language:
2121
length: 60 Mins
2222
---
2323

24-
# Building a RAG Application with Mastra and Couchbase: A Step-by-Step Tutorial
24+
# Building a RAG Application with Mastra and Couchbase
2525

2626
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.
2727

0 commit comments

Comments
 (0)