feat(website): Add source plugins tables#4728
Closed
erezrokah wants to merge 5 commits intocloudquery:mainfrom
Closed
feat(website): Add source plugins tables#4728erezrokah wants to merge 5 commits intocloudquery:mainfrom
erezrokah wants to merge 5 commits intocloudquery:mainfrom
Conversation
erezrokah
commented
Nov 16, 2022
erezrokah
commented
Nov 16, 2022
erezrokah
commented
Nov 16, 2022
erezrokah
commented
Nov 16, 2022
erezrokah
commented
Nov 16, 2022
erezrokah
commented
Nov 16, 2022
69c7f65 to
ba70d53
Compare
erezrokah
commented
Nov 16, 2022
ba70d53 to
bb7bee3
Compare
Member
Author
|
Closing as I think there's an easier way to do this |
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 1, 2022
#### Summary A re-do of #4728. I initially started with using the JSON output, but realized this is simpler as we just want to remove the links to individual tables from the readme. **Other solutions** - Add a flag to the `doc` command to not output the links in the README markdown - Use `doc --format json` read, the JSON, create a markdown. Seems too much at the moment ~~Datadog CI will pass after #5258 is merged~~ Deploy preview in https://cloudquery-k4mb1p3j3-cloudquery.vercel.app/ <!--
daniel-garcia
pushed a commit
to infobloxopen/ibcq-source-k8s
that referenced
this pull request
Feb 24, 2026
#### Summary A re-do of cloudquery/cloudquery#4728. I initially started with using the JSON output, but realized this is simpler as we just want to remove the links to individual tables from the readme. **Other solutions** - Add a flag to the `doc` command to not output the links in the README markdown - Use `doc --format json` read, the JSON, create a markdown. Seems too much at the moment ~~Datadog CI will pass after cloudquery/cloudquery#5258 is merged~~ Deploy preview in https://cloudquery-k4mb1p3j3-cloudquery.vercel.app/ <!--
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
DEFINITELY NOT READY YET. More a possible approach to add a tables search without rendering everything.Related to #4632Search is available in https://cloudquery-b47kv5cvg-cloudquery.vercel.app/docs/plugins/sourcesAdds source plugins tables to our Website instead of redirecting to GitHub