From 482f53eeae9e311f932e7bb1a94016ababd92a5e Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Mon, 10 Oct 2022 11:20:17 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs.dist/tutorial-basics/create-a-document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.dist/tutorial-basics/create-a-document.md b/docs.dist/tutorial-basics/create-a-document.md index feaced7..b4a072e 100644 --- a/docs.dist/tutorial-basics/create-a-document.md +++ b/docs.dist/tutorial-basics/create-a-document.md @@ -26,7 +26,7 @@ A new document is now available at `http://localhost:3000/docs/hello`. Docusaurus automatically **creates a sidebar** from the `docs` folder. -Add metadata to customize the sidebar label and position: +Add metadatas to customize the sidebar label and position: ```md title="docs/hello.md" {1-4} --- -- GitLab