An advanced portals plugin for bukkit
Go to file
2024-05-10 20:01:13 +02:00
.github/workflows chore(ci): Hopefully fix double triggering 2021-12-12 13:55:29 +00:00
docs docs: add note about bungee tags on velocity 2024-05-10 20:01:13 +02:00
src docs: Update wording 2021-12-13 02:12:10 +00:00
static fix: Image references 2021-12-13 12:13:17 +00:00
.gitignore feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00
babel.config.js feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00
docusaurus.config.js feat: Testing og:image 2021-12-12 23:11:32 +00:00
package.json docs: Updated tags and commands info. 2021-12-12 02:10:41 +00:00
README.md feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00
sidebars.js feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00
yarn.lock feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.