An advanced portals plugin for bukkit
Go to file
2024-12-22 01:45:51 +00:00
.github/workflows chore(ci): Hopefully fix double triggering 2021-12-12 13:55:29 +00:00
.yarn/releases chore: try updating to yarn berry 2024-12-22 01:45:51 +00:00
docs docs: add info for desti show 2024-12-22 00:55:13 +00: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 chore: updating some info for the recode 2024-12-12 02:30:21 +00:00
.yarnrc.yml chore: try updating to yarn berry 2024-12-22 01:45:51 +00:00
babel.config.js feat: Initial docusaurus commits 2021-12-11 20:11:32 +00:00
docusaurus.config.js docs: update documentation to add warnings for the recode 2024-12-08 12:39:55 +00:00
package.json chore: try updating to yarn berry 2024-12-22 01:45:51 +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 chore: updating some info for the recode 2024-12-12 02:30:21 +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.