This repository contains all files used to create Binbash Leverage Reference Documentation
master
--> contains the source codegh-pages
--> deployable (builded) version
Check it out here.
- Clone the repo locally
- Config your MkDocs env including the navigation tree directory via
mkdocs.yml
file. - Spin up your MkDocs local dev web server environment (
http://localhost:8000
) (real time updates we'll be shown) viaMakefile
cmd
make docs-live
- Update necessary
*.md
files inside thedocs/
folder and check your updates through the local environment browser - And create your PR from
BBL-XXX
tomaster
branch. - The Github Pages site https://leverage.binbash.com.ar will be automatically deployed
via CircleCI job to the
gh-pages
branch (currently being built from this branch).- It currently uses the
make docs-deploy-gh
cmd which could be locally executed if needed too.
- It currently uses the
- Several sections needs completion or update.
- Add figures caption and its sources cross doc.