Skip to content

boxbilling/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/