docs: navigations instalations

This commit is contained in:
Oleg Shchavelev 2024-04-14 21:34:14 +03:00
parent 7c9a1c9d61
commit 682527db11
5 changed files with 10 additions and 2 deletions

View File

@ -28,7 +28,8 @@ export const sidebar = {
{
text: 'Установка и обновление', base: '/instalations', items: [
{ text: 'Загрузчик', link: '/booting/' },
{ text: 'ALT Mobile', link: '/alt-mobile/' }
{ text: 'Мобильное устройство', link: '/mobile-device/' },
{ text: 'Виртуальная машина', link: '/virtual-machine/' }
],
collapsed: true
}, {
@ -49,7 +50,8 @@ export const sidebar = {
{
text: 'Installation and update', base: '/en/instalations', items: [
{ text: 'The loader', link: '/booting/' },
{ text: 'ALT Mobile', link: '/alt-mobile/' }
{ text: 'Mobile device', link: '/mobile-device/' },
{ text: 'Virtual machine', link: '/virtual-machine/' }
],
collapsed: true
}, {

View File

@ -0,0 +1,3 @@
# Installing ALT Mobile on a virtual machine
<!--@include: @en/parts/blocks/constructing.md-->

View File

@ -0,0 +1,3 @@
# Установка ALT Mobile на виртуальную машину
<!--@include: @parts/blocks/constructing.md-->