This project contains the source of all of Mollie's public API documentation. The full documentation (in an easy to use format) may be found at https://docs.mollie.com.
We take pull requests on our documentation as well, if you think that something can be improved please open a PR.
The documentation is formatted using reStructuredText. Additionally, we use a Sphinx extension to help format tables.
All documentation should be written in US English.
Note that PhpStorm comes with a reStructuredText plugin. You can enable it from the Plugins preferences pane. It enables some syntax highlighting.
python3(must be in your$PATH, usebrew install python3)- pip, Python's package manager. Installation instructions.
- Node > 12.x. Installation using the Node Version Manager is recommended.
Create a fork, or clone this repository if you have write access:
git clone git@github.com:mollie/api-documentation.gitThen visit the downloaded repository and install dependencies:
cd api-documentation
make installFinally, build the documentation, its CSS and JS files by running:
make htmlYou can now preview the generated documentation by opening build/html/index.html:
open build/html/index.htmlAfter running make html at least once, you can use make html-only to quickly update the HTML files if you changed
some copy. This way, you can have a quick REPL.
$ make html-only
Running Sphinx v1.7.1
...
updating environment: 0 added, 2 changed, 0 removed
...
build succeeded.
The HTML pages are in build/html.
$ open build/html/index.htmlSphinx will only update files for which the source files have changed.
You can make changes to the styling by starting a web server locally:
make startVisit http://localhost:8000 to preview your changes. CSS & JS changes will appear without the need to refresh your
browser.
Deployment is handled using continuous deployment via Travis CI.
Successful builds on the master branch will be automatically deployed.
If you are having issues, please let us know. We accept pull requests on our public documentation.
You can get support via info@mollie.com.
Mollie is always looking for new talent to join our teams. We are looking for inquisitive minds with good ideas and strong opinions, and, most importantly, who know how to ship great products. Want to join the future of payments? Check out our vacancies.
The documentation is licensed under the CC BY-SA 4.0 license.