Docu YouTube videos
Lista de videos sobre docusaurus.
Manage Docs Versions
Docusaurus can manage multiple versions of your docs.
Create a Document
Documents are groups of pages connected through:
Create a Blog Post
Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...
Markdown Features
Docusaurus supports Markdown and a few additional features.
Deploy your site
Docusaurus is a static-site-generator (also called Jamstack).
Prism (Code Block)
Lightweight, robust, elegant syntax highlighting.
Create a Page
Add Markdown or React files to src/pages to create a standalone page:
Emoji + Metadata + Tree Layout
Here's a complete Python script that generates a visually appealing tree structure of your project folder using emoji icons and file metadata. The output is formatted as a Bash-style code block perfect for embedding in Docusaurus.
Create Multiple Blogs Instances
Just like with multiple docs folders, Docusaurus allows you to create multiple blogs by leveraging multiple instances of the @docusaurus/plugin-content-blog plugin. This is incredibly useful if you want to have distinct blog sections on your site, for example:
Create Multiple Docs Instances
Create Multiple Docs Instances {/ #create-multiple-docs-instances /}
Complete list of github markdown emoji markup
Script
Self-host KaTeX Rendering Test
To ensure your Docusaurus site can render mathematical expressions properly, you need to include the KaTeX CSS and font assets. This guide will walk you through the process of self-hosting these assets, which can improve performance and reliability by eliminating external dependencies.
Markdown Cheat Sheet
Thanks for visiting The Markdown Guide!
Diagrams
Writing diagrams with Mermaid
Math Equations
Writing LaTeX Math Equations
How to Setup VScode
4\. Workspace Setup (.vscode folder) {/ #4-workspace-setup-vscode-folder /}