Skip to content

Commit ba238c3

Browse files
docs(mnq): modifs to mnq doc for new developers site (#3057)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 79fb448 commit ba238c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-mnq-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
MnQ API (beta).
3+
Messaging and Queuing API.
44

55
USAGE:
66
scw mnq <command>

docs/commands/mnq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw mnq`
3-
MnQ API (beta).
3+
Messaging and Queuing API.
44

55
- [MnQ Credentials commands](#mnq-credentials-commands)
66
- [Create credentials](#create-credentials)

internal/namespaces/mnq/v1alpha1/mnq_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func GetGeneratedCommands() *core.Commands {
3737
func mnqRoot() *core.Command {
3838
return &core.Command{
3939
Short: `This API allows you to manage Scaleway Messaging and Queueing brokers`,
40-
Long: `MnQ API (beta).`,
40+
Long: `Messaging and Queuing API.`,
4141
Namespace: "mnq",
4242
}
4343
}

0 commit comments

Comments
 (0)