@catdoc/looktoc
v0.3.7
Published
Table of content in json format or yaml format.
Readme
Looktoc
Definition to write custom toc file.
Example:
{
"$schema": "https://unpkg.com/@catdoc/[email protected]/schema.json",
"items": [
{
"type": "item",
"title": "Overview",
"uri": "docs/overview.md"
},
{
"type": "item",
"title": "API",
"uri": "docs/reference/api.md"
}
...