mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(v2): add draft feature to blog posts (#2335)
This commit is contained in:
parent
3cbee86e36
commit
84eeb5120c
5 changed files with 55 additions and 18 deletions
|
@ -52,6 +52,7 @@ The only required field is `title`; however, we provide options to add author in
|
|||
- `author_title` - A description of the author.
|
||||
- `title` - The blog post title.
|
||||
- `tags` - A list of strings to tag to your post.
|
||||
- `draft` - A boolean flag to indicate that the blog post is work in process and therefore should not be published yet. However, draft blog posts will be displayed during development.
|
||||
|
||||
## Summary truncation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue