https://github.com/datatrails/datatrails-docs
DataTrails online documentation
https://github.com/datatrails/datatrails-docs
Last synced: 5 months ago
JSON representation
DataTrails online documentation
- Host: GitHub
- URL: https://github.com/datatrails/datatrails-docs
- Owner: datatrails
- License: mit
- Created: 2021-05-26T12:24:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T18:14:19.000Z (about 1 year ago)
- Last Synced: 2025-06-30T11:05:39.350Z (about 1 year ago)
- Language: HTML
- Homepage: http://docs.datatrails.ai/
- Size: 154 MB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DataTrails Documentation
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](https://DataTrails.ai).
## Contributing
To contribute to these Docs, please refer to our [Contributing Guidelines](./content/contributing/getting-started/pulling-and-building-datatrails-docs/index.md).
We'll happily review any suggestions!
## Getting Started
1. To begin, pull the latest DataTrails docs from Github.
```bash
git clone git@github.com:datatrails/datatrails-docs.git
```
2. Move into the directory.
```bash
cd datatrails-docs
```
3. Install the DOKS Dependencies.
```bash
npm install
```
4. To run a local DataTrails Docs Server, it is advisable to use the `rkvst-doks` wrapper.
```bash
./rkvst-doks start
```
This will build a local version of the server that can be accessed at [http://localhost:1313](https://localhost:1313).
## Credits
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](https://github.com/h-enk/doks). License: [MIT](https://github.com/h-enk/doks/blob/master/LICENSE)
* Built on top of [Hugo](https://github.com/gohugoio/hugo). License: [Apache License 2.0](https://github.com/gohugoio/hugo/blob/master/LICENSE)
* With inspiration and examples from the [Kubernetes Docs](https://github.com/kubernetes/website). License: [CC BY-SA 4.0](https://github.com/kubernetes/website/blob/master/LICENSE)
* Screenshotting dynamically handled by the [Robot Framework](https://github.com/robotframework/robotframework) using the [Selenium2](https://github.com/SeleniumHQ/selenium) package. Licenses: [Apache License 2.0](https://github.com/robotframework/robotframework/blob/master/LICENSE.txt) and [Apache License 2.0](https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE) respectively
* Hosted by GitHub Pages and built using GH Actions