updux/pagesconfig.json

14 lines
250 B
JSON
Raw Normal View History

2021-10-12 18:49:08 +00:00
{
"groups": [
{
"title": "Documentation",
"pages": [
{
"title": "Blah",
"source": "./tutorials/tutorial.md"
}
]
}
]
}