PluralKit/docs
dependabot[bot] c691adf8c9 Bump prismjs from 1.23.0 to 1.24.1 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.1)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 17:34:30 -04:00
..
content Add server-specific system tag 2021-08-02 17:22:06 -04:00
.gitignore Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
package.json docs: update dependencies 2021-06-11 21:08:28 +00:00
README.md Minor layout/content tweaks 2020-07-28 18:47:26 +02:00
yarn.lock Bump prismjs from 1.23.0 to 1.24.1 in /docs 2021-08-02 17:34:30 -04:00

PluralKit docs

The documentation is built using Vuepress. All website content is located in the content/ subdirectory.

Most site parameters, including the sidebar layout, are defined in content/.vuepress/config.js. Some additional CSS is defined in content/.vuepress/styles.

Building

First, install Node.js and Yarn. Then, run the dev command:

$ yarn
$ yarn dev

This will start a development server on http://localhost:8080/. Note that changes to the sidebar or similar generally need a full restart (Ctrl-C) to take effect, while content-only changes will hot-reload.

For a full HTML build, run yarn build. Files will be output in content/.vuepress/dist by default.

Deployment

The docs are deployed using Netlify with CI.