platform/dev/doc-import-tool/toc.json
Andrey Sobolev ddecae80dd
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-07-28 14:55:43 +07:00

53 lines
1020 B
JSON

{
"prefix": "IMPORTED",
"type": "toc",
"metadata": {
"in": "table-row",
"tableHeader": {
"col": 0,
"content": "title:"
},
"docName": {
"extract": { "row": 0, "col": 1 }
},
"docId": {
"extract": { "row": 1, "col": 1 }
}
},
"spec": {
"toc": {
"type": "toc",
"node": {
"type": "toc-paragraph-seq",
"params": {
"sectionHeaders": {
"tags": ["h1"]
},
"start": {
"patterns": ["Table of contents", "Table des matières"],
"tags": ["h1", "h2", "h3", "p"]
},
"end": {
"tags": ["h1"]
}
}
}
},
"sections": [
{
"type": "related-docs",
"node": {
"type": "list",
"params": {
"start": {
"tags": ["h2"],
"patterns": ["related documents"]
},
"title": "related-docs"
}
}
}
]
}
}