ποΈ βοΈ docusaurus.config.js
docusaurus.config.js
ποΈ π The docs folder
The /docs folder contains our workshop documents. You'll spend most of your time preparing a workshop in this folder.
ποΈ π Static content
Static content (mostly images, but can be anything, like a PDF file) are stored in the ./static folder. Drop an image there and to show it:
ποΈ π Links
You can link to internal or external pages in your markdown.
ποΈ π Pages
In src/pages we can add pages that won't show as documents (full screen pages, no menu, etc.). Adding things there is the only exception to the rule don't mess with the src folder
ποΈ π Src
Contains source code files (JavaScript, HTML, CSS, etc.). You can do a lot with Docusaurus, but to create a new workshop there's no need to enter this folder, let alone modify anything in there. Most probably you'll want to add some pages.
ποΈ π Docusaurus docs
- Theme configuration useful to change options in the theme, open Docusaurus configuration for more info.