Available at:
Additional links:
- The project: auto3t/auto3t
- The website: auto3t.com
Please help improve these documentations. To make changes, fork this repo and make your changes. When you are ready, open a Pull Request. When merged, this will rebuild the live documentations within a few seconds.
To just make simple changes, edit the markdown files within mkdocs/docs directly.
To setup a local development server:
Install requirements, e.g. with pip:
pip install -r requirements-dev.txtMore details: User Guide
Run the server from the mkdocs folder with:
mkdocs serveAnd the site - with live reload enabled - should be available on localhost:8000.
Build and run the Docker container:
docker build -t auto3t/docs .
docker run -p 8000:80 auto3t/docs