0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Fix: update doc links (#9804)

* Fix: update doc links

* More links

* Remove docs line
This commit is contained in:
Jacob Lamb 2024-01-25 02:18:06 -08:00 committed by GitHub
parent 57ab578bc7
commit 53f1c95717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
---
// Inspired by the `Aside` component from docs.astro.build
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts
interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';

View file

@ -1,6 +1,6 @@
---
// Inspired by the `Aside` component from docs.astro.build
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts
interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';

View file

@ -16,9 +16,6 @@ const exit = () => process.exit(0);
process.on('SIGINT', exit);
process.on('SIGTERM', exit);
// Please also update the installation instructions in the docs at
// https://github.com/withastro/docs/blob/main/src/pages/en/install/auto.md
// if you make any changes to the flow or wording here.
export async function main() {
// Add some extra spacing from the noisy npm/pnpm init output
// eslint-disable-next-line no-console

View file

@ -1,6 +1,6 @@
---
// Inspired by the `Aside` component from docs.astro.build
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts
interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';

View file

@ -1,6 +1,6 @@
---
// Inspired by the `Aside` component from docs.astro.build
// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts
export interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';