Tutorials [[tutorials: __Namespace]]
🤖 Content Generator
- target: [[#tutorials.content]]
- about: Quickstart, Write Your First QMD.md File
- audience: newcomer
- sources_hash: ce6359ed2f36aac1
Prompt [[tutorials_gen_prompt: text]]textContent Generator ContentGenerator 88%Guide McpResource 76%What Good QMD.md Looks Like NarrativeDoc 74%
Generate the landing/overview page for the Tutorials section of the QMDC docs. It must orient a reader who just arrived and route them correctly.
Query each about: object for its goal, time, and audience fields (via qmdc query) and build the descriptions from those — do not invent them.
Structure the content as:
- A short intro (2–3 sentences): tutorials are hands-on, learn-by-doing lessons in the Diátaxis sense — the reader types real files and runs real commands. They serve learning, not getting work done.
- A brief "where to go" paragraph that routes the reader: stay here if you're new; head to the how-to Guides when you have a specific task in mind; read the Learn explanations for the why. Link those three namespaces with QMD references.
- A section "## The path": a numbered list of the tutorials in learning order — Quickstart first, then Write Your First QMD.md File. Link each with its QMD reference and give a one-line description from its
goalandtime. - A final section "## At a glance" containing a single live table block: a fenced code block whose language is
table, with first linescope: alland asql:block runningSELECT __label as Tutorial, json_extract(data, '$.goal') as Goal, json_extract(data, '$.time') as Time FROM objects WHERE __namespace = 'tutorials' AND __kind = 'Tutorial' ORDER BY __label.
Audience: newcomer — plain language, no jargon. Keep it concise and scannable.
Tutorials are hands-on, learn-by-doing lessons. You'll type real files, run real commands, and end up with something working. They exist to teach you QMDC's core ideas through practice — not to solve a specific task you already have in mind.
If you're new, start here and work through the list in order. When you have a concrete task to accomplish, head over to the how-to Guides. If you want to understand why things work the way they do, read the Learn explanations.
The path
- Quickstart — Go from zero to a working QMDC graph in five minutes. (5m)
- Write Your First QMD.md File — Build a QMD.md file from scratch and understand why each piece works. (15m)
At a glance
| Tutorial | Goal | Time |
|---|---|---|
| Quickstart | go from zero to a working QMDC graph in five minutes | 5m |
| Write Your First QMD.md File | build a QMD.md file from scratch and understand why each piece works | 15m |