Inaki Fernandez 90289f1be7
Some checks failed
Publish docs via GitHub Pages / Deploy docs (push) Failing after 2s
new refs
2024-09-01 12:17:55 +02:00
2024-09-01 12:17:55 +02:00
2020-05-24 22:16:23 +02:00
2019-07-06 11:14:07 +02:00
2020-05-21 10:59:10 +02:00
2020-05-23 15:08:12 +02:00
2024-08-20 19:49:18 +02:00
2023-04-11 23:26:32 +02:00
2021-11-17 13:22:39 +01:00

Nubenetes: Awesome Kubernetes & Cloud

A curated list of awesome references collected since 2018.

My VSCode's plugins:

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,
    "markdown.extension.toc.slugifyMode": "github",
    "markdown.extension.toc.orderedList": true,
    "markdown.extension.list.indentationSize": "adaptive",
    "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
    },
    "editor.defaultFormatter": "vscode.github",
    "[markdown]": {
        "editor.defaultFormatter": "vscode.github"
    },
    "markdownlint.focusMode": false
}
Description
A curated list of awesome references collected since 2018.
Readme Apache-2.0 72 MiB
Languages
Groovy 100%