This is the Home of the DataTrails Documentation.
DataTrails provides Provenance as a Service to attest trustworthiness of data and boost confidence in digital 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 DataTrails docs from Github.
git clone git@github.com/datatrails/datatrails-docs.git
- Move into the directory.
cd datatrails-docs
- Install the DOKS Dependencies.
npm install
- To run a local DataTrails Docs Server, it is advisable to use the
rkvst-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