mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 08:33:39 +00:00
2fa238b6125fb5d62bb0f87848db89eb928850e0
Nubenetes: Awesome Kubernetes & Cloud
A curated list of awesome references collected since 2018.
Apparently Material for MKDocs requires an indentation of 4 spaces, otherwise nested lists and Tables Of Contents won't be rendered as expected.
My VSCode's settings.json :
{ "markdown.extension.toc.levels": "2..6", "markdown.extension.tableFormatter.normalizeIndentation": true, "files.autoSave": "afterDelay", "editor.detectIndentation": false, "editor.tabSize": 4, "window.zoomLevel": -1, "markdownlint.config": { "default": true, "MD013": false, "MD033": false, "MD007": { "indent": 4 }, "no-hard-tabs": false }, "markdownlint.run": "onSave" }
Description
Languages
Python
87%
Groovy
13%