Skip to content

Commit 3f7f936

Browse files
committed
Merge branch 'doc/ksqldb' into feature/update-doc
2 parents ffab3e6 + 739c25e commit 3f7f936

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KsqlDB
1+
# ksqlDB
22

33
## Installation
44

packages/doc/sidebars.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)