Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 20, 2023
1 parent 916e0e9 commit 18483b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/src/content/docs/en/contribute/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ as you go.
To run the documentation site locally, you need to:

- install [node](https://nodejs.org/en) for dev server
- (optional) [pnpm](https://pnpm.io) as faster and more space efficient alternative to node's stock npm
- (optional) [pnpm](https://pnpm.io) as faster and more space efficient alternative to node's stock
npm
- (optional) [deno](https://deno.com) to format and generate automated documentation

### Setup dev server
Expand All @@ -119,6 +120,7 @@ To run the documentation site locally, you need to:
```

Or, if you're not using pnpm:

```sh
(Cataclysm-BN) $ cd doc
(Cataclysm-BN/doc) $ npm install # 'npm i' for short
Expand Down

0 comments on commit 18483b0

Please sign in to comment.