Skip to content

Commit

Permalink
feat: add entrance to build x with y tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Jan 20, 2025
1 parent 3a93b71 commit 026c34b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,10 @@ const config: Config = {
},
{
label: 'Experience API',
to: 'https://openapi.logto.io/group/endpoint-experience',
href: 'https://openapi.logto.io/group/endpoint-experience',
},
{ label: 'Management API', to: 'https://openapi.logto.io' },
{ label: 'Management API', href: 'https://openapi.logto.io' },
{ label: 'Build X with Y', href: 'pathname:///tutorial' },
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions i18n/de/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"link.item.label.Ask the Discord community": {
"message": "Discord-Community fragen",
"description": "The label of footer link with label=Ask the Discord community linking to https://discord.com/invite/UEPaF3j5e6"
},
"link.item.label.Build X with Y": {
"message": "Erstellen Sie X mit Y",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}
4 changes: 4 additions & 0 deletions i18n/es/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"link.item.label.Ask the Discord community": {
"message": "Preguntar a la comunidad de Discord",
"description": "The label of footer link with label=Ask the Discord community linking to https://discord.com/invite/UEPaF3j5e6"
},
"link.item.label.Build X with Y": {
"message": "Crea X con Y",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}
4 changes: 4 additions & 0 deletions i18n/fr/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"link.item.label.Ask the Discord community": {
"message": "Demander à la communauté Discord",
"description": "The label of footer link with label=Ask the Discord community linking to https://discord.com/invite/UEPaF3j5e6"
},
"link.item.label.Build X with Y": {
"message": "Créez X avec Y",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}
4 changes: 4 additions & 0 deletions i18n/ja/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"logo.alt": {
"message": "ロゴ",
"description": "The alt text of footer logo"
},
"link.item.label.Build X with Y": {
"message": "X を Y で構築",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}
4 changes: 4 additions & 0 deletions i18n/pt-BR/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"link.item.label.Ask the Discord community": {
"message": "Perguntar à comunidade do Discord",
"description": "The label of footer link with label=Ask the Discord community linking to https://discord.com/invite/UEPaF3j5e6"
},
"link.item.label.Build X with Y": {
"message": "Crie X com Y",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}
4 changes: 4 additions & 0 deletions i18n/zh-CN/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,9 @@
"link.item.label.Ask the Discord community": {
"message": "咨询 Discord 社区",
"description": "The label of footer link with label=Ask the Discord community linking to https://discord.com/invite/UEPaF3j5e6"
},
"link.item.label.Build X with Y": {
"message": "使用 X 和 Y 的组合构建登录",
"description": "The label of footer link with label=Build X with Y linking to pathname:///tutorial"
}
}

0 comments on commit 026c34b

Please sign in to comment.