Library
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:
- Create folders and
.mdor.mdxfiles undersrc/content/docs/. - In
astro.config.mjs, extend thesidebararray withslugorautogenerateentries.
See the Starlight sidebar docs for details.
Doc Highlights
Section titled “Doc Highlights”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.
Mermaid Diagrams
Section titled “Mermaid Diagrams”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]
Image Zoom
Section titled “Image Zoom”Doc images support click-to-zoom via starlight-image-zoom. Use standard Markdown with descriptive alt text (shown as the zoom caption).
