Style Test — Paper & Ink
This page exists only to evaluate the docs theme against ui_blueprint.md. It
is noindex, excluded from the sitemap and llms.txt, and gets deleted in the
content phase. It exercises every element a real page uses.
Heading Level 2
Instrument Serif headings on a canvas-paper page, Inter body copy in ink, and cobalt inline links that deepen to ink on hover.
Heading Level 3
Body text sits at Nextra’s readable measure — a deliberate docs exception to the app’s denser table scale (readability wins in docs).
Inline and block code
Inline code like POST /collections/{name}/points/search uses JetBrains Mono.
A fenced block:
from aetherfy_vectors import AetherfyVectorsClient
client = AetherfyVectorsClient(api_key="afy_live_...")
client.upsert(
collection_name="memories",
points=[{"id": 1, "vector": [0.1, 0.2, 0.3], "payload": {"tag": "demo"}}],
)A table
| Field | Type | Required | Notes |
|---|---|---|---|
id | int/uuid | yes | Point identifier |
vector | float[] | yes | Must match collection dimension |
payload | object | no | Arbitrary JSON metadata |
A callout
Callouts are allowed on tutorial-style pages only and always carry a full textual equivalent. Reference pages stay pure markdown (MCP-first contract).
This is a scaffold page. Do not link to it — it will not exist after the content batch.
Sidebar nesting
The Style Test group in the sidebar contains this page plus a nested page — proving the theme renders a nested navigation group.