mirror of https://github.com/knative/client.git
fix: Update root docs for removing Build reference. (#244)
This commit is contained in:
parent
26fb47c1d6
commit
9f62341dcf
|
|
@ -6,9 +6,8 @@ Knative client
|
|||
|
||||
Manage your Knative building blocks:
|
||||
|
||||
Serving: Manage your services and release new software to them.
|
||||
Build: Create builds and keep track of their results.
|
||||
Eventing: Manage event subscriptions and channels. Connect up event sources.
|
||||
* Serving: Manage your services and release new software to them.
|
||||
* Eventing: Manage event subscriptions and channels. Connect up event sources.
|
||||
|
||||
### Options
|
||||
|
||||
|
|
|
|||
|
|
@ -52,9 +52,8 @@ func NewKnCommand(params ...commands.KnParams) *cobra.Command {
|
|||
Short: "Knative client",
|
||||
Long: `Manage your Knative building blocks:
|
||||
|
||||
Serving: Manage your services and release new software to them.
|
||||
Build: Create builds and keep track of their results.
|
||||
Eventing: Manage event subscriptions and channels. Connect up event sources.`,
|
||||
* Serving: Manage your services and release new software to them.
|
||||
* Eventing: Manage event subscriptions and channels. Connect up event sources.`,
|
||||
|
||||
// Disable docs header
|
||||
DisableAutoGenTag: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue