Files
documentation/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json
2024-03-22 07:44:25 +05:30

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
}
]
}