From 99e883f0c6562f7f6f06fc8eae92e597d8d10bec Mon Sep 17 00:00:00 2001 From: Tobias Fenster Date: Wed, 2 Mar 2022 07:34:15 +0100 Subject: [PATCH] change headline level --- content/docs/Contributing/InstallHugo/TheShortcut/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/Contributing/InstallHugo/TheShortcut/index.md b/content/docs/Contributing/InstallHugo/TheShortcut/index.md index b92830f4..4583b957 100644 --- a/content/docs/Contributing/InstallHugo/TheShortcut/index.md +++ b/content/docs/Contributing/InstallHugo/TheShortcut/index.md @@ -2,7 +2,7 @@ Title: Devcontainer with VS Code --- -#### Use a local devcontainer +## Use a local devcontainer If you don't want any local setup (apart from Docker Desktop), but still run your own Hugo instance, you can make use of the preconfigured devcontainer. If you want to learn more about the concept, visit [https://code.visualstudio.com/docs/remote/containers](https://code.visualstudio.com/docs/remote/containers). To use it, you need to take the following steps: @@ -22,7 +22,7 @@ Here is a walkthrough of the full process: Your browser does not support the video tag. -#### Use GitHub Codespaces +## Use GitHub Codespaces What is also great about this, is that you can also use [GitHub Codespaces](https://github.com/features/codespaces) with that setup. In that case, steps 1-5 become two clicks... Here is another full walkthrough: