This repository contains all files used to create CronOps DevOpsTips
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.ymlfile. - Spin up your MkDocs local dev web server environment (
http://localhost:8000) (real time updates we'll be shown) viaMakefilecmd
make docs-live - Update necessary
*.mdfiles inside thedocs/folder and check your updates through the local environment browser - And create your PR from
CRONOPS-XXXtomasterbranch. - The Github Pages site https://devopstips.cronops.io will be automatically deployed
via CircleCI job to the
gh-pagesbranch (currently being built from this branch).- It currently uses the
make docs-deploy-ghcmd 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.
