Skip to main content

Docusaurus

What is Docusaurus

Docusaurus is a static-site generator. It builds a single-page application with a fast client-side navigation, leveraging the full power of React to make your site interactive. It provides out-of-the-box documentation features, but can be used to create any kind of site (personal website, product, blog, marketing landing pages, etc).

The site your looking at right now is powered by Docusaurus.

Deploying to Github Pages

Sync current commit with deployed branch on Github:

cmd /C 'set "GIT_USER=RobinTTY" && yarn deploy'