fix: переход на jt4d-wiki.ru.net
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user