style: run prettier on docs

This commit is contained in:
daimond113 2024-11-16 11:42:57 +01:00
parent be46042b51
commit 0ae1797ead
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
7 changed files with 17 additions and 18 deletions

View file

@ -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() }),
};
}

View file

@ -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.
</Aside>

View file

@ -88,8 +88,8 @@ has access to the index repository. We recommend using a separate account
for this purpose.
<Aside>
For a GitHub account the password **must** be a personal access token. For
instructions on how to create a personal access token, see the [GitHub
For a GitHub account the password **must** be a personal access token. For instructions on how to
create a personal access token, see the [GitHub
documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
The access token must have read and write access to the index repository.
</Aside>