* Moving to asciidoc
* Rewrite contributor documentation
* Emphasize tech writers expertise rather than ascribing motivations to engineers.
Co-authored-by: Scott Nichols <snichols@vmware.com>
* Address @omerbensaadon feedback
* Address @omerbensaadon feedback
* Revert to markdown
* Dumbquotify
* Update CONTRIBUTING.md
Co-authored-by: RichieEscarez <rescarez@google.com>
* Update CONTRIBUTING.md
Co-authored-by: RichieEscarez <rescarez@google.com>
* Update two refs to DOCS-CONTRIBUTING to point to the main contributor docs
Co-authored-by: Scott Nichols <snichols@vmware.com>
Co-authored-by: RichieEscarez <rescarez@google.com>
* Add 2020-05-14 – Knative Community Meetup #2
* Update community/meetup/README.md
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Remove trailing whitespace
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Remove trailing whitespace
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Remove trailing whitespace
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Update broken link
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Add a test for "index.md" frontmatter and fix the repo to match
* Fix trailing whitespace
* Merge and add new required index.md files.
* Clarify error message action needed
* Fix up another new sample
* Fix spacing on error message
* feat: bump deno to 1.0
* fix: update to new deno syntax. Update Dockerfile from steren comments
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* style: fix whitespace
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* feat: add helloworld-deno
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* Update community/samples/serving/helloworld-deno/Dockerfile
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* fix: fix deno sample whitespace
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* fix: use env var for PORT if not specified
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
* fix: deno prefer copy
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
* Add Meetup page
* Remove trailing white space
* Update meetup page title, description, links and look/feel
* Change Meetup page weight to to 30 and add "Tracking the Bitcoin ledger" demo video
* Add sentence to catch with past events linking to the YT playlist
* Add machine learning serving example using python
* Update readme
* update base on comments
* add python bentoml to the sample's list
* Add trailing newline
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key (#1769)
* [DOC] Add alternative shell command to delete knative service (#1727)
* Update getting-started-knative-app.md
It is very useful when `kservice` are created via API and not with files.
* Delete the word "record" per review.
* Fix typo in microk8s doc (#1912)
* Fix the Subscription's apiVersion in debugging. (#1914)
Fix the Subscription's apiVersion in eventing debugging example.yaml file.
According to the api register in `https://github.com/knative/eventing/tree/master/pkg/apis/messaging`.
The Subscription Kind should be in messaging.knative.dev/v1alpha1, while the original file is "eventing.knative.dev/v1alpha1".
If apply the original file, the error happened "error: unable to recognize "example.yaml": no matches for kind "Subscription" in version "eventing.knative.dev/v1alpha1""
This update fix this bug.
* minor typo fix (#1932)
* fix small typo in sample READMEs (#1967)
* fix more broken links
* fix broken links
* update old readfile syntax
* revert dynamic var
* link to folder not readfile source
* fix bad markdown
* fix broken titles and links
* Remove error-prone if branch for ingress gateway name detection<
* Add gke example image of desired external IP address state
* Remove knative-ingressgateway due to versioned docs
* Remove knative-ingressgateway due to versioned docs in whole repo
* Fix indention
* Community - move frontmatter into README
* Serving - move frontmatter into README
* swap readfile calls from README.md to index.md
* Eventing - move frontmatter into README
* Add Micronaut Sample
* Updated Dockerfile to use AdoptOpenJDK.
* renamed directory
* removed .factorypath
* ignore .factorypath
* removed PORT from Dockerfile
updated `application.yml` to respect port env var, and using a reasonable default
* renamed helloworld-micronaut to helloworld-java-micronaut
* Added frontmatter _index.md, and added link in samples/README.md
* small typo and PR#1202