-
Notifications
You must be signed in to change notification settings - Fork 51
Document container registry resource configuration #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
4607326
be6b376
5e66a10
cd74fd3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -776,6 +776,14 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = { | |
| ja: '証明書の構成', | ||
| }, | ||
| }, | ||
| { | ||
| label: 'Container registry configuration', | ||
| slug: 'app-host/container-registry', | ||
| translations: { | ||
| en: 'Container registry configuration', | ||
| ja: 'コンテナー レジストリの構成', | ||
| }, | ||
|
Comment on lines
+779
to
+785
|
||
| }, | ||
| { | ||
| label: 'Eventing', | ||
| slug: 'app-host/eventing', | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,6 @@ | ||
| onlyBuiltDependencies: | ||
| - esbuild | ||
| - sharp | ||
|
Comment on lines
+1
to
+3
|
||
|
|
||
| overrides: | ||
| '@anthropic-ai/claude-code@<2.0.31': '>=2.0.31' | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're missing the other translations, please add them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in cd74fd3. Added Japanese translation: 'コンテナー レジストリの構成'