diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index f0d8e352..9e863db0 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -74,6 +74,17 @@ export const config: LocaleConfig = { text: 'Suggest changes to this page', }, + notFound: { + title: 'Page not found', + quote: ` +

It looks like you followed an incorrect or outdated link.

+
+

This site is automatically generated from files located on GitHub, so links may change.

+ `, + linkText: 'Back to home', + linkLabel: 'Back to home', + }, + components: components.filter(component => component.path.startsWith('en/components/')), }, } diff --git a/.vitepress/config/ru.ts b/.vitepress/config/ru.ts index 16173199..3bf65c08 100644 --- a/.vitepress/config/ru.ts +++ b/.vitepress/config/ru.ts @@ -85,6 +85,18 @@ export const config: LocaleConfig = { text: 'Предложить изменения на этой странице', }, + notFound: { + title: 'Страница не найдена', + quote: ` +

Похоже, что вы перешли по неверной или устаревшей ссылке.

+

Информация, которую вы искали, где-то здесь. Вы можете воспользоваться поиском.

+
+

Этот сайт автоматически генерируется из файлов, расположенных на GitHub, поэтому адреса могут иногда меняться.

+ `, + linkText: 'Вернуться на главную', + linkLabel: 'Вернуться на главную', + }, + components: components.filter(component => component.path.startsWith('components/')), }, } diff --git a/.vitepress/theme/components/DocsNotFound.vue b/.vitepress/theme/components/DocsNotFound.vue index 75fd073b..bc6a0d94 100644 --- a/.vitepress/theme/components/DocsNotFound.vue +++ b/.vitepress/theme/components/DocsNotFound.vue @@ -1,24 +1,13 @@ @@ -28,9 +17,7 @@ onMounted(() => {

{{ theme.notFound?.title ?? 'Страница не найдена' }}

- +