From cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 5 Dec 2025 21:42:15 +0000 Subject: chore: format code --- packages/docs/development.mdx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'packages/docs/development.mdx') diff --git a/packages/docs/development.mdx b/packages/docs/development.mdx index ac633bad1..432ef80e4 100644 --- a/packages/docs/development.mdx +++ b/packages/docs/development.mdx @@ -1,13 +1,9 @@ --- -title: 'Development' -description: 'Preview changes locally to update your docs' +title: "Development" +description: "Preview changes locally to update your docs" --- - - **Prerequisites**: - - Node.js version 19 or higher - - A docs repository with a `docs.json` file - +**Prerequisites**: - Node.js version 19 or higher - A docs repository with a `docs.json` file Follow these steps to install and run Mintlify on your operating system. @@ -17,6 +13,7 @@ Follow these steps to install and run Mintlify on your operating system. ```bash npm i -g mint ``` + @@ -67,7 +64,11 @@ mint broken-links If the deployment is successful, you should see the following: - Screenshot of a deployment confirmation message that says All checks have passed. + Screenshot of a deployment confirmation message that says All checks have passed. ## Code formatting @@ -83,6 +84,7 @@ We suggest using extensions on your IDE to recognize and format MDX. If you're a 1. Remove the currently-installed version of the CLI: `npm remove -g mint` 2. Upgrade to Node v19 or higher. 3. Reinstall the CLI: `npm i -g mint` + -- cgit v1.2.3