-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Docs] Create homepage for Sources/Destinations #34391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
11ef902
readme
nataliekwong 4ec8ddb
redirect
nataliekwong c8250ab
readme
nataliekwong afebed7
remove readme?
nataliekwong 136947f
destination test
nataliekwong 465a653
remove
nataliekwong a1618fe
make homepages
nataliekwong f75cd2b
fix redirect
nataliekwong a720469
Update docs/integrations/sources/README.md
nataliekwong 4035f1f
Update docs/integrations/destinations/README.md
nataliekwong 1e6ead5
remove space
nataliekwong cc3b2a9
remove spaces
nataliekwong 82220b9
Merge branch 'master' into natalie/catalog-pages
nataliekwong 78797bf
Update docs/integrations/destinations/README.md
nataliekwong dd8a761
Update docs/integrations/sources/README.md
nataliekwong 1555279
Merge branch 'master' into natalie/catalog-pages
nataliekwong 21eb3b1
Kat updates
nataliekwong e96051b
katupdates
nataliekwong 80d77ad
Update docs/connector-development/connector-builder-ui/overview.md
nataliekwong 9d1d25f
Update docs/integrations/destinations/README.md
nataliekwong 04e1cd1
Update docs/integrations/sources/README.md
nataliekwong 23ec4e1
Merge branch 'master' into natalie/catalog-pages
nataliekwong 8007415
Merge branch 'master' into natalie/catalog-pages
evantahler bb9b614
Merge branch 'master' into natalie/catalog-pages
nataliekwong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,14 @@ | ||
import ConnectorRegistry from '@site/src/components/ConnectorRegistry'; | ||
|
||
# Destinations | ||
|
||
A destination is a data warehouse, data lake, database, or an analytics tool where you want to load your ingested data. | ||
|
||
Learn about our [Connector Support Levels](/integrations/connector-support-levels.md) to understand what to expect from a connector. | ||
nataliekwong marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
## Destinations | ||
|
||
<ConnectorRegistry type="destination"/> | ||
|
||
_[View the connector registry in full](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html)_ | ||
nataliekwong marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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,13 @@ | ||
import ConnectorRegistry from '@site/src/components/ConnectorRegistry'; | ||
|
||
# Sources | ||
|
||
A source is an API, file, database, or data warehouse that you want to ingest data from. | ||
|
||
Learn about our [Connector Support Levels](/integrations/connector-support-levels.md) to understand what to expect from a connector. | ||
nataliekwong marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Sources | ||
|
||
<ConnectorRegistry type="source"/> | ||
|
||
_[View the connector registry in full](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html)_ | ||
nataliekwong marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 |
---|---|---|
|
@@ -93,3 +93,4 @@ | |
- /enterprise-setup/self-managed/sso | ||
- /enterprise-setup/sso | ||
to: /access-management/sso | ||
|
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.