Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 5, 2023
1 parent 54d50b3 commit 6380269
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
32 changes: 0 additions & 32 deletions .vscode/launch.json

This file was deleted.

6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ Build source code:
pnpm build
```

Start developing the documentation site:

```bash
pnpm docs:dev
```

Main tools that used in this project:

- [TypeScript](https://www.typescriptlang.org/) as the development language
Expand Down
22 changes: 0 additions & 22 deletions CONTRIBUTING_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ pnpm install
pnpm build
```

开始开发项目文档网站:

```bash
pnpm docs:dev
```

本项目开发使用的一些主要工具:

- [TypeScript](https://www.typescriptlang.org/) 作为开发语言
Expand All @@ -68,22 +62,6 @@ pnpm docs:dev

当你想要从最初状态重新构建源代码时,你可以执行该命令。

### `pnpm docs:*`

#### `pnpm docs:build`, `pnpm docs:dev`, `pnpm docs:clean`

`docs:` 前缀表明,这些命令是针对文档 (documentation) 进行操作的,即 `docs` 目录。

VuePress 使用它自己来构建自己的文档网站。

你需要先执行 `pnpm build` 来构建 VuePress 源代码,然后再运行这些 `docs:` 开头的命令来开发或构建文档。

#### `pnpm docs:serve`

在本地启动文档网站服务器。

你需要先运行 `pnpm docs:build` 来生成文档网站的输出文件,然后再通过该命令来启动文档网站。

### `pnpm lint`

`lint` 命令使用 ESLint 来检查所有源文件。
Expand Down
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
- docs
- packages/*

0 comments on commit 6380269

Please sign in to comment.