Docusaurus is used as documentation tool for the entire help/documentation of E-Care.
4 posts tagged with "docusaurus"
View All TagsWelcome
Docusaurus blogging features are powered by the blog plugin.
Below some information for the author on how-to. Can be useful sometimes...
Blog for What
This blog will inform about news, added or removed information of the E-Care documentation.
Tuto for authors
Simply add Markdown files (or folders) to the blog directory.
Regular blog authors can be added to authors.yml.
The blog post date can be extracted from filenames, such as:
2022-12-19-welcome.md2022-12-19-welcome/index.md
A blog post folder can be convenient to co-locate blog post images:
The blog supports tags as well!
And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.
MDX Blog Post
Blog posts support Docusaurus Markdown features, such as MDX.
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
Long Blog Post
This is the summary of a very long blog post,
Use a <!-- truncate --> comment to limit blog post size in the list view.

