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/labeler from 4 to 5 #736

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps actions/labeler from 4 to 5.

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • Additional commits viewable in compare view

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/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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 5, 2023
@github-actions github-actions bot added the CI label Dec 5, 2023
@digikata digikata added this pull request to the merge queue Jan 9, 2024
Merged via the queue into master with commit 4a15998 Jan 9, 2024
9 checks passed
@digikata digikata deleted the dependabot/github_actions/actions/labeler-5 branch January 9, 2024 18:08
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