This is a migrated version of the Riak KV 2.2.3+ docs from basho/basho_docs. In the future previous versions of Riak KV and other Riak software (e.g, Riak TS) could also be placed here.
If you only wish to make change the contents of the markdown files, you (should) be able to edit the files on GitHub with GitHub Actions automating the building and deployment of the website.
$ npm install
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 run start:fast
This builds the current docs only. This command results in a much quicker uptime.
$ npm run start
Due to the many versions of the docs this command is slow to execute. Only use it if you want to see changes made to versioned docs.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
GitHub Actions should automatically deploy the site to riak.github.io