This website was created with Docusaurus.
- Make sure all the dependencies for the website are installed:
# Install dependencies
$ yarn
- Run your dev server:
# Start the site
$ yarn start
Your project file structure should look something like this
my-docusaurus/
docs/
doc-1.md
doc-2.md
doc-3.md
website/
blog/
2016-3-11-oldest-post.md
2017-10-24-newest-post.md
core/
node_modules/
pages/
static/
css/
img/
package.json
sidebar.json
siteConfig.js
For more information about adding new docs, click here
For more information about blog posts, click here
For more information about the navigation bar, click here
For more information about custom pages, click here.
Full documentation can be found on the website.