Compare commits
1 Commits
test
...
fix/tab-name
| Author | SHA1 | Date | |
|---|---|---|---|
| fc412a33c9 |
@@ -44,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' })
|
|||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
srcDir: ".",
|
srcDir: ".",
|
||||||
title: " ",
|
title: 'Beeline Cloud',
|
||||||
description: "Документация Beeline Cloud",
|
description: "Документация Beeline Cloud",
|
||||||
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
|
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
|
||||||
base: typeof new_version !== 'undefined' ? '/' : '/docs/',
|
base: typeof new_version !== 'undefined' ? '/' : '/docs/',
|
||||||
@@ -71,6 +71,14 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
siteTitle: false,
|
||||||
|
notFound: {
|
||||||
|
title: 'Страница не найдена',
|
||||||
|
quote: 'Похоже, вы зашли в тупик. Но не волнуйтесь — всегда можно вернуться на главную.',
|
||||||
|
linkLabel: 'вернуться на главную',
|
||||||
|
linkText: 'Вернуться на главную',
|
||||||
|
code: '404',
|
||||||
|
},
|
||||||
logo: {
|
logo: {
|
||||||
light: '/img/logo-cloud.svg',
|
light: '/img/logo-cloud.svg',
|
||||||
dark: '/img/logo-cloud.svg',
|
dark: '/img/logo-cloud.svg',
|
||||||
|
|||||||
Reference in New Issue
Block a user