* 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 |
||
---|---|---|
.github | ||
blog | ||
community | ||
contributing | ||
docs | ||
hack | ||
test | ||
vendor | ||
.gitignore | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
background.png | ||
doc-releases.md | ||
search.md | ||
smoketest.md |
README.md
Knative documentation
Welcome to the source file repository for our documentation on https://knative.dev.
View published documentation
View all Knative documentation and walk-through our code samples on the website.
The Knative website includes versioned docs for recent releases, the Knative blog, links to all community resources, as well as Knative governance and contributor guidelines.
Website source files
Source files for the documentation on the website are located within the
/docs
directory of this repo.
If you want to contribute a fix or add new content to the documentation, you can
navigate through this repo or use the Edit this page
on each of the pages of
the website.
Before you can contribute, first start by reading the Knative contributor guidelines and learning about our community and requirements. In addition to reading about how to contribute to the docs, you should take a moment to learn about the Knative code of conduct, governance, values, and the various working groups and committees.
Knative community and contributor guidelines
Source files for all Knative community and governance topics are located separately in the knative/community repo.
Documentation versions for Knative releases
Each release of the Knative docs are available in the website (starting with 0.3) and their source files are all stored in branches of this repo.
Help and support
Your help and feedback is always welcome!
If you find an issue let us know, either by clicking the Create Issue
on any
of the website pages, or by directly opening an
issue here in the repo.
If you have a question that you can't find an answer to, we would also like to
hear about that too. In addition to our docs, you can also reach out to the
community for assistance. For example, ask a documentation specific question on
the #docs
channel in Slack.
Also see the Knative community resource page for a list of all the available community resources, including links to the various community discussion groups for both development as well as troubleshooting.