Skip to content

Commit

Permalink
FEAR: add edge-sql api to apis list (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-azion authored Sep 4, 2024
1 parent 0f61127 commit 9930b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/en/runtimeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
{ text: 'Metadata', slug: '/documentation/products/edge-application/edge-functions/runtime/api-reference/metadata', key: 'runtime/metadata' },
{ text: 'Network List interface', slug: '/documentation/products/edge-application/edge-functions/runtime/api-reference/network-list', key: 'runtime/network-list' },
{ text: 'Edge Storage', slug: '/documentation/runtime/api-reference/storage/', key: 'runtime/storage-api' },
{ text: 'Edge SQL', slug: '/documentation/runtime/api-reference/edge-sql/', key: 'runtime/storage-api' },
{ text: 'Web APIs', slug: '/documentation/products/edge-application/edge-functions/runtime-apis/javascript', key: 'runtime/web-standards' },
]},

Expand Down
1 change: 1 addition & 0 deletions src/i18n/pt-br/runtimeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
{ text: 'Metadados', slug: '/documentacao/produtos/edge-application/edge-functions/runtime/api-reference/metadata/', key: 'runtime/metadata' },
{ text: 'Network List', slug: '/documentacao/produtos/edge-application/edge-functions/runtime/api-reference/network-list/', key: 'runtime/network-list' },
{ text: 'Edge Storage', slug: '/documentacao/runtime/api-reference/storage/', key: 'runtime/storage-api' },
{ text: 'Edge SQL', slug: '/documentacao/runtime/api-reference/edge-sql/', key: 'runtime/storage-api' },
{ text: 'Web APIs', slug: '/documentacao/produtos/edge-application/edge-functions/runtime-apis/javascript/', key: 'runtime/web-standards' },
] },

Expand Down

0 comments on commit 9930b23

Please sign in to comment.