1
0
Fork 0
A free and open-source guide to Fire Kings - by the community for the community. https://fire-king.arqalite.org/
Find a file
2025-10-23 22:38:33 +03:00
scripts feat: add testing banner 2025-10-08 22:02:39 +03:00
src fix: restore the neutral option in dropdowns 2025-10-23 22:38:33 +03:00
theme fix: remove non-Genesys options entirely from the DOM when filter is active 2025-10-23 22:38:33 +03:00
.env feat: add sitemap 2025-09-04 01:25:02 +03:00
.gitignore feat: add testing banner 2025-10-08 22:02:39 +03:00
book.toml chore: start v1.1 dev cycle 2025-10-08 22:02:39 +03:00
CONTRIBUTING.md docs: mention the $Genesys$ tag and filter 2025-10-23 22:38:33 +03:00
LICENSE fix(LICENSE): include full text 2025-09-01 22:27:39 +03:00
README.md feat: add testing banner 2025-10-08 22:02:39 +03:00
vercel-build.sh feat: add testing banner 2025-10-08 22:02:39 +03:00

The Fire King Sanctuary

Ponix explodes!

A free and open-source guide to Fire Kings - by the community for the community.

Read the guide

The latest release of the guide is currently hosted at https://fire-king.arqalite.org/.

Building the guide locally

You will need to install mdBook on your system - more information can be found here.

Running mdbook serve --open should be all you need to do.

Contributing

Pull requests are welcome! Please read CONTRIBUTING.md before starting any work, to make sure your changes align with the project standards.

If you have any questions regarding this guide, or would like to share feedback, please reach out in the #guide-feedback channel in the Fire King Discord server.

License

This work is licensed under CC BY-SA 4.0.

Credits

Every combo line, video and piece of content in this guide was created and validated by the Island Guides, part of the Fire King Discord server - read the full list of contributors here.

Testing build banner

When building on the testing branch, the vercel-build.sh script generates a theme/head.hbs partial which injects a small banner in the sidebar indicating that the build is a testing version. Styles for this banner live in theme/style.css under the .testing-banner class.

Locally, you can simulate this behavior by running scripts/serve-testing.sh.