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:
parent
57ab578bc7
commit
53f1c95717
5 changed files with 4 additions and 7 deletions
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue