Skip to content

Library

First PublishedLast UpdatedByYour Name

Welcome to the library.

This is a placeholder. Replace this file and add your own pages under src/content/docs/. Then update the sidebar in astro.config.mjs to match your structure (or use Starlight’s autogenerate so the sidebar is driven by your folder structure).

To add more sections:

  1. Create folders and .md or .mdx files under src/content/docs/.
  2. In astro.config.mjs, extend the sidebar array with slug or autogenerate entries.

See the Starlight sidebar docs for details.

This template supports inline background highlights in MDX via <span class="highlight-*">. Toggle light/dark theme to verify both variants.

Green — key criteria, definitions, or “do this”.

Yellow — warnings, caveats, or “watch out for”.

Blue — neutral emphasis or optional alternatives.

Red — errors, hard constraints, or “do not”.

Inline example: use a contiguous subarray or substring when the problem asks for one.

Use fenced mermaid code blocks in .md or .mdx docs. Click a diagram to expand it.

flowchart TD
  Research[Research] --> Strategy[Strategy]
  Strategy --> Execute[Execute]

Doc images support click-to-zoom via starlight-image-zoom. Use standard Markdown with descriptive alt text (shown as the zoom caption).

Placeholder logo — click to zoom