From 2d830165e88e153d885814d71d92dc86b58b6dcd Mon Sep 17 00:00:00 2001 From: Adithya Menon R Date: Sun, 2 Mar 2025 15:32:25 +0530 Subject: [PATCH] Fixed dark/light mode toggle in QSE Docs --- docs/generate-command.md | 88 +++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 47 deletions(-) diff --git a/docs/generate-command.md b/docs/generate-command.md index ce49d82a..9af15df5 100644 --- a/docs/generate-command.md +++ b/docs/generate-command.md @@ -64,11 +64,11 @@ export default { Choose a template. -
+
@@ -77,7 +77,7 @@ Choose a template. Nodemon is included by default for hot reloading. Check this option if you don't want to include nodemon. -
+
@@ -86,7 +86,7 @@ Nodemon is included by default for hot reloading. Check this option if you don't All dependencies are installed by default. Check this option if you don't want to install them. -
+
@@ -95,7 +95,7 @@ All dependencies are installed by default. Check this option if you don't want t Check this option if you want to have a Docker Compose in your project. -
+
@@ -104,9 +104,9 @@ Check this option if you want to have a Docker Compose in your project. Enter a name for your server app. Default name is `qse-server`. -
+
-

{{validatePackageName()}}

+

{{ validatePackageName() }}

## The command @@ -119,8 +119,11 @@ npm i -g quick_start_express ```