Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 925 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 925 Bytes

BoxBilling Documentation

Build Status Documentation Status

This is the repository for the BoxBilling documentation. Our documentation is hosted on Read The Docs which is automatically updated when any changes are made to this repository.

You are welcome to fork this repository and add, correct, enhance the documentation.

The documentation language is reStructuredText

Build local version of docs

docker build --tag boxbilling-docs:latest .
docker run -i -t -p 1318:8000 boxbilling-docs:latest python3 -m http.server --directory /docs/build/html
open http://localhost:1318/