Skip to content

Commit 7fdb163

Browse files
committed
docs/.vitepress/config: fix description in embed
1 parent b2c83e3 commit 7fdb163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function themeConfigEnglish() {return {
2929
lang: "en",
3030
link: "/",
3131
title: "Denix Documentation",
32-
description: "Description English",
32+
description: "Nix library for creating scalable NixOS and Home Manager configurations with modules, hosts, and rices",
3333

3434
themeConfig: {
3535
editLink: {
@@ -74,7 +74,7 @@ function themeConfigRussian() {return {
7474
lang: "ru",
7575
link: "/ru/",
7676
title: "Denix Документация",
77-
description: "Русское описание",
77+
description: "Библиотека Nix для создания масштабируемых конфигураций NixOS и Home Manager с модулями, хостами и райсами",
7878

7979
themeConfig: {
8080
editLink: {

0 commit comments

Comments
 (0)