From 8268eb41441ff4efe869e5becd807e241e065064 Mon Sep 17 00:00:00 2001 From: sfaqer Date: Thu, 31 Oct 2024 16:55:36 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 8d26a19..80e2683 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -66,10 +66,6 @@ export default defineConfig({ }) }, - editLink: { - pattern: 'https://github.com/autumn-library/docs/edit/master/docs/:path' - }, - socialLinks: [ { icon: 'github', link: 'https://github.com/autumn-library/autumn' }, { @@ -105,7 +101,26 @@ export default defineConfig({ } } } - } + }, + + editLink: { + pattern: 'https://github.com/autumn-library/docs/edit/master/docs/:path', + text: 'Редактировать страницу' + }, + + docFooter: { + prev: 'Предыдущая страница', + next: 'Следующая страница' + }, + + outline: { label: 'Содержание страницы' }, + + darkModeSwitchLabel: 'Оформление', + lightModeSwitchTitle: 'Переключить на светлую тему', + darkModeSwitchTitle: 'Переключить на тёмную тему', + sidebarMenuLabel: 'Меню', + returnToTopLabel: 'Вернуться к началу', + langMenuLabel: 'Изменить язык' },