Skip to content

Commit

Permalink
docs(mnq): modifs to mnq doc for new developers site (#3057)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <rleone@scaleway.com>
  • Loading branch information
scaleway-bot and remyleone committed Apr 24, 2023
1 parent 79fb448 commit ba238c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-mnq-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
MnQ API (beta).
Messaging and Queuing API.

USAGE:
scw mnq <command>
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/mnq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
# Documentation for `scw mnq`
MnQ API (beta).
Messaging and Queuing API.

- [MnQ Credentials commands](#mnq-credentials-commands)
- [Create credentials](#create-credentials)
Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/mnq/v1alpha1/mnq_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func GetGeneratedCommands() *core.Commands {
func mnqRoot() *core.Command {
return &core.Command{
Short: `This API allows you to manage Scaleway Messaging and Queueing brokers`,
Long: `MnQ API (beta).`,
Long: `Messaging and Queuing API.`,
Namespace: "mnq",
}
}
Expand Down

0 comments on commit ba238c3

Please sign in to comment.