If you would like to help improve our documentation, contributions via pull request are our preferred method. A guide for which follows:
All contributions / contributors are expected to abide by our Code of Conduct
vendr-documentation
directoryNB A Pull Request should only contain changes for a single "logical group" of changes. If you have multiple changes to make, you should create branches / Pull Request for each set of changes.
When writing documentation there are a number of principles that should be followed. These principles are documented below.
Documentation files are written using markdown. If you need something more complex than is possible with markdown, you can write bespoke HTML instead, however, you should aim to write as much as you can in the markdown format.
All the source content files for the documentation site are located in the content
folder. The core Vendr documentation is located in the content/core
folder with supplementary package docs being located in content/packages/{package-name}
and payment provider docs being located in content/payment-providers/{payment-provider-name}
.
Media assets linked to in the documentation should be stored in the media
folder in the root of the repository.
This repository contains documentation for multiple versions of Vendr and it's sub packages. Versioned docs are located in numbered directories inside each packages folder. When making changes, you should ensure you are updating the correct version before you commit your changes.
If your changes affect multiple versions, you should update the files in each version the change is required in.
This project is licensed under the terms of the MIT license.