From 0ae1797eadc880dc017e3c4522e379d8f1afd549 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:42:57 +0100 Subject: [PATCH] style: run prettier on docs --- docs/src/content/config.ts | 6 +++--- docs/src/content/docs/guides/binary-packages.mdx | 2 +- docs/src/content/docs/guides/dependencies.mdx | 6 +++--- docs/src/content/docs/guides/overrides.mdx | 3 +-- docs/src/content/docs/guides/self-hosting-registries.mdx | 4 ++-- docs/src/content/docs/guides/workspaces.mdx | 6 +++--- docs/src/content/docs/quickstart.mdx | 8 ++++---- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/docs/src/content/config.ts b/docs/src/content/config.ts index 45f60b0..31ba171 100644 --- a/docs/src/content/config.ts +++ b/docs/src/content/config.ts @@ -1,6 +1,6 @@ -import { defineCollection } from 'astro:content'; -import { docsSchema } from '@astrojs/starlight/schema'; +import { defineCollection } from "astro:content" +import { docsSchema } from "@astrojs/starlight/schema" export const collections = { docs: defineCollection({ schema: docsSchema() }), -}; +} diff --git a/docs/src/content/docs/guides/binary-packages.mdx b/docs/src/content/docs/guides/binary-packages.mdx index 250d46e..5c9babd 100644 --- a/docs/src/content/docs/guides/binary-packages.mdx +++ b/docs/src/content/docs/guides/binary-packages.mdx @@ -38,4 +38,4 @@ anywhere! ```sh hello # Hello, pesde! (pesde/hello@1.0.0, lune) -``` \ No newline at end of file +``` diff --git a/docs/src/content/docs/guides/dependencies.mdx b/docs/src/content/docs/guides/dependencies.mdx index 8fafc79..55232d8 100644 --- a/docs/src/content/docs/guides/dependencies.mdx +++ b/docs/src/content/docs/guides/dependencies.mdx @@ -132,9 +132,9 @@ pesde add workspace:acme/bar ``` ## Peer Dependencies diff --git a/docs/src/content/docs/guides/overrides.mdx b/docs/src/content/docs/guides/overrides.mdx index fc28c1c..cc21b42 100644 --- a/docs/src/content/docs/guides/overrides.mdx +++ b/docs/src/content/docs/guides/overrides.mdx @@ -3,7 +3,7 @@ title: Overriding Dependencies description: Learn how to override and patch dependencies in pesde. --- -import { Aside } from '@astrojs/starlight/components' +import { Aside } from "@astrojs/starlight/components" pesde has several ways to override or patch dependencies in your project. @@ -77,4 +77,3 @@ Make sure not to commit or stage the changes made in the temporary directory. Otherwise pesde may not be able to create the patch correctly. - diff --git a/docs/src/content/docs/guides/self-hosting-registries.mdx b/docs/src/content/docs/guides/self-hosting-registries.mdx index c856d4d..cc20ac9 100644 --- a/docs/src/content/docs/guides/self-hosting-registries.mdx +++ b/docs/src/content/docs/guides/self-hosting-registries.mdx @@ -88,8 +88,8 @@ has access to the index repository. We recommend using a separate account for this purpose. diff --git a/docs/src/content/docs/guides/workspaces.mdx b/docs/src/content/docs/guides/workspaces.mdx index 4b7bb52..fd3017a 100644 --- a/docs/src/content/docs/guides/workspaces.mdx +++ b/docs/src/content/docs/guides/workspaces.mdx @@ -94,7 +94,7 @@ bar = { workspace = "acme/bar", version = "^", target = "luau" } ``` diff --git a/docs/src/content/docs/quickstart.mdx b/docs/src/content/docs/quickstart.mdx index 10ce4d9..2c564f8 100644 --- a/docs/src/content/docs/quickstart.mdx +++ b/docs/src/content/docs/quickstart.mdx @@ -28,9 +28,9 @@ environment we're targeting is `luau`. pesde init # What is the name of the project? /hello_pesde -# What is the description of the project? (leave empty for none) -# Who are the authors of this project? (leave empty for none, comma separated) -# What is the repository URL of this project? (leave empty for none) +# What is the description of the project? (leave empty for none) +# Who are the authors of this project? (leave empty for none, comma separated) +# What is the repository URL of this project? (leave empty for none) # What is the license of this project? (leave empty for none) MIT # What environment are you targeting for your package? luau # Would you like to setup a default roblox_sync_config_generator script? No @@ -139,4 +139,4 @@ If we run the script again, we should see something printed to the terminal. ```sh pesde run # Hello, pesde! (pesde/hello@1.0.0, luau) -``` \ No newline at end of file +```