* 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
* 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