Template repository for Wirecard documentation platforms with wirecard/docs-toolchain.
bundle config --local path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake -T # see available rake tasks
The content/
directory contains all the asciidoctor files and an index.adoc
file,
which is the central file. All other files will be included in this index.adoc
.
To build the content, another repository
(wirecard/docs-toolchain) is used.
This repository contains the toolchain for this template.
In order to use the toolchain, use the button Use this template at the top,
this will create a fork of this template which you can customize.
This template contains several built-in solutions, tests and styles which can be customized. Refer to the wiki to find out about the ways you can customize this template.
This repository supports Vale to check the writing. To run Vale, do:
bash .scripts/get_vale_styles.sh # run ONCE
vale content/
For frontend testing using Selenium, see end2end/README.md.