mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-01-07 08:39:10 +00:00
style: run prettier on docs
This commit is contained in:
parent
be46042b51
commit
0ae1797ead
7 changed files with 17 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { defineCollection } from 'astro:content';
|
import { defineCollection } from "astro:content"
|
||||||
import { docsSchema } from '@astrojs/starlight/schema';
|
import { docsSchema } from "@astrojs/starlight/schema"
|
||||||
|
|
||||||
export const collections = {
|
export const collections = {
|
||||||
docs: defineCollection({ schema: docsSchema() }),
|
docs: defineCollection({ schema: docsSchema() }),
|
||||||
};
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Overriding Dependencies
|
||||||
description: Learn how to override and patch dependencies in pesde.
|
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.
|
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.
|
Otherwise pesde may not be able to create the patch correctly.
|
||||||
|
|
||||||
</Aside>
|
</Aside>
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ has access to the index repository. We recommend using a separate account
|
||||||
for this purpose.
|
for this purpose.
|
||||||
|
|
||||||
<Aside>
|
<Aside>
|
||||||
For a GitHub account the password **must** be a personal access token. For
|
For a GitHub account the password **must** be a personal access token. For instructions on how to
|
||||||
instructions on how to create a personal access token, see the [GitHub
|
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).
|
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.
|
The access token must have read and write access to the index repository.
|
||||||
</Aside>
|
</Aside>
|
||||||
|
|
Loading…
Reference in a new issue