* chore: Add `kn` usage to Getting Started guide
* Add fence to avoid link checking for example
* Another attempt to avoid link checking on the example
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/serving/getting-started-knative-app.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* chore: Changed according to review comments
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update Dockerfile
Using pythonunbuffered so that print() statements and log messages will immediately appear in the logs.
* Update docs/serving/samples/hello-world/helloworld-python/Dockerfile
Update comment
Co-authored-by: Victor Agababov <vagababov@gmail.com>
* Update README.md
Adding the pythonunbuffered to readme to fix test
* Update docs/serving/samples/hello-world/helloworld-python/README.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update README.md
Adding newline - code has to match Dockerfile
Co-authored-by: Victor Agababov <vagababov@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* update ruby and bundle version
* Update docs/serving/samples/hello-world/helloworld-ruby/Gemfile.lock
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* update README
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Make sample source guide up-to-date
* Docs for adding event source to eventing-contrib
* Get rid of some whitespace
* Fix broken markdown
* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update docs/eventing/samples/writing-receive-adapter-source/03-controller.md
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Remove an empty line
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
* Update contributing docs and move back from https://github.com/knative/community
* Fix misspellings and trailing whitespace
* Fix broken links
* Incorporate suggestions from abrennan89
* Added an example using cloudevents rust sdk
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Happy bot
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Sample project showing how to start an event receiver as a Knative Service using ASP.NET Core.
* Fix the source url to be consistent with the sample name.
* Fix the launch URL
* Fix the instructions
* Use using declaration for consistency.
* .Net Core specific .gitignore
* Remove unused imports.
* Fix doc title.
* Use alpine images which are half the size of normal images.
* Changes based on the PR comments.
* Reduce the # of files.
* Update comments.
* Update README.md
* Address PR comments:
- Listen on port 8080 in the user-container, instead of port 80.
- Fix the double serialization of cloud event data.
* Add license headers to source files.
* Add index.md file as required.
* Fix documentation
* Remove 1.2.3.4.xip.io from the documentation. it is tripping the markdown linter.