From 745201abe47abc6c87840bea50bc0e99a0371f05 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 19 Dec 2022 21:03:54 +0100 Subject: [PATCH] Documentation --- docs/creating-your-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index d8f24664e..4fc90ff28 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -78,8 +78,8 @@ theme: === "Other" - 3. Ensure your editor of choice has support for YAML schema validation. - 4. Add the following lines at the top of `mkdocs.yml`: + 1. Ensure your editor of choice has support for YAML schema validation. + 2. Add the following lines at the top of `mkdocs.yml`: ``` yaml # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json