nikhilgorantla / awesome

A curated list of awesome references collected since 2018.

Home Page:https://nubenetes.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

A curated list of awesome references collected since 2018.

https://nubenetes.com

License:Apache License 2.0


Languages

Language:Groovy 100.0%