Skip to content

cronops-io/devopstips.cronops.io

Repository files navigation

CronOps

CronOps DevOpsTips

Overview

This repository contains all files used to create CronOps DevOpsTips

Branches

  • master --> contains the source code
  • gh-pages --> deployable (builded) version

Deployed Site

Check it out here.

Development / Contributing

  1. Clone the repo locally
  2. Config your MkDocs env including the navigation tree directory via mkdocs.yml file.
  3. Spin up your MkDocs local dev web server environment (http://localhost:8000) (real time updates we'll be shown) via Makefile cmd
 make docs-live          
  1. Update necessary *.md files inside the docs/ folder and check your updates through the local environment browser
  2. And create your PR from CRONOPS-XXX to master branch.
  3. The Github Pages site https://devopstips.cronops.io 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.

TODO

  1. Several sections needs completion or update.
  2. Add figures caption and its sources cross doc.