Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/frontend/config/sidebar/docs.topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,14 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = {
ja: '証明書の構成',
},
},
{
label: 'Container registry configuration',
slug: 'app-host/container-registry',
translations: {
en: 'Container registry configuration',
ja: 'コンテナー レジストリの構成',
},
},
{
label: 'Eventing',
slug: 'app-host/eventing',
Expand Down
4 changes: 4 additions & 0 deletions src/frontend/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
onlyBuiltDependencies:
- esbuild
- sharp

overrides:
'@anthropic-ai/claude-code@<2.0.31': '>=2.0.31'
Loading
Loading