From 867dc890a4a389bd89edb8d77f41e9bc83403c00 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Sun, 26 Apr 2020 20:07:47 +0200 Subject: [PATCH] docs: enable codehilite --- docs/commands.md | 19 ++++++++++++++++++- mkdocs.yml | 4 ++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 127c7df7..a9a8f7a9 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -2,8 +2,25 @@ ```bash k3d + --runtime # choose the container runtime (default: docker) + --verbose # enable verbose (debug) logging (default: false) create - cluster CLUSTERNAME + cluster [CLUSTERNAME] # default cluster name is 'k3s-default' + --api-port + --datastore-endpoint + --image + --k3s-agent-arg + --k3s-server-arg + --masters + --network + --no-image-volume + --port + --secret + --timeout + --update-kubeconfig + --volume + --wait + --workers node NODENAME delete cluster CLUSTERNAME diff --git a/mkdocs.yml b/mkdocs.yml index 2db52beb..91d9dea2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,3 +20,7 @@ nav: - Defaults: defaults.md - Examples: examples.md - FAQ: faq.md + +# Extensions +markdown_extensions: + - codehilite