A Card
Cards are great for landing pages and quick navigation.
This page is a grab-bag of examples you can copy/paste when writing docs. Most sections show:
## Heading 2### Heading 3#### Heading 4**Bold**, _italic_, and `inline code`.
[Internal link](/getting-started/overview/)[External link](https://starlight.astro.build/)Bold, italic, and inline code.
- Unordered item- Another item
1. Ordered item2. Another item
- [x] Completed task- [ ] Incomplete task> A blockquote is useful for short callouts or quoting text.A blockquote is useful for short callouts or quoting text.
:::noteUse notes for extra context.:::
:::tipUse tips for helpful shortcuts.:::
:::cautionUse caution when a mistake could cause problems.:::
:::dangerUse danger for high-risk actions.:::| Column | Type | Notes ||--------|------|-------|| `id` | UUID | Primary key || `name` | text | Display name || `ts` | time | Server time || Column | Type | Notes |
|---|---|---|
id | UUID | Primary key |
name | text | Display name |
ts | time | Server time |
# List filesls -la
# Run the dev servernpm run dev# List filesGet-ChildItem -Force
# Search textrg -n "Platform Services" src{ "service": "m2", "enabled": true}service: m2enabled: trueoldValue: falseoldValue: true┌──────────────┐ ┌──────────────┐│ Frontend │ --> │ Backend │└──────────────┘ └──────────────┘ | | v v ┌────────┐ ┌────────┐ │ Cache │ │ DB │ └────────┘ └────────┘src/assets)import ilsLogo from '../../../assets/ils-logo.webp';
<img src={ilsLogo} alt="ILS logo" width="180" />public/)A Card
Cards are great for landing pages and quick navigation.
Another Card
You can put links inside: Go to Overview
Get Started
Technical Docs
npm run devnpm run devsrc/content/docs/....Badges: Beta Deprecated