Skip to content

How this site is organised

This site is a personal notebook. It gathers guides and a knowledge base in one place, built with Astro Starlight and styled with the Jylhis design system.

Project-specific documentation lives in each project’s own repository, next to the code it describes:

The site is a static-site project in a monorepo: content pages are MDX files under src/content/docs/, and the sidebar is defined in astro.config.mjs. See Development for the local preview setup.