lib/pagesconfig.json

18 lines
312 B
JSON
Raw Normal View History

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