Commit Graph

14 Commits

Author SHA1 Message Date
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