roadmap_export
Export a roadmap.sh roadmap as a single Markdown document. Optionally include topic content, cap the number of topics, or return only the structure.
Instructions
Export an entire roadmap as a single markdown document (all topics' content concatenated). includeContent=false returns structure only; maxTopics caps the count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | roadmap.sh slug, e.g. 'frontend' | |
| format | No | Output format: markdown (default) or plain text for LLM ingestion | markdown |
| maxTopics | No | Cap the number of topics fetched (default: all) | |
| includeContent | No | Fetch each topic's markdown; false returns structure only |