Skip to content

Commit 28ce320

Browse files
authored
fix highlighting for etl pages (#91)
1 parent e096302 commit 28ce320

File tree

1 file changed

+39
-18
lines changed

1 file changed

+39
-18
lines changed

docs/integrate/etl/index.md

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
5353
- [Executable stack: Apache Kafka, Apache Flink, and CrateDB]
5454
- [Tutorial: Replicating data to CrateDB with Debezium and Kafka]
5555

56+
```{toctree}
57+
:hidden:
58+
59+
kafka-connect
60+
```
61+
5662

5763
## Apache NiFi
5864

@@ -63,6 +69,12 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
6369

6470
- {ref}`azure-functions`
6571

72+
```{toctree}
73+
:hidden:
74+
75+
azure-functions
76+
```
77+
6678

6779
## dbt
6880

@@ -78,6 +90,13 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
7890

7991
- {ref}`integrate-influxdb`
8092

93+
```{toctree}
94+
:hidden:
95+
96+
influxdb
97+
```
98+
99+
81100
## Kestra
82101

83102
- [Setting up data pipelines with CrateDB and Kestra]
@@ -86,10 +105,23 @@ Tutorials and resources about configuring the managed variants, Astro and CrateD
86105

87106
- {ref}`integrate-mongodb`
88107

108+
```{toctree}
109+
:hidden:
110+
111+
mongodb
112+
```
113+
114+
89115
## MySQL
90116

91117
- {ref}`integrate-mysql`
92118

119+
```{toctree}
120+
:hidden:
121+
122+
mysql
123+
```
124+
93125

94126
## Node-RED
95127

@@ -117,6 +149,13 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
117149

118150
- {ref}`streamsets`
119151

152+
```{toctree}
153+
:hidden:
154+
155+
streamsets
156+
```
157+
158+
120159

121160
[Automating recurrent CrateDB queries using Node-RED]: https://community.cratedb.com/t/automating-recurrent-cratedb-queries/788
122161
[Automating export of CrateDB data to S3 using Apache Airflow]: https://community.cratedb.com/t/cratedb-and-apache-airflow-automating-data-export-to-s3/901
@@ -147,21 +186,3 @@ A demo project which uses SSIS and ODBC to read and write data from CrateDB:
147186
[Using dbt with CrateDB]: https://community.cratedb.com/t/using-dbt-with-cratedb/1566
148187
[Using SQL Server Integration Services with CrateDB]: https://github.com/crate/cratedb-examples/tree/main/application/microsoft-ssis
149188
[Webinar: How to replicate data from other databases to CrateDB with Debezium and Kafka]: https://cratedb.com/resources/webinars/lp-wb-debezium-kafka
150-
151-
152-
153-
```{toctree}
154-
:hidden:
155-
156-
influxdb
157-
mongodb
158-
mysql
159-
```
160-
161-
```{toctree}
162-
:hidden:
163-
164-
kafka-connect
165-
azure-functions
166-
streamsets
167-
```

0 commit comments

Comments
 (0)