Skip to content

Commit bb0e253

Browse files
committed
Diátaxis: Add sections "How-to guides" and "Tutorials"
1 parent 97508b8 commit bb0e253

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
lines changed

docs/feature/document/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(objects-basics)=
22
(objects-usage)=
3+
(objects-tutorial-marketing)=
34

45
# Objects: Analyzing Marketing Data
56

docs/howto/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(howtos)=
2+
(howto-guides)=
3+
4+
# How-to guides
5+
6+
Todo.

docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
(index)=
22
(guides)=
3-
(howtos)=
4-
(tutorials)=
5-
(use-more-tutorials)=
63

74
# The CrateDB Guide
85

@@ -302,7 +299,9 @@ topic/index
302299
Solutions <solution/index>
303300
integrate/index
304301
admin/index
305-
performance/index
302+
Performance <performance/index>
303+
howto/index
304+
tutorial/index
306305
```
307306

308307

docs/topic/timeseries/learn/query.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(timeseries-analysis-advanced)=
22
(timeseries-analysis-weather)=
33
(timeseries-querying)=
4+
(timeseries-tutorial-weather)=
45

56
# Analyzing Weather Data
67

docs/topic/timeseries/learn/with-metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(timeseries-objects)=
22
(timeseries-with-metadata)=
3+
(timeseries-tutorial-metadata)=
34

45
# Analyzing Device Readings with Metadata Integration
56

docs/tutorial/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
(tutorials)=
2+
(use-more-tutorials)=
3+
4+
# Tutorials
5+
6+
## Get started
7+
8+
Learn about fundamental features of CrateDB.
9+
10+
- {ref}`objects-tutorial-marketing`
11+
- {ref}`search-tutorial-netflix`
12+
- {ref}`timeseries-tutorial-metadata`
13+
- {ref}`timeseries-tutorial-weather`
14+
15+
## Integrations
16+
17+
Learn how to integrate CrateDB with 3rd-party, industry-standard products.
18+
19+
- {ref}`grafana-tutorial`
20+
- {ref}`debezium-tutorial`
21+
- {ref}`azure-functions-tutorial`
22+
- {ref}`tensorflow-tutorial`
23+
- {ref}`r-tutorial`
24+
- {ref}`locust-tutorial`

0 commit comments

Comments
 (0)