Skip to content

Commit 63498d0

Browse files
committed
feat(topics-and-events): finish adding new doc
1 parent 8b09cf1 commit 63498d0

File tree

4 files changed

+109
-21
lines changed

4 files changed

+109
-21
lines changed

menu/navigation.json

Lines changed: 103 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,23 +4304,111 @@
43044304
"slug": "queues"
43054305
},
43064306
{
4307-
"items": [
4308-
{
4309-
"label": "Overview",
4310-
"slug": "../serverless-sql-databases"
4311-
},
4312-
{
4313-
"label": "Concepts",
4314-
"slug": "concepts"
4315-
},
4316-
{
4317-
"label": "Quickstart",
4318-
"slug": "quickstart"
4307+
"items": [
4308+
{
4309+
"label": "Overview",
4310+
"slug": "../topics-and-events"
4311+
},
4312+
{
4313+
"label": "Concepts",
4314+
"slug": "concepts"
4315+
},
4316+
{
4317+
"label": "Quickstart",
4318+
"slug": "quickstart"
4319+
},
4320+
{
4321+
"label": "FAQ",
4322+
"slug": "faq"
4323+
},
4324+
{
4325+
"items": [
4326+
{
4327+
"label": "Create credentials",
4328+
"slug": "create-credentials"
4329+
},
4330+
{
4331+
"label": "Manage credentials",
4332+
"slug": "manage-credentials"
4333+
},
4334+
{
4335+
"label": "Create and manage queues",
4336+
"slug": "create-manage-topics"
4337+
},
4338+
{
4339+
"label": "Create and manage subscriptions",
4340+
"slug": "create-manage-subscriptions"
4341+
},
4342+
{
4343+
"label": "Monitor Topics and Events with Cockpit",
4344+
"slug": "monitor-topics-cockpit"
4345+
}
4346+
],
4347+
"label": "How to",
4348+
"slug": "how-to"
4349+
},
4350+
{
4351+
"items": [
4352+
{
4353+
"label": "Topics and Events API Reference",
4354+
"slug": "https://www.scaleway.com/en/developers/api/messaging-and-queuing/sns-api/"
4355+
},
4356+
{
4357+
"label": "Connecting Topics and Events to the AWS-CLI",
4358+
"slug": "connect-aws-cli"
4359+
},
4360+
{
4361+
"label": "Using Topics and Events with the AWS-CLI",
4362+
"slug": "topics-events-aws-cli"
4363+
},
4364+
{
4365+
"label": "Using Go, Python or Node.js with Topics and Events",
4366+
"slug": "python-node-topics-events"
4367+
}
4368+
],
4369+
"label": "API/CLI",
4370+
"slug": "api-cli"
4371+
},
4372+
{
4373+
"items": [
4374+
{
4375+
"label": "Topics and Events overview",
4376+
"slug": "topics-and-events-overview"
4377+
},
4378+
{
4379+
"label": "Topics and Events - supported actions",
4380+
"slug": "topics-and-events-support"
4381+
},
4382+
{
4383+
"label": "Limitations",
4384+
"slug": "limitations"
4385+
}
4386+
],
4387+
"label": "Additional Content",
4388+
"slug": "reference-content"
4389+
}
4390+
],
4391+
"label": "Topics and Events",
4392+
"slug": "topics-and-events"
43194393
},
43204394
{
4321-
"label": "FAQ",
4322-
"slug": "faq"
4323-
},
4395+
"items": [
4396+
{
4397+
"label": "Overview",
4398+
"slug": "../serverless-sql-databases"
4399+
},
4400+
{
4401+
"label": "Concepts",
4402+
"slug": "concepts"
4403+
},
4404+
{
4405+
"label": "Quickstart",
4406+
"slug": "quickstart"
4407+
},
4408+
{
4409+
"label": "FAQ",
4410+
"slug": "faq"
4411+
},
43244412
{
43254413
"items": [
43264414
{

pages/topics-and-events/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ For more details on supported and unsupported Topics and Events features, see ou
2929

3030
## How is Topics and Events billed?
3131

32-
Billing is based on [topic Volume](/messaging/concepts/#queue-volume) (the total sum of each message's size going out from the topic to the subscriptions).
32+
Billing is based on [topic volume](/topics-and-events/concepts/#topic-volume) (the total sum of each message's size going out from the topic to the subscriptions).
3333

3434
For full pricing details, see our [dedicated pricing page](https://www.scaleway.com/en/pricing/).
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
meta:
3-
title: NATS, Queues, and Topics and Events - How Tos
4-
description: NATS, Queues, and Topics and Events How Tos
3+
title: Topics and Events - How Tos
4+
description: Topics and Events How Tos
55
content:
6-
h1: NATS, Queues, and Topics and Events - How Tos
7-
paragraph: NATS, Queues, and Topics and Events How Tos
6+
h1: Topics and Events - How Tos
7+
paragraph: Topics and Events How Tos
88
---

pages/topics-and-events/reference-content/topics-and-events-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can [create topics](/topics-and-events/how-to/create-manage-topics/) and [su
4848

4949
## Further actions
5050

51-
All further actions such as sending messages etc. can be done using the AWS CLI or AWS SDKs. Check out our documentation to help you get started with the [AWS CLI](/messaging/api-cli/connect-aws-cli/) or [AWS SDKs](/messaging/api-cli/topics-events-python-node/).
51+
All further actions such as sending messages etc. can be done using the AWS CLI or AWS SDKs. Check out our documentation to help you get started with the [AWS CLI](/topics-and-events/api-cli/connect-aws-cli/) or [AWS SDKs](/topics-and-events/api-cli/python-node-topics-events/).
5252

5353
## Topics and Events Resources
5454

0 commit comments

Comments
 (0)