📄️ ⚙️ 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.