* Add a SinkBinding sample.
This is largely derived from the ContainerSource docs, but
using SinkBinding and a CronJob.
* Fix the eventing-sources reference.
* Add licenses
* Removing old versions from docs
* Try fixing the broken list rending on the site
* add missing quotes
* use sentence style caps
* Try adding a weight to fix rendering
* try to fix poor list rendering (again)
* adding a template for new docs pages
* update to template
* feedback
* Apply suggestions from code review
Co-Authored-By: RichieEscarez <rescarez@google.com>
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).
Once we're happy with this, we should broaden this to cover more languages.
* Cleanup Knative install versions page
1. Change to a command that returns just the release version
2. Move current methods of querying to the top of the page
3. Combine old methods into a single section
* Describe old steps rather than walk through as we expect very few
people to be running these older versions.
* edit for clarity
* Update docs/install/check-install-version.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* update samples to use flow, update cron to use v1.Destination as sink
* parallel examples to flows, fix some missing pieces
* add pointer to where the functions live
* Documentation about tracing for Knative Eventing.
* removed licensing (knative.dev footers shows on all pages)
* Update docs/eventing/accessing-traces.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* PR comments.
* Channel dispatcher description.
* New screenshots.
* Small changes and pretty print the JSON.
* A quick edit
* Update documentation about CamelSources
* Fix version
* Apply suggestions from code review
Applying suggestions
Co-Authored-By: Sam O'Dell <31352624+samodell@users.noreply.github.com>
* App + readme
* vendored packages - cloudevents/sdk-go and its dependencies
* Mark-ups updated. Final testing on a new cluster pending.
* final changes
* Update README.md
fixed broken link to K8 / Knative installation instructions
* Update README.md
Arun Gupta blog is not responding with content - added Arun Gupta github link for this instead.
* Changed C# sample to use more lean and secure alpine as base image
* Updated sample to use .NET Core 3.0
* Fixed typos in README.md
* Fixed indentation
* Adding bitbucket source documentation.
* Adding README example for bitbucket source.
* Updating example.
* Missed to generate the README
* removing stuff, and updating link to bitbucket source in sources.yaml
* autogenerating README
* removing bitbucket one here.
* update
* updates