File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,15 @@ pub fn parser(pre_flight_settings: PreFlightSettings) -> Command {
30
30
r#"
31
31
<bold><blue>Documentation and Community Resources</blue></bold>
32
32
33
+ rabbitmqadmin docs: {}
33
34
RabbitMQ docs: {}
34
35
GitHub Discussions: {}
35
36
Discord server: {}
36
37
37
38
<bold><blue>Contribute</blue></bold>
38
39
39
40
On GitHub: {}"# ,
41
+ RABBITMQADMIN_DOC_GUIDE_URL ,
40
42
RABBITMQ_DOC_GUIDES_URL ,
41
43
GITHUB_DISCUSSIONS_URL ,
42
44
DISCORD_SERVER_INVITATION_URL ,
Original file line number Diff line number Diff line change 15
15
#![ allow( dead_code) ]
16
16
#![ allow( unused_variables) ]
17
17
18
+ pub ( crate ) const RABBITMQADMIN_DOC_GUIDE_URL : & str = "https://www.rabbitmq.com/docs/management-cli" ;
18
19
pub ( crate ) const RABBITMQ_DOC_GUIDES_URL : & str = "https://rabbitmq.com/docs/" ;
19
20
pub ( crate ) const GITHUB_DISCUSSIONS_URL : & str =
20
21
"https://github.com/rabbitmq/rabbitmq-server/discussions" ;
You can’t perform that action at this time.
0 commit comments