-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: update to 0.11.0 * fix: announcement bar dismissal * document metadata fields * add link for source * combine metadata fields * combine differently * refactor building connector This is so the each function could be anchored and shows up in the menu of the right hand-side. I considered this was more relevant than what was linked before: before: ![](https://d.pr/i/QtqZUO.png) after: ![](https://d.pr/i/3WKPvo.png) * Update docs/features/opencdc-record.mdx Co-authored-by: Maha Hajja <[email protected]> * Update docs/features/opencdc-record.mdx Co-authored-by: Maha Hajja <[email protected]> * Update docs/features/opencdc-record.mdx Co-authored-by: Maha Hajja <[email protected]> * Update docs/features/opencdc-record.mdx Co-authored-by: Maha Hajja <[email protected]> * Include additional options to middleware * update how it works docs with schema host functions (#111) * update how it works docs with schema host functions * Update docs/processors/standalone/how-it-works.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/processors/standalone/how-it-works.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/processors/standalone/how-it-works.mdx Co-authored-by: Raúl Barroso <[email protected]> --------- Co-authored-by: Lovro Mažgon <[email protected]> Co-authored-by: Raúl Barroso <[email protected]> * Update processor specs and regenerate docs (#113) * update processor specs and regenerate docs * fix example name * updates architecture * includes schema service on architecture page * updates architecture page * generate processor specs (#115) * adds new schema registry feature page * tweaks * updates * more accurate * address feedback * add schema utility functions to building.mdx (#114) * include github repo * tweaks * fix link * regenerate processor docs with latest specs (#117) * General info about schema support (#116) * Add general info about schema support * connectors and processors * schema reg: include github repo * fix link * update architecture diagram * Update docs/features/opencdc-record.mdx Co-authored-by: Lovro Mažgon <[email protected]> * back to lowercase * fix json encoding md * Update docs/features/schema-support.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/features/schema-support.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/features/storage.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/features/schema-support.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/processors/standalone/building.mdx Co-authored-by: Lovro Mažgon <[email protected]> * fix indentation and complete snippet * Fix wording and link * more accurate * fix go code * Update docs/connectors/building-connectors/developing-destination-connectors.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/connectors/building-connectors/developing-source-connectors.mdx Co-authored-by: Lovro Mažgon <[email protected]> * Update docs/processors/standalone/building.mdx Co-authored-by: Lovro Mažgon <[email protected]> * doc: configuration parameters (#119) * fix link * configuration parameters * add batch size * add schema extraction * explain batching * uses output format --------- Co-authored-by: Lovro Mažgon <[email protected]> * Add info about supported data types (#118) * Add info about supported data types * add link * move page * Update docs/features/opencdc-record.mdx * Update docs/features/opencdc-record.mdx * Update docs/features/opencdc-record.mdx --------- Co-authored-by: Lovro Mažgon <[email protected]> * updates * update * fix formatting * update architecture page * Add default values * fix configuration links * add example for schema extraction * explain example * capitalize * Update docs/connectors/configuration-parameters/output-format.mdx Co-authored-by: Maha Hajja <[email protected]> --------- Co-authored-by: Maha Hajja <[email protected]> Co-authored-by: Lovro Mažgon <[email protected]> Co-authored-by: Haris Osmanagić <[email protected]>
- Loading branch information
1 parent
1992b1b
commit 6b51ee3
Showing
61 changed files
with
2,205 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Connectors", | ||
"position": 3 | ||
"position": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Building Connectors", | ||
"position": 5, | ||
"position": 4, | ||
"collapsed": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Configuration parameters", | ||
"position": 3 | ||
} |
Oops, something went wrong.