PluralKit/docs
2020-07-28 18:19:40 +02:00
..
content Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
.gitignore Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
package.json Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
README.md Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
yarn.lock Migrate docs to Vuepress 2020-07-28 18:19:40 +02: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/.

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.