/kb

My knowledge-base for all documentation

Primary LanguageMakefileApache License 2.0Apache-2.0

KB

My personal knowledge-base

GitHub GitHub top language GitHub last commit (branch)

GH Pages

Links

Setup

  • Requirements: python3.10
  • Create virtual environment
    ❯ python3 -m venv .venv
    ❯ source .venv/bin/activate
  • Install poetry
    ❯ pip install poetry
  • Update packages
    ❯ poetry update
  • Setup hook to force update of last docs created
    ❯ make setup_hook
  • Create and edit files on docs folder
  • After push any commit, the github action pipeline will build and publish to github pages.