-
Notifications
You must be signed in to change notification settings - Fork 32
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
Modify smdk test
examples and documentation to use --stdin
#666
Conversation
README.md
Outdated
@@ -9,7 +9,7 @@ The website is generated using [Hugo Framework](https://gohugo.io/). To run the | |||
1. [Install Hugo](https://gohugo.io/getting-started/installing/) | |||
2. Run Hugo | |||
``` | |||
./hugo-start.sh | |||
cargo run -- hugo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could also remove hugo-start.sh
from the repo given that cargo run -- hugo
executes the local Hugo binary.
https://github.com/infinyon/fluvio-website/blob/master/scripts/fluvio-cms/src/hugo/mod.rs#L12-L18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should if no longer used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't removed it because it seems that the GitHub workflow is still using it https://github.com/search?q=user%3Ainfinyon+hugo-start&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
README.md
Outdated
@@ -9,7 +9,7 @@ The website is generated using [Hugo Framework](https://gohugo.io/). To run the | |||
1. [Install Hugo](https://gohugo.io/getting-started/installing/) | |||
2. Run Hugo | |||
``` | |||
./hugo-start.sh | |||
cargo run -- hugo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should if no longer used.
* docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com>
* docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * update embeds fluvio version --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: Alan Chen <alan@infinyon.com>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org>
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](crazy-max/ghaction-dump-context@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](crazy-max/ghaction-dump-context@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * fixup: config * add k8-port-forwarding --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge master (#783) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs clean…
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * Sync stable (#784) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#7…
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * Sync stable (#784) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (…
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * Sync stable (#784) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#7…
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * Sync stable (#784) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#7…
* Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump nick-fields/retry from 2.8.3 to 2.9.0 (#689) Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sm weight (#769) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * change page order --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore: update cargo deps (#768) * chore(deps): Bump actions/upload-artifact from 3 to 4 (#741) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * remove old connectors and references to netlify (#770) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 (#661) * chore(deps): bump crazy-max/ghaction-dump-context from 2.0.0 to 2.1.0 Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-dump-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update check_examples.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/labeler from 4 to 5 (#736) Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump actions/setup-node from 3 to 4 (#708) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): bump com.infinyon:fluvio (#613) Bumps [com.infinyon:fluvio](https://github.com/infinyon/fluvio-client-java) from 0.12.12 to 0.12.15. - [Release notes](https://github.com/infinyon/fluvio-client-java/releases) - [Commits](https://github.com/infinyon/fluvio-client-java/commits) --- updated-dependencies: - dependency-name: com.infinyon:fluvio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * chore(deps): Bump @fluvio/client in /embeds/client-examples/node (#693) Bumps [@fluvio/client](https://github.com/infinyon/fluvio-client-node) from 0.12.14 to 0.14.6. - [Release notes](https://github.com/infinyon/fluvio-client-node/releases) - [Changelog](https://github.com/infinyon/fluvio-client-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio-client-node/commits/v0.14.6) --- updated-dependencies: - dependency-name: "@fluvio/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * ci: revert to labeler4 (#771) * node: fixup dev env, update to current node 20 (#772) * chore: update java example dev env (#773) * chore(deps-dev): Bump typescript in /embeds/client-examples/node (#737) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Chen <argot@digikata.com> * updated github examples (#776) * add secrets doc (#778) * add: cdk secrets docs * fix hugo script * rancher installation (#781) * Sync stable (#784) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Merge fixup (#767) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation * removed smdk install --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * chore(deps): Bump @types/node in /functions/newsletter (#758) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Conflict (#766) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * Merge to Stable (#762) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: A.J. Hunyady <aj@infinyon.com> Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * connector sink change (#777) * Cleanup connectors (#760) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Stable (#761) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup connectors (#763) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> * docs: fix link for go package (#734) Prefers the doc page hosted by fluvio since none is directly offered by package * rename config-example.yml to config-sample.yml, (#744) that's the name of the file generated by `cdk generate` * Clarified the term SPU and linked to appropriate page (#746) * chore: fix lint ci --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * fix: list-log samples (#749) (#750) closes #745 * fix: log-and-list navigation (#751) (#752) * fix: log-and-list navigation fix log nav consistency * embeds/client-examples, use python 3.11 * update connector file to match the the project Readme. * cleanup connectors * renamed connector hello to github-examples- * change use hello to use github examples * remove steps from examples * add community section * clean-up hub, and make minor edits to github section * fix indentation --------- Co-authored-by: Deb <122817612+drc-infinyon@users.noreply.github.com> Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> Co-authored-by: Alan Chen <argot@digikata.com> Co-authored-by: Tom Carrio <tom@carrio.dev> Co-authored-by: mrasputin <150076078+mrasputin@users.noreply.github.com> Co-authored-by: John Landahl <john@landahl.org> * Cleanup sm (#764) * Update Fluvio live site with master updates (#733) * docs: Cli update (#721) * Update CLI docs * Rearrange nav a bit * Removing the infinyon banner too * Update command * Update labels * First pass updates to docs page (#726) * docs cleanup (#732) * Modify `smdk test` examples and documentation to use `--stdin` (#666) * Remove deprecated script from readme * Modify `smdk test` examples and doc to use `--stdin` --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> --------- Co-authored-by: T.J. Telan <t.telan@gmail.com> Co-authored-by: Consoli <matheus.consoli7@gmail.com> * Merge from master (#747) * docs: Cli update (#721) …
smdk test --stdin
support was merged on infinyon/fluvio#3464.I also updated the doc for running the project locally, as
./hugo-start.sh
is deprecated.