Skip to content

Example Guide

This is an example guide page to demonstrate the documentation structure and available features in Starlight.

Here’s some content with bold text and italic text.

Here’s a code block:

example.js
const example = "Hello, World!";
console.log(example);

This is a warning message.

  • Item 1
  • Item 2
  • Item 3
  1. First item
  2. Second item
  3. Third item

Visit the Introduction page for more information.