replace doc

This commit is contained in:
hufeixiong
2021-11-24 12:50:19 +08:00
parent 18b8e80782
commit 0fe64cc6be
82 changed files with 5514 additions and 3332 deletions

View File

@@ -12,10 +12,10 @@ const changelog = path.resolve(process.cwd(), 'CHANGELOG.md');
const doclog = path.resolve(
process.cwd(),
'packages',
'dooringx-doc',
'src',
'changelog',
'1.1.md'
'dooringx-dumi-doc',
'docs',
'ChangeLog',
'index.md'
);
const isExist = fs.existsSync(doclog);
if (isExist) {
@@ -23,8 +23,11 @@ if (isExist) {
}
const prepend = `---
title: CHANGELOG
order: 1
title: 变更日志
toc: menu
nav:
title: 变更日志
order: 6
---
`;