Contributing to Ratatui Website
ratatui.rs is built with Astro
and
Starlight
.
The source is available from the ratatui/ratatui-website GitHub repository.
If you would like to contribute, you can make a fork and clone the repository. Make sure you run the
following git lfs
commands before making a PR.
To build and run the site locally:
Feel free to make contributions and submit a PR if you’d like to improve the documentation.
Some Guidelines
- Prefer links from the root rather than using multiple levels of parent links. (e.g.
/concepts/backends/comparison/
instead of../../backends/comparison/
). - Prefer to add the last slash on links
Astro and Starlight features
Starlight supports the full range of Markdown syntax in .md
files as well as meta information for
titles and descriptions in YAML frontmatter.
See starlight for more information on how to author content in markdown.
Custom components
The website uses custom components and features to make it easier to generate high quality documentation that is more maintainable.
LinkBadge
Use the LinkBadge
component:
This renders as:
default outline note danger success caution tipCode include
Use the remark-include-code
plugin to include code from a test file:
This renders as:
svgbob
Draw diagrams with svgbob
:
This renders as:
mermaidjs
Draw diagrams with mermaidjs
:
This renders as: