CLI scaffolding for creating Docusaurus docs, pages, and categories
A
Anand
Creating a new page in Docusaurus is simple, but there is still some repetitive manual work involved when starting new content. Developers need to create the appropriate file or directory and decide which front matter and metadata should be included.
Docusaurus supports front matter such as
_category_.json
, title
, description
, id
, and slug
, which can be useful for SEO and page organization.It would be useful if Docusaurus provided an official, Docusaurus-aware way to scaffold new content from the CLI.
I’m interested in building this feature myself if there is interest from the community and the maintainers.