OpenEBS docs is the documentation repository for OpenEBS documentation. This is using Docusaurus as a documentation framework. It's easy to use and Madhuri (our Information Architect) would love to write documentation using Docusaurus, which uses markdown. More on the Docusaurus can be found here: https://docusaurus.io/docs/en/installation.html
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g yarn
git clone https://github.com/openebs/openebs-docs.git
cd openebs-docs
cd openebs-docs/website
openebs-docs/website$ npm install docusaurus
openebs-docs/website$ npm start
Above step will start server on the localhost:3000