Community
import { Card, CardGrid, LinkCard } from ‘@astrojs/starlight/components’;
Magellon is developed openly. There are a few places to plug in depending on what you need.
Getting help
Section titled “Getting help”- Bug or feature request? Open an issue on GitHub.
- General question? Post in the discussion group so the answer helps the next person too.
- Security report? Email the maintainers privately rather than filing a public issue.
Contributing
Section titled “Contributing”Pull requests are welcome — small fixes, documentation tweaks, and new plugins all land through the same flow:
- Fork the repo and create a topic branch.
- Make your change with tests where applicable.
- Open a PR against
maindescribing what changed and why.
For a new plugin, see the Plugins guide — the framework handles discovery, schema exposure, and progress streaming, so most of the work is the science itself.