* updating quickstart to use the plugin
* lint: removing extra whitespace
* adding homebrew, simplifying binary install
* linting: white space
* fixing link to brew
* removing unneeded brew install command
* need kn version 0.25 or later
* add to path, not plugin dir
* when installing put binary in path not plugin dir
* use markdown for links
* made copy using v0.24
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add serving release notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove extra julz
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add bug fixes for serving v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add eventing release notes v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add eventing extentions for v0.25
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add client release notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add anchor for eventing kafka components
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add highlights
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* move kn-quickstart at the top of client
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove operator for now
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix typo on menu
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address feedback
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* address copy edit changes from Samia
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add operator notes
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* sort contributors
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* Add pointer in case the service cannot be resolved
The service in the tutorial could not be resolved. It is not immediately apparent why this is the case (VPN, FritzBox DNS Server, etc). The tips in the comments solved the problem for me.
* Change indentation of question
* Swap links for solution steps
* Update docs/getting-started/first-service.md
Better working of the problem.
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
* PR changes
* Update docs/getting-started/first-service.md
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
* eventing(samles): update Node.js CloudEvents ContainerSource
The example had some old versions of Node and CloudEvents. This change
updates the versions for those dependencies, and makes some modifications
to the example code based on these dependency changes.
Signed-off-by: Lance Ball <lball@redhat.com>
* fixup: review feedback
Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Update version warning banner for new release
We've been live for a full release now with the new site. Time to take
the warnings about being new off!
Also fixed up the colours and text for the warning shown on old docs
version, and added an emoji because emojis are cool.
* Drop border
* add v0.25 mkdocs, remove v0.21 hugo
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove v0.21 hugo archived
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add -L for curl to catch errors when missing variabled in url path
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix release branch for old mkdocs version 0.24
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix message for serve
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* adding back archive v0.21 to make PR clear
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* Updating the last few commands
* Fix some formatting issues
* Tweak YAML file to match the docs
* Fix failing test
* Apply suggestions from code review
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
* Replace curly braces
* Fix formatting
* Formatting and other tweaks
* capitalise YAML
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
@matzew it's only "Kafka" without a broker suffix, right? (which is a bit confusing as the other class that I know (`MTChannelBasedBroker`) uses a different scheme (e.g. should then be `KafkaBasedBroker`). Btw would have preferred just an `MTChannel` as the broker class as the `BasedBroker` is really superfluous and redundant. (cc: @lionelvillard )