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
2 changes: 1 addition & 1 deletion .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
items: [
{
text: 'Installation and update',
base: '/en/instalations',
base: '/en/installations',
items: [
{ text: 'The loader', link: '/booting/' },
{ text: 'Mobile devices', link: '/mobile-devices/' },
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
items: [
{
text: 'Установка и обновление',
base: '/instalations',
base: '/installations',
items: [
{ text: 'Загрузчик', link: '/booting/' },
{ text: 'Мобильные устройства', link: '/mobile-devices/' },
Expand Down
8 changes: 4 additions & 4 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ categories:
light: ../install-light.svg
pages:
- name: The loader
link: instalations/booting/
link: installations/booting/
- name: Mobile devices
link: instalations/mobile-devices/
link: installations/mobile-devices/
- name: Portable Game Consoles
link: instalations/portable-game-consoles/
link: installations/portable-game-consoles/
- name: Virtual machine
link: instalations/virtual-machine/
link: installations/virtual-machine/
- title: Software
icon:
dark: ../software-dark.svg
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ categories:
light: install-light.svg
pages:
- name: Загрузчик
link: instalations/booting/
link: installations/booting/
- name: Мобильные устройства
link: instalations/mobile-devices/
link: installations/mobile-devices/
- name: Портативные игровые приставки
link: instalations/portable-game-consoles/
link: installations/portable-game-consoles/
- name: Планшеты
link: instalations/tablets/
link: installations/tablets/
- name: Виртуальная машина
link: instalations/virtual-machine/
link: installations/virtual-machine/
- name: LUKS
link: instalations/luks/
link: installations/luks/
- title: Програмное обеспечение
icon:
dark: software-dark.svg
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ make vm/pinephone-phosh.img ARCH=aarch64 DEBUG=1

Подробнее про установку ALT Mobile на поддерживаемые устройства и виртуальные машины можно прочитать в статье ALT Mobile Wiki:

- [Установка ALT Mobile на телефон PinePhone Pro](/instalations/mobile-devices/)
- [Установка ALT Mobile на портативные приставки Anbernic](/instalations/portable-game-consoles/)
- [Установка ALT Mobile на планшеты-трансформеры](/instalations/tablets/)
- [ALT Mobile Виртуальная машина](/instalations/virtual-machine/)
- [Полнодисковое шифрование](/instalations/luks/)
- [Установка ALT Mobile на телефон PinePhone Pro](/installations/mobile-devices/)
- [Установка ALT Mobile на портативные приставки Anbernic](/installations/portable-game-consoles/)
- [Установка ALT Mobile на планшеты-трансформеры](/installations/tablets/)
- [ALT Mobile Виртуальная машина](/installations/virtual-machine/)
- [Полнодисковое шифрование](/installations/luks/)

## Использование

Expand Down