├── LICENSE ├── README.md ├── lib.typ ├── template ├── figures │ └── devops-lifecycle.png ├── main.typ ├── sections │ ├── 01-introduction.typ │ ├── 02-devops-with-gitlab.typ │ └── 03-terraform.typ └── utils.typ ├── thumbnail.png └── typst.toml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/README.md -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/lib.typ -------------------------------------------------------------------------------- /template/figures/devops-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/figures/devops-lifecycle.png -------------------------------------------------------------------------------- /template/main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/main.typ -------------------------------------------------------------------------------- /template/sections/01-introduction.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/sections/01-introduction.typ -------------------------------------------------------------------------------- /template/sections/02-devops-with-gitlab.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/sections/02-devops-with-gitlab.typ -------------------------------------------------------------------------------- /template/sections/03-terraform.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/sections/03-terraform.typ -------------------------------------------------------------------------------- /template/utils.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/template/utils.typ -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/thumbnail.png -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ngoetti/knowledge-key/HEAD/typst.toml --------------------------------------------------------------------------------