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:
|
Manage your Knative building blocks:
|
||||||
|
|
||||||
Serving: Manage your services and release new software to them.
|
* 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.
|
||||||
Eventing: Manage event subscriptions and channels. Connect up event sources.
|
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,9 +52,8 @@ func NewKnCommand(params ...commands.KnParams) *cobra.Command {
|
||||||
Short: "Knative client",
|
Short: "Knative client",
|
||||||
Long: `Manage your Knative building blocks:
|
Long: `Manage your Knative building blocks:
|
||||||
|
|
||||||
Serving: Manage your services and release new software to them.
|
* 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.`,
|
||||||
Eventing: Manage event subscriptions and channels. Connect up event sources.`,
|
|
||||||
|
|
||||||
// Disable docs header
|
// Disable docs header
|
||||||
DisableAutoGenTag: true,
|
DisableAutoGenTag: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue