-
Notifications
You must be signed in to change notification settings - Fork 0
Outline specification
Ion Gireada edited this page Jan 16, 2020
·
3 revisions
var outline = {
"project": "Documentation project title",
"topics": [
{
"title": "Getting started",
"brief": "This content appears as the first paragraph following topic title. It provides a topic brief description."
},
{
"title": "Specifying children topics",
"brief": "To add topics as children to a topic, add the `topics` property.",
"topics": [
{
"title": "Child topic 1"
},
{
"title": "Child topic 2"
}
]
}
]
}