@huyikai/vitepress-helper
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@huyikai/vitepress-helper", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "This tool is designed to help you to use VitePress more easily.", |
@@ -35,3 +35,3 @@ # VitePress-Helper | ||
1. Using the scaffolding initialization (recommended), you can get started directly. | ||
2. Add the dependency `@huyikai/vitepress-Helper` to an existing vitepress project and manually modify the config and theme. | ||
2. Add the dependency `@huyikai/vitepress-helper` to an existing vitepress project and manually modify the config and theme. | ||
@@ -41,3 +41,3 @@ ### Cli Init | ||
```shell | ||
npx @huyikai/vitepress-Helper init | ||
npx @huyikai/vitepress-helper init | ||
``` | ||
@@ -59,3 +59,3 @@ | ||
```shell | ||
npm @huyikai/vitepress-Helper | ||
npm @huyikai/vitepress-helper | ||
``` | ||
@@ -62,0 +62,0 @@ |
@@ -8,3 +8,3 @@ # CLI | ||
```shell | ||
npx @huyikai/vitepress-Helper init | ||
npx @huyikai/vitepress-helper init | ||
``` | ||
@@ -11,0 +11,0 @@ |
@@ -9,3 +9,3 @@ # Home | ||
后续补充 `Home` 需要先运行 `npm install @huyikai/vitepress-Helper -D` 安装依赖,然后创建 `docs/.vitepress/theme/home.vue` `docs/.vitepress/theme/index.js`。同时还需要将文档根目录(docs/index.md)下的 `index.md` 文件的 `Frontmatter` 中的 `layout` 字段修改为 `custom`。这样运行运行时首页显示的就会是 `home.vue` 中自定的内容了。 | ||
后续补充 `Home` 需要先运行 `npm install @huyikai/vitepress-helper -D` 安装依赖,然后创建 `docs/.vitepress/theme/home.vue` `docs/.vitepress/theme/index.js`。同时还需要将文档根目录(docs/index.md)下的 `index.md` 文件的 `Frontmatter` 中的 `layout` 字段修改为 `custom`。这样运行运行时首页显示的就会是 `home.vue` 中自定的内容了。 | ||
@@ -12,0 +12,0 @@ :::tip |
@@ -9,3 +9,3 @@ # Nav | ||
后续补充导航栏自动生成的功能,需要先运行 `npm install @huyikai/vitepress-Helper -D` 安装依赖,然后修改 `docs/.vitepress/config.js` 中的配置。 | ||
后续补充导航栏自动生成的功能,需要先运行 `npm install @huyikai/vitepress-helper -D` 安装依赖,然后修改 `docs/.vitepress/config.js` 中的配置。 | ||
@@ -12,0 +12,0 @@ ```js |
@@ -9,3 +9,3 @@ # Nav | ||
后续补充侧边栏栏自动生成的功能,需要先运行 `npm install @huyikai/vitepress-Helper -D` 安装依赖,然后修改 `docs/.vitepress/config.js` 中的配置。 | ||
后续补充侧边栏栏自动生成的功能,需要先运行 `npm install @huyikai/vitepress-helper -D` 安装依赖,然后修改 `docs/.vitepress/config.js` 中的配置。 | ||
@@ -12,0 +12,0 @@ ```js |
@@ -15,3 +15,3 @@ --- | ||
1. Using the scaffolding initialization (recommended), you can get started directly. | ||
2. Add the dependency `@huyikai/vitepress-Helper` to an existing vitepress project and manually modify the config and theme. | ||
2. Add the dependency `@huyikai/vitepress-helper` to an existing vitepress project and manually modify the config and theme. | ||
@@ -21,3 +21,3 @@ ### Cli Init | ||
```shell | ||
npx @huyikai/vitepress-Helper init | ||
npx @huyikai/vitepress-helper init | ||
``` | ||
@@ -39,3 +39,3 @@ | ||
```shell | ||
npm @huyikai/vitepress-Helper | ||
npm @huyikai/vitepress-helper | ||
``` | ||
@@ -42,0 +42,0 @@ |
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
95763
57
407