Skip to content

Alpha-Blend-Interactive/docs

Repository files navigation

"ABI Logo Short"

Documentation

This repository contains the source files for the Alpha Blend Interactive Documentation available under docs.abinteractive.net

How to Contribute

Branches

  • master is our production branch, means anything in master goes/is in the production site at docs.abinteractive.net
  • develop is our main development branch, merge and base your changes to/from here

External Contributors

Please contribute using GitHub Flow. Create a fork, add commits, and open a pull request.

ABI employee's / ABI internal contributors

For any changes, make a feature branch. This means a branch named like feature/add-cvravatar-feature-docs with a reasonable short name of the changes you are doing there. When you are done with your changes, merge them into develop.

Releases

Release are made by ABI staff.

Additional notes: For deploying to production merge develop into master, and grab the latest build artifact from teamcity after it has been built.

Checking Your Work

We recommend previewing the site before submitting your PR. To preview the site, follow the instructions below:

Install python, dependencies and mkdocs

  1. Install CPython
  2. pip install -U poetry
  3. cd path/to/docs
  4. poetry install --no-root
  5. mkdocs serve