Skip to content

Commit

Permalink
feat: add additional links (and update dependencies) (#128)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* include additional information

* link schema support with extraction configuration
  • Loading branch information
raulb authored Aug 29, 2024
1 parent 5c1cd92 commit 400027c
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 231 deletions.
6 changes: 6 additions & 0 deletions docs/features/schema-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ pages
for [source connectors](/docs/connectors/building-connectors/developing-source-connectors), [destination connectors](/docs/connectors/building-connectors/developing-destination-connectors)
and [processors](/docs/processors/standalone/building#schemas).

:::tip

To learn more about configuring source and destination connectors to automatically extract the schema from the key and payload of a record, check out the [schema extraction](/docs/connectors/configuration-parameters/schema-extraction) configuration parameters.

:::

## Schema Registry

Conduit uses a schema registry to store the schemas of records.
Expand Down
2 changes: 1 addition & 1 deletion docs/pipeline-configuration-files/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configurations.

:::tip

In our [Conduit repository](https://github.com/ConduitIO/conduit), you can find [more examples](https://github.com/ConduitIO/conduit/tree/main/examples/pipelines), but to ilustrate a simple use case we'll show a pipeline using a file as a source, and another file as a destination.
In our [Conduit repository](https://github.com/ConduitIO/conduit), you can find [more examples](https://github.com/ConduitIO/conduit/tree/main/examples/pipelines), but to ilustrate a simple use case we'll show a pipeline using a file as a source, and another file as a destination. Check out the different [specifications](/docs/pipeline-configuration-files/specifications) to see the different configuration options.

:::

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-client-redirects": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-mermaid": "^3.4.0",
"@docusaurus/theme-search-algolia": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@docusaurus/theme-search-algolia": "^3.5.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^3.0.0",
Expand All @@ -37,9 +37,9 @@
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"typescript": "~5.3.3"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 400027c

Please sign in to comment.