mirror of https://github.com/knative/docs.git
Format markdown (#1295)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
parent
5d4de70b3c
commit
65115d7105
55
README.md
55
README.md
|
@ -1,45 +1,58 @@
|
||||||
# Knative documentation
|
# Knative documentation
|
||||||
|
|
||||||
Welcome to the source file repository for our documentation on https://knative.dev.
|
Welcome to the source file repository for our documentation on
|
||||||
|
https://knative.dev.
|
||||||
|
|
||||||
## View published documentation
|
## View published documentation
|
||||||
|
|
||||||
View all Knative documentation and walk-through our code samples on the [website](https://knative.dev).
|
View all Knative documentation and walk-through our code samples on the
|
||||||
|
[website](https://knative.dev).
|
||||||
|
|
||||||
The Knative website includes versioned docs for recent releases, the Knative blog, links to all community resources,
|
The Knative website includes versioned docs for recent releases, the Knative
|
||||||
as well as Knative governance and contributor guidelines.
|
blog, links to all community resources, as well as Knative governance and
|
||||||
|
contributor guidelines.
|
||||||
|
|
||||||
## Website source files
|
## Website source files
|
||||||
|
|
||||||
Source files for the documentation on the website are located within the [`/docs`](./docs) directory of this repo.
|
Source files for the documentation on the website are located within the
|
||||||
|
[`/docs`](./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
|
If you want to contribute a fix or add new content to the documentation, you can
|
||||||
`Edit ths page` on each of the pages of the website.
|
navigate through this repo or use the `Edit ths 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
|
Before you can contribute, first start by reading the Knative contributor
|
||||||
requirements. In addition to reading about how to contribute to the docs, you should take a moment to learn about the Knative
|
guidelines and learning about our community and requirements. In addition to
|
||||||
code of conduct, governance, values, and the various working groups and committees.
|
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](https://knative.dev/contributing/)
|
[Knative community and contributor guidelines](https://knative.dev/contributing/)
|
||||||
|
|
||||||
Source files for all Knative community and governance topics are located separately in the
|
Source files for all Knative community and governance topics are located
|
||||||
[knative/community](https://github.com/knative/community/) repo.
|
separately in the [knative/community](https://github.com/knative/community/)
|
||||||
|
repo.
|
||||||
|
|
||||||
### Documentation versions for Knative releases
|
### 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
|
Each release of the Knative docs are available in the website (starting with
|
||||||
in [branches of this repo](./doc-releases.md).
|
0.3) and their source files are all stored in
|
||||||
|
[branches of this repo](./doc-releases.md).
|
||||||
|
|
||||||
## Help and support
|
## Help and support
|
||||||
|
|
||||||
Your help and feedback is always welcome!
|
Your help and feedback is always welcome!
|
||||||
|
|
||||||
If you find an issue lets us know, either by clicking the `Create Issue` on any of
|
If you find an issue lets us know, either by clicking the `Create Issue` on any
|
||||||
the website pages, or by directly opening an [issue](https://github.com/knative/docs/issues/new/choose) here in the repo.
|
of the website pages, or by directly opening an
|
||||||
|
[issue](https://github.com/knative/docs/issues/new/choose) 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,
|
If you have a question that you can't find an answer to, we would also like to
|
||||||
you can also reach out to the community for assistance. For example, ask a documentation specific question on the `#docs` channel in [Slack](https://knative.slack.com/).
|
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
|
||||||
Also see the [Knative community resouce page](https://knative.dev/community/) for a list of all the available
|
the `#docs` channel in [Slack](https://knative.slack.com/).
|
||||||
community resources, including links to the various community discussion groups for both development as well as troubleshooting.
|
|
||||||
|
|
||||||
|
Also see the [Knative community resouce page](https://knative.dev/community/)
|
||||||
|
for a list of all the available community resources, including links to the
|
||||||
|
various community discussion groups for both development as well as
|
||||||
|
troubleshooting.
|
||||||
|
|
Loading…
Reference in New Issue