Skip to content

Contributing

Author: Ramy Kaddouri

Contributions are welcome and encouraged. If you find issues, want to add new content, or have suggestions feel free to open a PR or issue on the GitHub repo.

These docs are built with Astro and Starlight. Refer to the documentation when making contributions.

When you write a new article, credit yourself with the authors frontmatter field. It’s always a list of entries with a name, even when there’s only one author. Add an optional url to link your name to your site:

---
title: My Article
description: What it covers
authors:
- name: Jane Doe
- name: John Smith
url: https://johnsmith.dev
---

Authors show up under the article title.

To get started see the sidebar on the left for current articles or use the search functionality.