Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nav:
- 'get-started/stream-processing.md'
- 'get-started/stream-processing-pipelines.md'

- 'Quix Streams': '!import https://github.com/quixio/quix-streams?branch=v3.22.0'
- 'Quix Streams': '!import https://github.com/quixio/quix-streams?branch=v3.23.0'
- 'Quix Connectors':
# Pages for "Quix Streams" section are imported from https://github.com/quixio/quix-streams
- Quix Streams:
Expand Down Expand Up @@ -51,6 +51,7 @@ nav:
- InfluxDB v1 Sink: 'quix-streams/connectors/sinks/influxdb1-sink.md'
- Local File Sink: 'quix-streams/connectors/sinks/local-file-sink.md'
- MongoDB Sink: 'quix-streams/connectors/sinks/mongodb-sink.md'
- MQTT Sink: 'quix-streams/connectors/sinks/mqtt-sink.md'
- Neo4j Sink: 'quix-streams/connectors/sinks/neo4j-sink.md'
- PostgreSQL Sink: 'quix-streams/connectors/sinks/postgresql-sink.md'
- Redis Sink: 'quix-streams/connectors/sinks/redis-sink.md'
Expand Down Expand Up @@ -80,7 +81,6 @@ nav:
- 'Confluent Kafka': 'quix-connectors/templates/confluentkafkasink-destination.md'
- 'InfluxDB 3.0': 'quix-connectors/templates/influxdb30sink-destination.md'
- 'Kafka Connect': 'quix-connectors/templates/kafkaconnectsink-destination.md'
- 'MQTT': 'quix-connectors/templates/mqttsink-destination.md'
- 'Slack': 'quix-connectors/templates/slacksink-destination.md'
- 'Websocket': 'quix-connectors/templates/websocketdestination-destination.md'
- Coming Soon:
Expand Down