adding rabbitmq

This commit is contained in:
2026-01-19 11:59:39 +00:00
parent eff4373f7f
commit 60e4f487c8
2 changed files with 31 additions and 7 deletions

View File

@ -368,6 +368,29 @@ categories:
- name: docs-paas-rw - name: docs-paas-rw
permission: write permission: write
repository: docs/distributed-message-service repository: docs/distributed-message-service
- service_title: Distributed Message Service (for RabbitMQ)
service_type: dms_rabbitmq
service_category: application
service_environment: internal
docs:
- html_location: docs/dms_rabbitmq/api-ref
rst_location: api-ref/source
title: API Reference
type: api-ref
link: /distributed-message-service-rabbitmq/api-ref/
hc_location: api/rabbitmq
disable_import: false
- html_location: docs/dms_rabbitmq/umn
rst_location: umn/source
title: User Guide
type: umn
link: /distributed-message-service-rabbitmq/umn/
hc_location: usermanual/rabbitmq
disable_import: false
teams:
- name: docs-paas-rw
permission: write
repository: docs/distributed-message-service-rabbitmq
- service_title: Distributed Message Service (for RocketMQ) - service_title: Distributed Message Service (for RocketMQ)
service_type: dms_rocketmq service_type: dms_rocketmq
service_category: application service_category: application
@ -888,6 +911,13 @@ categories:
service_category: storage service_category: storage
service_environment: internal service_environment: internal
docs: docs:
- html_location: docs/obs_3rd_party/dotnet_sdk
rst_location: doc/dotnet-sdk/source
title: .NET SDK
type: dotnet-sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
hc_location: sdk/dotnet-devg-obs
disable_import: false
- html_location: docs/obs_3rd_party/c_sdk - html_location: docs/obs_3rd_party/c_sdk
rst_location: doc/c-sdk/source rst_location: doc/c-sdk/source
title: C SDK title: C SDK
@ -923,13 +953,6 @@ categories:
link: /object-storage-service-3rd-party/python-sdk/ link: /object-storage-service-3rd-party/python-sdk/
hc_location: sdk/python-devg-obs hc_location: sdk/python-devg-obs
disable_import: false disable_import: false
- html_location: docs/obs_3rd_party/dotnet_sdk
rst_location: doc/dotnet-sdk/source
title: .NET SDK
type: dotnet-sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
hc_location: sdk/dotnet-devg-obs
disable_import: false
teams: teams:
- name: docs-storage-rw - name: docs-storage-rw
permission: write permission: write

View File

@ -30,6 +30,7 @@
- docs/cse - docs/cse
- docs/dms - docs/dms
- docs/dms_rocketmq - docs/dms_rocketmq
- docs/dms_rabbitmq
- docs/smn - docs/smn
- roles - roles
- templates - templates