This website is built using Docusaurus 2, a modern static website generator. It's available on https://mongodb-developer.github.io/docusaurus-workshop/.
This is a template to create new Workshop documentation sites. Contains info on how to use Docusaurus and is a good starting point.
npx create-docusaurus@latest mongodb-sprout-workshop https://github.com/timotheekelly/mongodb-sprout-workshop
cd mongodb-sprout-workshop
npm start
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Use the provided Github Action, or deploy manually after building
Use at your own risk; not a supported MongoDB product