Skip to content

Commit 6ee04bc

Browse files
committed
rename quickstarts to tutorials
1 parent 4223566 commit 6ee04bc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ Explore `create-ragbits-app` repo [here](https://github.com/deepsense-ai/create-
255255

256256
## Documentation
257257

258-
- [Quickstart](https://ragbits.deepsense.ai/quickstart/quickstart1_prompts/) - Get started with Ragbits in a few minutes
259-
- [How-to](https://ragbits.deepsense.ai/how-to/prompts/use_prompting/) - Learn how to use Ragbits in your projects
260-
- [CLI](https://ragbits.deepsense.ai/cli/main/) - Learn how to run Ragbits in your terminal
261-
- [API reference](https://ragbits.deepsense.ai/api_reference/core/prompt/) - Explore the underlying Ragbits API
258+
- [Tutorials](https://ragbits.deepsense.ai/tutorials/intro) - Get started with Ragbits in a few minutes
259+
- [How-to](https://ragbits.deepsense.ai/how-to/prompts/use_prompting) - Learn how to use Ragbits in your projects
260+
- [CLI](https://ragbits.deepsense.ai/cli/main) - Learn how to run Ragbits in your terminal
261+
- [API reference](https://ragbits.deepsense.ai/api_reference/core/prompt) - Explore the underlying Ragbits API
262262

263263
## Contributing
264264

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Explore `create-ragbits-app` repo [here](https://github.com/deepsense-ai/create-
286286

287287
## Documentation
288288

289-
- [Quickstart](quickstart/llms.md) - Get started with Ragbits in a few minutes
290-
- [How-to guides](how-to/prompts/use_prompting.md) - Learn how to use Ragbits in your projects
289+
- [Tutorials](tutorials/intro.md) - Get started with Ragbits in a few minutes
290+
- [How-to](how-to/prompts/use_prompting.md) - Learn how to use Ragbits in your projects
291291
- [CLI](cli/main.md) - Learn how to manage Ragbits from the command line
292292
- [API reference](api_reference/core/prompt.md) - Explore the underlying API of Ragbits

docs/quickstart/llms.md renamed to docs/tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quickstart: Working with Large Language Models
1+
# Tutorial: Large Language Models Intro
22

33
Let's walk through a quick example of **basic question answering**. Specifically, let's build **a system for answering tech questions**, e.g. about Linux or iPhone apps.
44

docs/quickstart/rag.md renamed to docs/tutorials/rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quickstart: Building Retrieval-Augmented Generation
1+
# Tutorial: Retrieval-Augmented Generation (RAG)
22

33
Let's now go through a more advanced **question answering system** with **retrieval-augmented generation** (RAG) in Ragbits. We will use the same dataset as in [the previous example](./llms.md), but we will try to improve the performance.
44

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ repo_url: https://github.com/deepsense-ai/ragbits
66
copyright: Copyright © 2025 deepsense.ai
77
nav:
88
- Ragbits: index.md
9-
- Quickstart:
10-
- "Basics": quickstart/llms.md
11-
- "Retrieval-Augmented Generation": quickstart/rag.md
9+
- Tutorials:
10+
- "Introduction": tutorials/intro.md
11+
- "Retrieval-Augmented Generation": tutorials/rag.md
1212
- How-to:
1313
- "Prompts":
1414
- "Define and use prompts": how-to/prompts/use_prompting.md

0 commit comments

Comments
 (0)