This repository contains the source files for the Alpha Blend Interactive Documentation available under docs.abinteractive.net
- 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
Please contribute using GitHub Flow. Create a fork, add commits, and open a pull request.
For guidance writing new documents for CCK components, please follow our style guide.
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.
Release are made by CVR staff.
Additional notes: For deploying to production merge develop into master, and grab the latest build artifact from teamcity after it has been built.
We recommend previewing the site before submitting your PR. To preview the site, follow the instructions below:
Automatic:
- Right-click the file
setup.ps1
and pickRun with PowerShell
- Look at the console to see if there were errors, if not, we're good :)
Manual:
- Install Python
3.11
- Install Poetry
- Install/Update the project packages by opening a Terminal in the repository's root folder, and running:
poetry install --no-root
- Install python 3.11
- Install Poetry
- Run
poetry install --no-root
to install/update the packages
Windows
- Run the Windows Setup
- Right-click the file
serve.ps1
and pickRun with PowerShell
Linux
- Run the Linux Setup
- Run
poetry run mkdocs serve
on a Terminal in the project's root
You now have a development server running at http://127.0.0.1:8000/