Skip to content

Commit ac37531

Browse files
authored
Merge pull request #263 from Canner/doc/ksqldb
Fix: Move the ksqlDB mdx file to connectors folder
2 parents e2790a2 + 739c25e commit ac37531

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/doc/docs/connect/ksqldb.mdx packages/doc/docs/connectors/ksqldb.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KsqlDB
1+
# ksqlDB
22

33
## Installation
44

packages/doc/sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const sidebars = {
7878
},
7979
{
8080
type: 'doc',
81-
id: 'connect/ksqldb',
81+
id: 'connectors/ksqldb',
8282
},
8383
],
8484
},

packages/extension-driver-ksqldb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is the KSqlDb driver for VulcanSQL, provided by [Canner](https://cannerdata
2323
- name: ksql # Profile name
2424
type: ksqldb
2525
connection:
26-
# Optional: KSqlDb instance URL. Default is http://localhost:8088.
26+
# Optional: ksqlDB instance URL. Default is http://localhost:8088.
2727
host: 'www.example.com:8088'
2828
# Optional: The name of the user on whose behalf requests are made.
2929
username: '<username>',

packages/extension-driver-ksqldb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/extension-driver-ksqldb",
3-
"description": "KSqlDb driver for VulcanSQL",
3+
"description": "ksqlDB driver for VulcanSQL",
44
"version": "0.7.1",
55
"type": "commonjs",
66
"publishConfig": {

0 commit comments

Comments
 (0)