Skip to content
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

chore(deps): Bump actions/setup-node from 3 to 4 #708

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Bumps actions/setup-node from 3 to 4.

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 24, 2023
@github-actions github-actions bot added the CI label Oct 24, 2023
@digikata digikata added this pull request to the merge queue Jan 9, 2024
Merged via the queue into master with commit 7cc382b Jan 9, 2024
9 checks passed
@digikata digikata deleted the dependabot/github_actions/actions/setup-node-4 branch January 9, 2024 18:09
github-merge-queue bot pushed a commit that referenced this pull request Jan 10, 2024
* 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>
github-merge-queue bot pushed a commit that referenced this pull request Jan 11, 2024
* 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>
github-merge-queue bot pushed a commit that referenced this pull request Jan 11, 2024
* 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…
github-merge-queue bot pushed a commit that referenced this pull request Jan 18, 2024
* 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…
github-merge-queue bot pushed a commit that referenced this pull request Feb 15, 2024
* 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 (…
github-merge-queue bot pushed a commit that referenced this pull request Feb 15, 2024
* 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…
github-merge-queue bot pushed a commit that referenced this pull request Feb 28, 2024
* 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…
github-merge-queue bot pushed a commit that referenced this pull request Mar 7, 2024
* 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)
…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant