You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is how you can get started working on the docs on your local development machine.
9
+
This is how you can get started working on the docs on your local development
10
+
machine.
9
11
10
-
### Prerequisites:
12
+
### Prerequisites
11
13
12
14
-[node](https://nodejs.org)
13
15
-[pnpm](https://pnpm.io/)
@@ -33,7 +35,8 @@ This is how you can get started working on the docs on your local development ma
33
35
pnpm docs:build // build for production
34
36
```
35
37
36
-
In the case of building for production, the site will be generated in the `.vitepress/dist` directory.
38
+
In the case of building for production, the site will be generated in the
39
+
`.vitepress/dist` directory.
37
40
38
41
### Previewing
39
42
@@ -44,15 +47,20 @@ pnpm docs:preview
44
47
```
45
48
46
49
This will start a local server on port 5173.
47
-
You can then access the site at http://localhost:5173.
50
+
You can then access the site at <http://localhost:5173>.
48
51
49
52
## Contributing
50
53
51
-
Contributions are welcome! Please read the [contribution guidelines](https://github.com/MockBukkit/docs/blob/main/CONTRIBUTING.md) before submitting a pull request.
| <Badgetype="danger"text="release/major"/> | Major Version (X.0.0) | | Only used for breaking changes | <!-- markdownlint-disable-line MD033 MD013 -->
27
+
| <Badgetype="warning"text="release/minor"/> | Minor Version (0.X.0) | | New Features | <!-- markdownlint-disable-line MD033 MD013 -->
0 commit comments