mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-01-05 23:59:09 +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 { docsSchema } from '@astrojs/starlight/schema';
|
||||
import { defineCollection } from "astro:content"
|
||||
import { docsSchema } from "@astrojs/starlight/schema"
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ schema: docsSchema() }),
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue