From 6521518650e6f37f5e51b870584d65444743fe7e Mon Sep 17 00:00:00 2001 From: Tobias Stadler <28538704+devtobi@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:39:20 +0100 Subject: [PATCH] Update docs/document.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document.md b/docs/document.md index aae31d32..6b036cae 100644 --- a/docs/document.md +++ b/docs/document.md @@ -25,7 +25,7 @@ If you want a preview of the documentation while writing, use the `npm run dev` To maintain high quality in your documentation, we provide a script to run various checking tools. By executing `npm run lint`, the tool [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) will be used to check validity of your markdown files. -The configuration file we provide (`.markdownlint.jsonc`) is almost default, but feel free adjust it to your own needs. Please check out the official documentation of [markdownlint](https://github.com/DavidAnson/markdownlint#optionsconfig) in this case. +The configuration file we provide (`.markdownlint.jsonc`) is almost default, but feel free to adjust it to your own needs. Please check out the official documentation of [markdownlint](https://github.com/DavidAnson/markdownlint#optionsconfig) in this case. For all other files (e.g. the Vitepress configuration file) [Prettier](https://prettier.io/) and its respective configuration file (`.prettierrc`) is used. A lot of the reported errors can be automatically fixed by running `npm run fix`.