Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## [1.3.0](https://github.com/terwer/zhi-env/compare/v1.2.0...v1.3.0) (2023-03-09) | ||
### Features | ||
- add tsdoc to vitepress docs ([64f6434](https://github.com/terwer/zhi-env/commit/64f64348222e9578beb9c25a61c45dd663fd6153)) | ||
## [1.2.0](https://github.com/terwer/zhi-env/compare/v1.1.0...v1.2.0) (2023-03-09) | ||
@@ -4,0 +10,0 @@ |
import { getSideBar } from "vitepress-plugin-autobar" | ||
export default { | ||
title: "zhi-env", // 设置网站标题 | ||
title: "helpdoc", // 设置网站标题 | ||
description: "a cross-platform env config lib", | ||
@@ -15,3 +15,3 @@ base: "/", // 设置站点根路径 | ||
{ | ||
text: "zhi-env", | ||
text: "helpdoc", | ||
link: "/", | ||
@@ -18,0 +18,0 @@ target: "_self", |
@@ -5,3 +5,3 @@ { | ||
"root": "./src", | ||
"output": "./docs/zhienv", | ||
"output": "./docs/helpdoc", | ||
"ingoreList": [] | ||
@@ -8,0 +8,0 @@ } |
@@ -11,3 +11,3 @@ --- | ||
text: Get Started | ||
link: /zhienv/ | ||
link: /doc/ | ||
- theme: alt | ||
@@ -14,0 +14,0 @@ text: View on Git |
{ | ||
"name": "zhi-env", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "a cross-platform env config lib", | ||
@@ -26,3 +26,5 @@ "main": "./lib/index.js", | ||
"restore": "python script/template.py -r", | ||
"helpdoc": "jsdoc2vitepress start" | ||
"helpdoc": "jsdoc2vitepress start", | ||
"vitepress:dev": "vitepress dev docs", | ||
"vitepress:build": "vitepress build docs" | ||
}, | ||
@@ -29,0 +31,0 @@ "repository": "terwer/zhi-env", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55706
37