This is the Home of the RKVST Documentation
RKVST provides Continuous Assurance as a Service to attest trustworthiness of assets, and boost confidence in critical decisions. Find out more on our website.
To contribute to these Docs please refer to our Contributing Guidelines
We'll happily review any suggestions!
- To begin pull the latest RKVST docs from Github.
git clone git@github.com:jitsuin-inc/rkvst-docs.git
- Move into the directory.
cd rkvst-doks
- Install the DOKS Dependencies.
npm install
- To run a local RKVST Docs Server it is advisable to use the
jitsuin-doks
wrapper
rkvst-doks start
This will build a local version of the server that can be accessed at http://localhost:1313.
This Documentation was put together using some amazing opensource tools and projects, this is a list of known projects included but is not exhaustive
- The wonderful Doks Theme. License: MIT
- Built on top of Hugo. License: Apache License 2.0
- With inspiration and examples from the Kubernetes Docs. License: CC BY-SA 4.0
- Screenshotting dynamically handled by the Robot Framework using the Selenium2 package. Licenses: Apache License 2.0 and Apache License 2.0 respectively
- Hosted by GitHub Pages and built using GH Actions