Skip to content

aait/PayEx.Checkout.Documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayEx Checkout Documentation

Join the chat at https://gitter.im/PayEx/Checkout.Documentation read the docs build

This repository contains the source code for the documentation of PayEx Checkout.

The PayEx Checkout service is in private beta and is currently not available to the general public.

How to contribute:

The easiest way to contribute is to navigate to the file you want to edit in the docs directory and edit it directly here on GitHub. If you want to do more extensive editing such as adding an entirely new file, you can, instead:

  • Fork this repository
  • Contribute new .md files, or update existing ones following the MkDocs style.
  • Create a pull-request for your changes.
  • When merged, Read The Docs will build and publish the new documentation.

Build the documentation locally

Native

  • Install python and python-pip
  • Install mkdocs with pip install mkdocs
  • Run mkdocs build from the root directory.
  • The documentation will be created in the /site directory of the repository.
  • Use mkdocs serve and browse to http://localhost:8000/ to see the site.

With Vagrant

  • Install Vagrant and use vagrant up in the root directory. This boots up a VM, gets the needed dependencies (listed in the native step below) and maps the virtual machine's /vagrant directory to the root of the repository.
  • vagrant ssh
  • cd /vagrant/docs
  • mkdocs build
  • The documentation will be created in the /site directory on your host machine.

Releases

No releases published

Packages

No packages published