Адаптация сайта

This commit is contained in:
Александр Анисин
2026-06-05 14:00:00 +03:00
parent d9048a58c6
commit 69fd40db59
7 changed files with 84 additions and 6 deletions
+6
View File
@@ -48,6 +48,7 @@ export default defineConfig({
description: "Документация Beeline Cloud",
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
base: typeof new_version !== 'undefined' ? '/' : '/docs/',
appearance: false,
markdown: {
config(md) {
md.use(tabsMarkdownPlugin)
@@ -134,6 +135,11 @@ export default defineConfig({
outline: {
label: 'Содержание'
},
returnToTopLabel: 'Вернуться к началу',
sidebarMenuLabel: 'Меню',
skipToContentLabel: 'Перейти к содержимому',
sidebar: {