Skip to content

Commit 8350c7b

Browse files
authored
Merge pull request #1855 from rabbitmq/add-intro-page-for-all-top-level-sections
Add introduction pages behind all top-level sections
2 parents dfb829c + b690fb5 commit 8350c7b

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

docs/manage-rabbitmq.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: How to Manage RabbitMQ
3+
---
4+
<!--
5+
Copyright (c) 2024 Broadcom. All Rights Reserved. The term "Broadcom" refers
6+
to Broadcom Inc. and/or its subsidiaries.
7+
8+
All rights reserved. This program and the accompanying materials
9+
are made available under the terms of the under the Apache License,
10+
Version 2.0 (the "License”); you may not use this file except in compliance
11+
with the License. You may obtain a copy of the License at
12+
13+
https://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
-->
21+
22+
# How to Manage RabbitMQ
23+
24+
This section is mainly for **administrators** who want to operate a single
25+
RabbitMQ instance and clusters of RabbitMQ nodes. It provides documentation for
26+
configuring and managing the RabbitMQ broker.
27+
28+
The next section, [How to Monitor RabbitMQ](./monitoring), is also useful to
29+
setup monitoring RabbitMQ and the applications that use it.

docs/use-rabbitmq.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: How to Use RabbitMQ
3+
---
4+
<!--
5+
Copyright (c) 2024 Broadcom. All Rights Reserved. The term "Broadcom" refers
6+
to Broadcom Inc. and/or its subsidiaries.
7+
8+
All rights reserved. This program and the accompanying materials
9+
are made available under the terms of the under the Apache License,
10+
Version 2.0 (the "License”); you may not use this file except in compliance
11+
with the License. You may obtain a copy of the License at
12+
13+
https://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
-->
21+
22+
# How to Use RabbitMQ
23+
24+
This section is mainly for **developers** who are creating applications that
25+
exchanges messages through RabbitMQ.
26+
27+
If you are new to RabbitMQ, you might want to start with [Getting
28+
Started](/tutorials). These tutorials will guide you on how to use RabbitMQ.
29+
The rest of this section contains the reference documentation about RabbitMQ
30+
features and use cases.

sidebarsDocs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const sidebars = {
124124
{
125125
type: 'category',
126126
label: 'How to Use RabbitMQ',
127+
link: {type: 'doc', id: 'use-rabbitmq'},
127128
items: [
128129
{
129130
type: 'category',
@@ -389,6 +390,7 @@ const sidebars = {
389390
{
390391
type: 'category',
391392
label: 'How to Manage RabbitMQ',
393+
link: {type: 'doc', id: 'manage-rabbitmq'},
392394
items: [
393395
{
394396
type: 'doc',

0 commit comments

Comments
 (0)