Good documentation makes Akira accessible to everyone. If you spot a typo, an outdated explanation, or want to write a guide for a missing feature, your help is appreciated.
Formatting rules
This site is built with Astro and uses standard Markdown (.md) files. When creating or editing a page, ensure you follow these formatting constraints:
- Frontmatter: Every page must include a
titleanddescriptionat the very top. - See also: Every page must end with a
## See alsosection linking to related pages. - Tone: Keep explanations friendly, concise, and focused on friend groups.
Making changes
You can edit files directly in the docs/src/content/ folder. For quick typo fixes, editing the file directly on GitHub and submitting a Pull Request is often the fastest method. For larger rewrites, clone the repository and preview your changes locally using the Astro dev server.