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) (docker daemon needed) viaMakefile
cmd
make init-makefiles # needed only the first time
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.co 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.
Some of them have editable version under docs/assets/diagrams/editable
.
Others are directly exported from https://docs.google.com/presentation/d/1t2SWgWlGvuIOqYHkpzxQSVLafI_MCsA3gNz6Kkyf6TE/edit#slide=id.p6
.