fix: переход на jt4d-wiki.ru.net

This commit is contained in:
2026-06-15 09:32:28 +03:00
parent e99b5599a4
commit d9178e792d
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -7,7 +7,6 @@ import type {NavbarItem} from '@docusaurus/theme-common'
interface DocsConfig {
title: string;
url: string;
project: { org: string; repo: string };
dirs?: { docs?: string; blog?: string };
}
@@ -16,9 +15,10 @@ const docsConfig = yaml.load(fs.readFileSync('./.docuservix.yml', 'utf8')) as Do
const {
title,
url,
} = docsConfig
const url = process.env.DOCUSERVIX_URL;
const {
org,
repo