Files
lib/pagesconfig.json

18 lines
312 B
JSON
Raw Normal View History

2021-06-01 21:32:24 -05:00
{
"groups": [
{
"title": "Documentation",
"pages": [
{
"title": "Getting Started",
"source": "./docs/pages/Getting-Started.md"
},
{
"title": "About Extollo",
"source": "./docs/pages/About-Extollo.md"
}
]
}
]
}