Skip to content

Commit 88257a7

Browse files
committed
chore(docs): add GCP Pub/Sub guide link to sidebar
1 parent e1f10fb commit 88257a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/zudoku.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ const config: ZudokuConfig = {
121121
label: "Publish from SQS",
122122
id: "guides/publish-from-sqs",
123123
},
124+
{
125+
type: "doc",
126+
label: "Publish from GCP Pub/Sub",
127+
id: "guides/publish-from-gcp-pubsub",
128+
},
124129
{
125130
type: "doc",
126131
label: "Deployment",

0 commit comments

Comments
 (0)