Website
Introduction
This website is built using Docusaurus. In a nutshell, Docusaurus relies on React and JavaScript to turn Markdown files into a fully fledged website.
The website source is embedded in 4ME codebase (docs/
and website/
folders) to make changes easier.
Documentation
Edit a documentation page
- Edit the raw markdown in
docs/
folder.
- Edit the raw markdown in
Create a documentation page
- Create a raw markdown page in
docs/
folder, making sure to include the right header options. - Tweak
website/sidebars.json
file to place your page somewhere in the hierarchy.
- Create a raw markdown page in
See your changes locally
- Run
yarn start
in thewebsite/
folder
- Run