This repository contains the documentation for the CESSDA Metadata Validator (CMV).
The documentation is written in markdown files and compiled to html using Jekyll with the CESSDA theme based on the Just the docs theme.
To get started locally, make sure to have Ruby installed, then run
gem install jekyll bundler
bundle install
bundle exec jekyll serve --config _config.yml,_devsettings.yml
The documentation is written using Markdown files with Jekyll headers. Coding follows the Google Style Guide for Markdown, including ATX style headers and a maximal line lengths of 140 characters.
Style Guide compliance is checked with markdownlint by running
bundle exec rake lint
Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.
See Semantic Versioning for guidance.
You can find the list of changes made in each release in the CHANGELOG file.
See the LICENSE file.
See the CITATION file.