Skip to content
/ docs-template Public template

Template repository for Wirecard documentation platforms with wirecard/docs-toolchain

Notifications You must be signed in to change notification settings

wirecard/docs-template

Repository files navigation

Build Template End 2 End Testing Vale

docs-template

Template repository for Wirecard documentation platforms with wirecard/docs-toolchain.

Setup

bundle config --local path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake -T                      # see available rake tasks

How to use

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.

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.

Vale

This repository supports Vale to check the writing. To run Vale, do:

bash .scripts/get_vale_styles.sh # run ONCE
vale content/

End2End Tests

For frontend testing using Selenium, see end2end/README.md.