This is currently an experiment in using Docusaurus for Bloom documentation.
-
Clone this to your own github account.
-
Open the folder in VSCode. VSCode should recommend that you add two extensions:
-
Open a terminal (Ctrl + Shift + `)
-
Type
npm run start
That should open up the site in a browser for you.
Now go to the docs
directory and edit one of the documents you see there. When you save, the browser should show your changes.
To add a screenshot, use CTRL + Alt + v. This tells the Paste Image extension to save the image to an "img" directory next to the current file and insert the markdown the way Docusaurus wants it.
In order to create a folder that only exists to keeps various MD files together with a single "img" folder, create a folder and end it with a dash. This folder will make a new level in the sidebar. (Our custom sidebarItemsGenerator understands this dash).