From 7af1060b8ec972734402a8db609f0d6a146d7528 Mon Sep 17 00:00:00 2001 From: Phan An Date: Thu, 24 Oct 2024 20:28:52 +0700 Subject: [PATCH] docs: link to VitePress & fix grammar mistake --- docs/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 2691a987..fa79e103 100644 --- a/docs/development.md +++ b/docs/development.md @@ -68,7 +68,7 @@ yarn lint # Lint ## Koel Docs Of course, you are welcome to contribute to Koel Docs (this documentation) as well! -Koel’s documentation is built with [VitePress](https://vitepress.dev/) is stored under the `docs` directory in the same repository as Koel. +Koel’s documentation is built with [VitePress](https://vitepress.dev/) and stored under the `docs` directory in the same repository as Koel. To start the VitePress instance, use the following command: ```bash @@ -81,4 +81,5 @@ yarn docs:dev ``` The documentation should now be available at `http://localhost:5173`. +For more information on how to work with VitePress, check out its [official website](https://vitepress.dev/).