Skip to content
HiDeoo

Starlight Plugins by Example

Published on - Reading time

Starlight plugins offer an easy-to-share and reusable way to customize and extend Starlight, the fully-featured documentation theme built on top of the Astro framework.

This notebook is a collection of personal notes and examples I have gathered while working on many Starlight plugins. Checking out existing plugins is also a great way to learn how to create your own Starlight plugins.

Prerequisites

These notes and examples assume you have a basic understanding of Starlight, Astro, and TypeScript. Make sure to check out the Starlight and Astro documentation for more information and references.

Getting Started

Examples