Skip to content

Latest commit

 

History

History

README.md

Docs

The documentation is generated using Astro Starlight.

Running the docs

To run the docs from the root of the project run:

pnpm docs:dev

Translating docs

All of our documentation is available in Japanese. For this we use a script to translate the docs.

pnpm docs:translate

Building the docs

The docs are automatically built and deployed using GitHub Actions. To build them locally run:

pnpm docs:build