Skip to content

chaostoolkit/chaostoolkit-documentation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Chaos Toolkit documentation

Build and Deploy

Get to the documentation of the Chaos Toolkit.

Contribute to the documentation

This project is based on MkDocs, a Python documentation generator based on Markdown.

To get started, install Python 3 on your machine, a virtual environment and install the dependencies using pip as follows:

pip install -r requirements.txt

Once the dependencies are installed you need to ensure you have also installed any submodules (i.e. source code for the docs is in a separate submodule) using:

git submodule update --init

Finally you can start a local server to view the docs:

mkdocs serve

If you wish to contribute to this documentation, please submit a PR with your changes for review.