Commit Graph

23 Commits

Author SHA1 Message Date
Murugappan Chetty 00269396cf
Update code-of-conduct, readme and contrib files (#1429)
* update docs

* update docs

* update docs
2021-08-16 04:06:54 -07:00
Murugappan Chetty bcadd502cd
add code cov (#1313)
* add code cov

* add code cov

* add readme badge
2021-05-17 11:47:31 -07:00
Markus Thömmes 95b0db5b96
Drop master references to knative repos (#1254) 2021-03-09 03:42:25 -08:00
Paul Morie fb47409837
Fix a couple typos in README (#1007) 2020-09-11 14:56:01 -07:00
Navid Shaikh c255b324e9
fix(docs): Fix tekton task link in README (#934) 2020-07-15 05:59:32 -07:00
Navid Shaikh 5c56a0710c
Add badges in README (#780)
For go reference, go report, releases, license and slack.
2020-04-07 16:26:00 -07:00
Matt Moore f9ccf36518
Format markdown (#710)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign maximilien rhuss
/cc maximilien rhuss
2020-03-09 09:19:28 -07:00
Roland Huß 56e14653c5
chore: Add option to generate frontmatter to gendocs. (#680)
* chore: Cleaned up README

This is just a start for reorganizing the client side documentation.

* chore: Add option to generate frontmatter to gendocs.

This is needed for latter inclusion in knative.dev. Related to #639.
2020-03-09 04:04:28 -07:00
Roland Huß 4af20afebb
chore: Cleaned up README (#677)
* chore: Cleaned up README

This is just a start for reorganizing the client side documentation.

* fix: link

* chore(README): Fix link

* chore: fixed link

* review fixes

* minor wording
2020-03-03 04:44:53 -08:00
Navid Shaikh 44dafbd780 Adds zsh completion (#476)
* Adds zsh completion

 - Adds back zsh completion after vendoring cobra library with a fix
 - Updates the command definition to accept argument either of ['bash', 'zsh']
 - Moves the completion command definition under `pkg/kn/commands/completion`
 - Updates docs
 - Updates CHANGELOG.adoc

* fix(golint): exported function should have comment

* Fixes PR number in CHANGELOG.adoc

* Updates unit tests
2019-11-05 02:42:25 -08:00
Joan Edwards ffbf6841c2 Restructure Docs (#421) 2019-09-30 07:33:45 -07:00
Joan Edwards ca90232c9a Small grammatical correction for README.md (#237)
* Small grammatical correction for README.md

* Update README.md
2019-07-07 23:41:33 -07:00
Rohan Kumar c2be52d281 Chore: Fix typos in docs (#178) 2019-06-17 12:08:46 -07:00
Suraj Narwade 5308101a48 Move DEVELOPMENT.md to docs directory (#105)
* it will make easy to access docs from single directory, it will also help in case if we create github pages for the same

* fixed links from README.md

rebased and addressed comments
2019-06-08 08:47:41 -07:00
Naomi Seyfer a4242b3bb5 Copy-edit documentation, and make user guide start with installation. (#125)
* Copy edit docs and add getting-started section.

* Remove hash

* list to get

* list to get
2019-05-17 16:22:16 -07:00
Doug Davis 6582e8239a Add a Makefile (#83)
Just to make it a little easier for folks.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-05-10 11:58:38 -07:00
dr.max 95808278d4 Adds Cobra generated docs and means to generate them and first cut of other docs (#93)
* Added Cobra generated docs and ways to generate them

* Adds docs/README.md and first user's guide for Kn
2019-05-06 17:39:36 -07:00
Navid Shaikh ae0e97ae3f Adds DEVELOPMENT.md (#39)
* Adds DEVELOPMENT.md

 Fixes #26
 Also adds CONTRIBUTING.md which points to knative/docs.

* Links DEVELOPMENT.md with README.md

 - also removes the build steps as those are now part of DEVELOPMENT.md
 - links the install guide to www.knative.dev/docs/install/
 - removes unnecessary GOPATH setup steps
 - removes CONTRIBUTING.md as its linked from README.md now
 - links all references for contribution guide to https://www.knative.dev/contributing/

* Updates the repo fork step and removes unnecessary heading
2019-04-02 10:36:55 -07:00
Sam O'Dell a68d11e9b2 Update README.md (#44) 2019-03-29 04:27:53 -07:00
Kenjiro Nakayama c07254c46d Support generating bash completion (#31)
* Support generating bash completion

This patch adds subcommand to generate completion script for bash.

As an knative user, we would like to complete subcommands and
options rather than typing them.

* Adds docs about bash auto completion in README.md

This changeset adds auto-completion section in existing README.md

Suggested-by: Navid Shaikh <nshaikh@redhat.com>
2019-03-18 22:31:05 -07:00
Charlie Drage be52528d78 Add building documentaiton (#20)
Adds documentation on how to build the project.
2019-02-07 12:04:08 -08:00
Naomi Seyfer f867eb7006
Improve description in README and link to contribution guidelines (#5) 2019-01-14 12:45:17 -08:00
Mark Chmarny 7585e47a7a
Initial commit 2018-12-12 16:45:51 -08:00