Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c35e578

Browse files
authored
Apply suggestions from code review
1 parent 0a122ac commit c35e578

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/architecture/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ sequenceDiagram
159159

160160
**Developers** write application code that uses the [API resource](/apis) from the SDK, defining the APIs routes, methods, middleware and auth.
161161

162-
SDK Reference by language -
162+
SDK Reference by language:
163163

164164
- [NodeJS SDK](/reference/nodejs/api/api)
165165
- [Python SDK](/reference/python/api/api)

docs/architecture/buckets.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ flowchart TD
6161
PubSubTopic["Google Pub/Sub Topic"]
6262
PubSubSubscription["Google Pub/Sub Subscription"]
6363
IAM["Google IAM"]
64-
Lambda["AWS Lambda Functions"]
64+
CloudRun["Google Cloud Run Functions"]
6565
6666
6767
Developer -->|Code| App
@@ -70,11 +70,11 @@ flowchart TD
7070
App -->|Configure Notifications| GCSBucket
7171
IAM -->|Allow Pub/Sub Publishing| PubSubTopic
7272
PubSubTopic -->|Publish Events| PubSubSubscription
73-
PubSubSubscription -->|Deliver Notifications| Lambda
73+
PubSubSubscription -->|Deliver Notifications| CloudRun
7474
App -->|Provide Access| IAM
7575
IAM -->GCSBucket
7676
IAM -->PubSubTopic
77-
Lambda -->|Store/Retrieve Data/Trigger onEvents| GCSBucket
77+
CloudRun -->|Store/Retrieve Data/Trigger onEvents| GCSBucket
7878
7979
8080
classDef default line-height:1;

src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const navigation: NavEntry[] = [
9999
],
100100
},
101101
{
102-
title: 'Archictecture',
102+
title: 'Architecture',
103103
items: [
104104
{
105105
title: 'Overview',

0 commit comments

Comments
 (0)