mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-02-17 13:13:51 +01:00
25 lines
540 B
JSON
25 lines
540 B
JSON
{
|
|
"title": "Recent posts",
|
|
"items": [
|
|
{
|
|
"title": "Welcome",
|
|
"permalink": "/documentation/blog/welcome",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "MDX Blog Post",
|
|
"permalink": "/documentation/blog/mdx-blog-post",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "Long Blog Post",
|
|
"permalink": "/documentation/blog/long-blog-post",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "First Blog Post",
|
|
"permalink": "/documentation/blog/first-blog-post",
|
|
"unlisted": false
|
|
}
|
|
]
|
|
} |