Skip to content
Open
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
44 changes: 44 additions & 0 deletions src/frontend/config/sidebar/docs.topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,26 +763,50 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = {
{
label: 'Configuration',
slug: 'app-host/configuration',
translations: {
en: 'Configuration',
ja: '構成',
},
},
{
label: 'Certificate configuration',
slug: 'app-host/certificate-configuration',
translations: {
en: 'Certificate configuration',
ja: '証明書の構成',
},
},
{
label: 'Eventing',
slug: 'app-host/eventing',
translations: {
en: 'Eventing',
ja: 'イベント処理',
},
},
{
label: 'Persistent containers',
slug: 'app-host/persistent-containers',
translations: {
en: 'Persistent containers',
ja: '永続コンテナー',
},
},
{
label: 'Dockerfiles',
slug: 'app-host/withdockerfile',
translations: {
en: 'Dockerfiles',
ja: 'Dockerfile',
},
},
{
label: 'Executable resources',
slug: 'app-host/executable-resources',
translations: {
en: 'Executable resources',
ja: '実行可能リソース',
},
},
{
label: 'Migrate from Docker Compose',
Expand Down Expand Up @@ -833,22 +857,42 @@ export const docsTopics: StarlightSidebarTopicsUserConfig = {
{
label: 'Extensibility',
collapsed: true,
translations: {
en: 'Extensibility',
ja: '拡張性',
},
items: [
{
label: 'Interaction service',
slug: 'extensibility/interaction-service',
translations: {
en: 'Interaction service',
ja: '対話サービス',
},
},
{
label: 'Custom resource commands',
slug: 'fundamentals/custom-resource-commands',
translations: {
en: 'Custom resource commands',
ja: 'カスタム リソース コマンド',
},
},
{
label: 'Custom HTTP commands',
slug: 'fundamentals/http-commands',
translations: {
en: 'Custom HTTP commands',
ja: 'カスタム HTTP コマンド',
},
},
{
label: 'Custom resource URLs',
slug: 'fundamentals/custom-resource-urls',
translations: {
en: 'Custom resource URLs',
ja: 'カスタム リソース URL',
},
},
],
},
Expand Down
Loading