mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_DEPLOY] Add plugin-container
This commit is contained in:
parent
bbdf5a3699
commit
52b6372be6
38 changed files with 767 additions and 151 deletions
|
|
@ -21,26 +21,36 @@ export const defaultThemeConfig_hu: DefaultThemeLocaleData = {
|
|||
{
|
||||
text: Translation.navbar.AboutAndFeatures,
|
||||
link: "/l10n/hu/guide/",
|
||||
activeMatch: "/l10n/hu/index.html",
|
||||
},
|
||||
|
||||
{
|
||||
text: Translation.navbar.Installation,
|
||||
link: "/l10n/hu/guide/installation.md",
|
||||
activeMatch: "/l10n/hu/guide/installation.html",
|
||||
},
|
||||
|
||||
{
|
||||
text: Translation.navbar.Usage,
|
||||
link: "/l10n/hu/guide/usage.md",
|
||||
activeMatch: "/l10n/hu/guide/usage.html",
|
||||
},
|
||||
|
||||
{
|
||||
text: Translation.navbar.Configuration,
|
||||
link: "/l10n/hu/guide/configuration.md",
|
||||
activeMatch: "/l10n/hu/guide/configuration.html",
|
||||
},
|
||||
|
||||
{
|
||||
text: Translation.navbar.ChatBots,
|
||||
link: "/l10n/hu/guide/chat-bots.md",
|
||||
activeMatch: "/l10n/hu/guide/chat-bots.html",
|
||||
},
|
||||
|
||||
{
|
||||
text: Translation.helpUsTranslate,
|
||||
link: "https://crwd.in/minecraft-console-client",
|
||||
},
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue