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
66 changes: 56 additions & 10 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,62 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{
text: "Guides",
items: [
{ text: "Modding 101", link: "modding-101" },
{ text: "Hunting & dumping", link: "hunting" },
{ text: "Textures 101", link: "textures-101" },
{ text: "Shaders 101", link: "shaders-101" },
{ text: "XXMI Tools", link: "xxmi_tools" },
{ text: "WWMI Tools", link: "wwmi_tools" },
{ text: "Mona Hat", link: "mona-hat" },
{ text: "Weapon banana", link: "weapon-banana" },
{ text: "ZZZ textures and properties", link: "zzz-textures" },
{ text: "Blender Tips", link: "blender-tips" },
{ text: 'Basics',
items: [
{ text: "Modding 101", link: "basics/modding-101" },
{ text: "Hunting & Dumping 101", link: "basics/hunting" },
{ text: "Textures 101", link: "basics/textures-101" },
{ text: "Shaders 101", link: "basics/shaders-101" },
]
},
{ text: 'XXMI Guides',
items: [
{ text: 'XXMI Tools', link: 'xxmi/xxmi_tools' },
]
},
{ text: 'WWMI Guides',
items: [
{ text: 'WWMI Tools', link: 'wwmi/wwmi_tools' },
{ text: 'WWMI Extracting', link: 'wwmi/wwmi_extract' },
{ text: 'WWMI Importing', link: 'wwmi/wwmi_import' },
{ text: 'WWMI Exporting', link: 'wwmi/wwmi_export' },
{ text: 'WWMI Toolbox', link: 'wwmi/wwmi_toolbox' },
]
},
{ text: 'GI Guides',
items: [
{ text: "GI Textures and Properties", link: "games/gi/gi-textures" },
]
},
{ text: 'HSR Guides',
items: [
{ text: "HSR Textures and Properties", link: "games/hsr/hsr-textures" },
]
},
{ text: 'WW Guides',
items: [
{ text: "WW Textures and Properties", link: "games/wuwa/ww-textures" },
]
},
{ text: 'ZZZ Guides',
items: [
{ text: "ZZZ Textures and Properties", link: "games/zzz/zzz-textures" },
]
},
{ text: 'Blender Guides',
items: [
{ text: "Blender Edit Mode", link: "blender/blender-edit" },
{ text: "Blender UI", link: "blender/blender-ui" },
{ text: "Blender Modifiers", link: "blender/blender-modifiers" },
{ text: "Blender Materials and Baking", link: "blender/blender-baking" },
]
},
{ text: 'Tutorials',
items: [
{ text: "Mona Hat", link: "tutorials/mona-hat" },
{ text: "Weapon banana", link: "tutorials/weapon-banana" },
]
}
],
},
];
Expand Down
102 changes: 79 additions & 23 deletions .vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,89 @@ function nav(base:string): DefaultTheme.NavItem[] {
}

function sidebarGuide(): DefaultTheme.SidebarItem[] {
return [
return [
{
text: "Uso de mods",
items: [
{ text: "Inicio Rápido", link: "getting-started" },
{ text: "Donde conseguir mods?", link: "getting-mods" },
{ text: "Launchers", link: "launchers" },
{ text: "Mod managers", link: "mod-managers" },
{ text: "Troubleshooting", link: "troubleshooting" },
{ text: "Preguntas frecuentes", link: "faq" },
],
},
{
text: "Guías",
items: [
{
text: 'Mod usage',
items: [
{ text: 'Inicio Rápido', link: 'getting-started' },
{ text: 'Donde conseguir mods?', link: 'getting-mods' },
{ text: 'Launchers', link: 'launchers' },
{ text: 'Mod managers', link: 'mod-managers' },
{ text: 'Troubleshooting', link: 'troubleshooting' },
{ text: 'Preguntas frecuentes', link: 'faq' },
]
text: "Básicos",
items: [
{ text: "Modding 101", link: "basics/modding-101" },
{ text: "Hunting & dumping 101", link: "basics/hunting" },
{ text: "Texturas 101", link: "basics/textures-101" },
{ text: "Shaders 101", link: "basics/shaders-101" },
],
},
{
text: 'Guides',
items: [
{ text: 'Modding 101', link: 'modding-101' },
{ text: 'Hunting', link: 'hunting' },
{ text: 'Texturas 101', link: 'textures-101' },
{ text: 'Shaders 101', link: 'shaders-101' },
{ text: 'XXMI Tools', link: 'xxmi_tools' },
{ text: 'WWMI Tools', link: 'wwmi' },
{ text: 'Sombrero Mona', link: 'mona-hat' },
{ text: 'Arma Banana', link: 'weapon-banana' },
{ text: 'ZZZ texturas y propiedades', link: 'zzz-textures' },
]
text: "Guías XXMI",
items: [
{ text: "XXMI Tools", link: "xxmi/xxmi_tools" },
],
},
]
{
text: "Guías WWMI",
items: [
{ text: "WWMI Tools", link: "wwmi/wwmi_tools" },
{ text: "WWMI Extracting", link: "wwmi/wwmi_extract" },
{ text: "WWMI Importing", link: "wwmi/wwmi_import" },
{ text: "WWMI Exporting", link: "wwmi/wwmi_export" },
{ text: "WWMI Toolbox", link: "wwmi/wwmi_toolbox" },
],
},
{
text: "Guías GI",
items: [
{ text: "GI Texturas y Propiedades", link: "games/gi/gi-textures" },
],
},
{
text: "Guías HSR",
items: [
{ text: "HSR Texturas y Propiedades", link: "games/hsr/hsr-textures" },
],
},
{
text: "Guías WW",
items: [
{ text: "WW Texturas y Propiedades", link: "games/wuwa/ww-textures" },
],
},
{
text: "Guías ZZZ",
items: [
{ text: "ZZZ texturas y propiedades", link: "games/zzz/zzz-textures" },
],
},
{
text: "Guías Blender",
items: [
{ text: "Blender Edit Mode", link: "blender/blender-edit" },
{ text: "Blender UI", link: "blender/blender-ui" },
{ text: "Blender Modifiers", link: "blender/blender-modifiers" },
{ text: "Blender Materials and Baking", link: "blender/blender-baking" },
],
},
{
text: "Tutoriales",
items: [
{ text: "Sombrero Mona", link: "tutorials/mona-hat" },
{ text: "Arma Banana", link: "tutorials/weapon-banana" },
],
},
],
},
];
}

function sidebarReference(): DefaultTheme.SidebarItem[] {
Expand Down
5 changes: 1 addition & 4 deletions .vitepress/config/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { es } from './es'
export default defineConfig({
...shared,
locales: {
root: { label: 'English', ...en },
zh: { label: '简体中文', ...zh },
ru: { label: 'Русский', ...ru },
es: { label: 'Español', ...es },
root: { label: 'English', ...en }
}
})
103 changes: 79 additions & 24 deletions .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,89 @@ function nav(base:string): DefaultTheme.NavItem[] {
}

function sidebarGuide(): DefaultTheme.SidebarItem[] {
return [
return [
{
text: "Как пользоваться?",
items: [
{ text: "С чего начать", link: "getting-started" },
{ text: "Где достать моды?", link: "getting-mods" },
{ text: "Лаунчеры", link: "launchers" },
{ text: "Мод мэнеджеры", link: "mod-managers" },
{ text: "Исправление ошибок", link: "troubleshooting" },
{ text: "FAQ (Часто задаваемые вопросы)", link: "faq" },
],
},
{
text: "Руководства по созданию модов",
items: [
{
text: 'Как пользоваться?',
items: [
{ text: 'С чего начать', link: 'getting-started' },
{ text: 'Где достать моды?', link: 'getting-mods' },
{ text: 'Лаунчеры', link: 'launchers' },
{ text: 'Мод мэнеджеры', link: 'mod-managers' },
{ text: 'Исправления ошибок', link: 'troubleshooting' },
{ text: 'FAQ (Часто Задаваемые Вопросы)', link: 'faq' },
]
text: "Основы",
items: [
{ text: "Моддинг 101", link: "basics/modding-101" },
{ text: "Хантинг и дампинг 101", link: "basics/hunting" },
{ text: "Текстурирование 101", link: "basics/textures-101" },
{ text: "Шейдеры 101", link: "basics/shaders-101" },
],
},
{
text: 'Руководства по созданию модов',
items: [
{ text: 'Моддинг 101', link: 'modding-101' },
{ text: 'Хантинг и Дампинг', link: 'hunting' },
{ text: 'Текстурирование 101', link: 'textures-101' },
{ text: 'Шейдеры 101', link: 'shaders-101' },
{ text: 'XXMI инструменты', link: 'xxmi_tools' },
{ text: 'WWMI инструменты', link: 'wwmi' },
{ text: 'Шляпка Моны', link: 'mona-hat' },
{ text: 'Банановый меч', link: 'weapon-banana' },
{ text: 'ZZZ текстуры и параметры', link: 'zzz-textures' },
{ text: 'Советы по моделированию в Блендер', link: 'blender-tips'}
]
text: "Руководства XXMI",
items: [
{ text: "XXMI инструменты", link: "xxmi/xxmi_tools" },
],
},
]
{
text: "Руководства WWMI",
items: [
{ text: "WWMI инструменты", link: "wwmi/wwmi_tools" },
{ text: "WWMI извлечение", link: "wwmi/wwmi_extract" },
{ text: "WWMI импорт", link: "wwmi/wwmi_import" },
{ text: "WWMI экспорт", link: "wwmi/wwmi_export" },
{ text: "WWMI Toolbox", link: "wwmi/wwmi_toolbox" },
],
},
{
text: "Руководства GI",
items: [
{ text: "GI текстуры и параметры", link: "games/gi/gi-textures" },
],
},
{
text: "Руководства HSR",
items: [
{ text: "HSR текстуры и параметры", link: "games/hsr/hsr-textures" },
],
},
{
text: "Руководства WW",
items: [
{ text: "WW текстуры и параметры", link: "games/wuwa/ww-textures" },
],
},
{
text: "Руководства ZZZ",
items: [
{ text: "ZZZ текстуры и параметры", link: "games/zzz/zzz-textures" },
],
},
{
text: "Руководства Blender",
items: [
{ text: "Blender Edit Mode", link: "blender/blender-edit" },
{ text: "Blender UI", link: "blender/blender-ui" },
{ text: "Blender Modifiers", link: "blender/blender-modifiers" },
{ text: "Blender материалы и запекание", link: "blender/blender-baking" },
],
},
{
text: "Туториалы",
items: [
{ text: "Шляпка Моны", link: "tutorials/mona-hat" },
{ text: "Банановое оружие", link: "tutorials/weapon-banana" },
],
},
],
},
];
}

function sidebarReference(): DefaultTheme.SidebarItem[] {
Expand Down
Loading