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

25 lines
484 B
JSON

{
"title": "Recent posts",
"items": [
{
"title": "Welcome",
"permalink": "/blog/welcome",
"unlisted": false
},
{
"title": "MDX Blog Post",
"permalink": "/blog/mdx-blog-post",
"unlisted": false
},
{
"title": "Long Blog Post",
"permalink": "/blog/long-blog-post",
"unlisted": false
},
{
"title": "First Blog Post",
"permalink": "/blog/first-blog-post",
"unlisted": false
}
]
}