diff options
author | 2021-11-23 14:47:05 -0800 | |
---|---|---|
committer | 2021-11-23 14:47:05 -0800 | |
commit | 7476a92461c4ed3e9b879d3ee7669ba59d027248 (patch) | |
tree | 8d32e787f467b8efdcc2de52786cd306834c4d36 | |
parent | 9ed6b3c0f00722436f4b30829046c1e9ef4e5765 (diff) | |
download | astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.gz astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.zst astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.zip |
update repo URL (#1994)
100 files changed, 194 insertions, 194 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index 2853c2ff9..d9552ffe2 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -8,7 +8,7 @@ on: jobs: congrats: name: "discord:congratsbot" - if: github.repository == 'snowpackjs/astro' + if: github.repository == 'withastro/astro' runs-on: ubuntu-latest steps: - id: setup @@ -21,4 +21,4 @@ jobs: # DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }} uses: Ilshidur/action-discord@0.3.2 with: - args: '**Sweet!** <${{ github.event.commits[0].author.name }}> just merged ["\"${{ steps.setup.outputs.COMMIT_MSG }}\""](<https://github.com/snowpackjs/astro/commits/main>) ```${{ github.event.commits[0].message }}```' + args: '**Sweet!** <${{ github.event.commits[0].author.name }}> just merged ["\"${{ steps.setup.outputs.COMMIT_MSG }}\""](<https://github.com/withastro/astro/commits/main>) ```${{ github.event.commits[0].message }}```' diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 76fda3275..e1696570f 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -18,19 +18,19 @@ jobs: uses: srggrs/assign-one-project-github-action@1.2.1 if: github.event.action == 'opened' && startsWith(github.event.issue.title, 'π BUG:') with: - project: 'https://github.com/snowpackjs/astro/projects/2' + project: 'https://github.com/withastro/astro/projects/2' column_name: 'Needs Triage' - name: Assign RFCs to the RFC Tracker uses: srggrs/assign-one-project-github-action@1.2.1 if: github.event.action == 'opened' && startsWith(github.event.issue.title, 'π‘ RFC:') with: - project: 'https://github.com/snowpackjs/astro/projects/3' + project: 'https://github.com/withastro/astro/projects/3' column_name: 'Discussing' - name: Assign RFCs to the Docs Tracker uses: srggrs/assign-one-project-github-action@1.2.1 if: github.event.action == 'opened' && startsWith(github.event.issue.title, 'π DOC:') with: - project: 'https://github.com/snowpackjs/astro/projects/5' + project: 'https://github.com/withastro/astro/projects/5' column_name: 'TODO' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60f3ebc26..e1711d20f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@0.3.2 with: - args: 'A new release just went out! [Release notes β](<https://github.com/snowpackjs/astro/releases/>)' + args: 'A new release just went out! [Release notes β](<https://github.com/withastro/astro/releases/>)' - name: push main branch to latest branch if: steps.changesets.outputs.published == 'true' diff --git a/.github/workflows/stat.yml b/.github/workflows/stat.yml index 5668a826a..e00cf90f1 100644 --- a/.github/workflows/stat.yml +++ b/.github/workflows/stat.yml @@ -7,7 +7,7 @@ on: jobs: stat: - if: github.repository == 'snowpackjs/astro' + if: github.repository == 'withastro/astro' runs-on: ubuntu-latest steps: - name: Check out code using Git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad9ed943a..4dd8a64d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -186,7 +186,7 @@ When in prerelease mode, the automatic PR release process will no longer release 1. Run `yarn release` to publish your new release. 1. Run `git push && git push --tags` to push your new release to GitHub. 1. Run `git push release/0.X:latest` to push your release branch to `latest`. This will trigger an update to the docs site, the www site, etc. -1. Go to https://github.com/snowpackjs/astro/releases/new and create a new release. Copy the new changelog entry from https://github.com/snowpackjs/astro/blob/latest/packages/astro/CHANGELOG.md. +1. Go to https://github.com/withastro/astro/releases/new and create a new release. Copy the new changelog entry from https://github.com/withastro/astro/blob/latest/packages/astro/CHANGELOG.md. 1. Post in Discord #announcements channel, if needed! ## Translations diff --git a/GOVERNANCE.md b/GOVERNANCE.md index c96200f1f..f8a05f7f3 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -234,7 +234,7 @@ Please let me know if youβre interested in accepting this invitation. If so, w Best, ${MY_NAME} -*PS: As a reminder, our Governance document describes the following privileges and responsibilities for the **L2 - Maintainer** role: https://github.com/snowpackjs/astro/blob/main/GOVERNANCE.md* +*PS: As a reminder, our Governance document describes the following privileges and responsibilities for the **L2 - Maintainer** role: https://github.com/withastro/astro/blob/main/GOVERNANCE.md* ``` ## Voting: Core Maintainer (L3) Nomination diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index c8dc2f43e..b8d6574db 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -6,7 +6,7 @@ Welcome to the Astro style guide. This document is meant to guide you on the cod - Blog post writing style - Discord/Twitter writing style -For the RFC writing guide, check out the [RFC issue template](https://github.com/snowpackjs/astro/issues/new/choose). +For the RFC writing guide, check out the [RFC issue template](https://github.com/withastro/astro/issues/new/choose). ### Linting (Style Rules) @@ -16,8 +16,8 @@ Anything enforced by linting and formatting is considered a **style rule.** It i These style rules are maintained in configuration files, and therefore not documented in this document. Read any of the following configuration files to learn more about the style rules that we strictly enforced across the codebase: -- [ESLint](https://github.com/snowpackjs/astro/blob/main/.eslintrc.cjs) (Linting) -- [Prettier](https://github.com/snowpackjs/astro/blob/main/.prettierrc.json) (Formatting) +- [ESLint](https://github.com/withastro/astro/blob/main/.eslintrc.cjs) (Linting) +- [Prettier](https://github.com/withastro/astro/blob/main/.prettierrc.json) (Formatting) Alternatively, don't worry too much about style rules and trust that our tools will catch these issues for you and offer inline suggestions as you work. diff --git a/docs/README.md b/docs/README.md index 623b6ede3..e7154efe9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# Astro Docs <img width="19.2" height="25.6" src="https://raw.githubusercontent.com/snowpackjs/astro/main/assets/brand/logo.svg" alt="Astro logo"> +# Astro Docs <img width="19.2" height="25.6" src="https://raw.githubusercontent.com/withastro/astro/main/assets/brand/logo.svg" alt="Astro logo"> ## Contributing diff --git a/docs/src/components/Footer/AvatarList.astro b/docs/src/components/Footer/AvatarList.astro index 053b015fa..06ac2cd0b 100644 --- a/docs/src/components/Footer/AvatarList.astro +++ b/docs/src/components/Footer/AvatarList.astro @@ -7,8 +7,8 @@ export interface Props { const { path } = Astro.props as Props; const commitPath = 'docs/' + path; -const url = `https://api.github.com/repos/snowpackjs/astro/commits?path=${commitPath}`; -const commitsURL = `https://github.com/snowpackjs/astro/commits/main/${commitPath}`; +const url = `https://api.github.com/repos/withastro/astro/commits?path=${commitPath}`; +const commitsURL = `https://github.com/withastro/astro/commits/main/${commitPath}`; async function getCommits(url) { try { diff --git a/docs/src/components/RightSidebar/MoreMenu.astro b/docs/src/components/RightSidebar/MoreMenu.astro index 6ae8425cc..1b39cff10 100644 --- a/docs/src/components/RightSidebar/MoreMenu.astro +++ b/docs/src/components/RightSidebar/MoreMenu.astro @@ -35,7 +35,7 @@ const {editHref} = Astro.props; </a> </li> <li class={`header-link depth-2`}> - <a href="https://github.com/snowpackjs/astro/blob/main/CONTRIBUTING.md#translations" target="_blank"> + <a href="https://github.com/withastro/astro/blob/main/CONTRIBUTING.md#translations" target="_blank"> <svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88.6 77.3" height="1.24em" width="1.24em" style="margin: -2px;"> <path fill="currentColor" d="M61,24.6h7.9l18.7,51.6h-7.7l-5.4-15.5H54.3l-5.6,15.5h-7.2L61,24.6z M72.6,55l-8-22.8L56.3,55H72.6z" /> <path fill="currentColor" d="M53.6,60.6c-10-4-16-9-22-14c0,0,1.3,1.3,0,0c-6,5-20,13-20,13l-4-6c8-5,10-6,19-13c-2.1-1.9-12-13-13-19h8 c4,9,10,14,10,14c10-8,10-19,10-19h8c0,0-1,13-12,24l0,0c5,5,10,9,19,13L53.6,60.6z M1.6,16.6h56v-8h-23v-7h-9v7h-24V16.6z" /> </svg> <span>Translate this page</span> </a> diff --git a/docs/src/data/themes.json b/docs/src/data/themes.json index a291c10fb..27142ac3c 100644 --- a/docs/src/data/themes.json +++ b/docs/src/data/themes.json @@ -13,49 +13,49 @@ { "name": "Starter Kit", "description": "A default starter project for Astro. Flexible enough to handle anything that you might want to build.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/starter", + "github": "https://github.com/withastro/astro/tree/main/examples/starter", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/starter", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/starter", "command": "npm init astro" }, { "name": "Docs", "description": "A documentation website theme, complete with i18n, search, dark mode and more.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/docs", + "github": "https://github.com/withastro/astro/tree/main/examples/docs", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/docs", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/docs", "command": "npm init astro -- --template docs" }, { "name": "Blog", "description": "A blog theme, perfect for personal and company blogs.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/blog", + "github": "https://github.com/withastro/astro/tree/main/examples/blog", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/blog", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/blog", "command": "npm init astro -- --template blog" }, { "name": "Portfolio", "description": "A portfolio theme, perfect for your personal or professional online portfolio.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio", + "github": "https://github.com/withastro/astro/tree/main/examples/portfolio", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/portfolio", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio", "command": "npm init astro -- --template portfolio" }, { "name": "Portfolio-svelte", "description": "A portfolio theme using Svelte components, perfect for your personal or professional online portfolio.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio-svelte", + "github": "https://github.com/withastro/astro/tree/main/examples/portfolio-svelte", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/portfolio-svelte", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio-svelte", "command": "npm init astro -- --template portfolio-svelte" }, { "name": "Minimal", "description": "A minimal theme, with just the bare minimum needed to get started.", - "github": "https://github.com/snowpackjs/astro/tree/main/examples/minimal", + "github": "https://github.com/withastro/astro/tree/main/examples/minimal", "demo": null, - "sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimal", + "sandbox": "https://github.dev/withastro/astro/tree/main/examples/minimal", "command": "npm init astro -- --template minimal" } ], diff --git a/docs/src/layouts/MainLayout.astro b/docs/src/layouts/MainLayout.astro index b2302125e..12cdedd85 100644 --- a/docs/src/layouts/MainLayout.astro +++ b/docs/src/layouts/MainLayout.astro @@ -11,7 +11,7 @@ import { SITE } from "../config.ts"; const { content = {}, hideRightSidebar = false} = Astro.props; const currentPage = Astro.request.url.pathname; const currentFile = `src/pages${currentPage.replace(/\/$/, "")}.md`; -const githubEditUrl = `https://github.com/snowpackjs/astro/blob/main/docs/${currentFile}`; +const githubEditUrl = `https://github.com/withastro/astro/blob/main/docs/${currentFile}`; const formatTitle = (content, SITE) => content.title ? `${content.title} π ${SITE.title}` : SITE.title; --- <html dir={content.dir ?? 'ltr'} lang={content.lang ?? 'en-us'} class="initial"> diff --git a/docs/src/pages/ar/getting-started.md b/docs/src/pages/ar/getting-started.md index 08c1d208c..1798ede45 100644 --- a/docs/src/pages/ar/getting-started.md +++ b/docs/src/pages/ar/getting-started.md @@ -19,7 +19,7 @@ Astro ΩΩ Ψ¨Ψ§ΩΩ Ω
ΩΩΨΉ Ψ«Ψ§Ψ¨Ψͺ. ΨͺΨΉΨ±Ω Ψ£ΩΨ«Ψ± ΨΩΩ Ω
Ψ§ΩΩΨ© Astro ### Ψ£Ω
Ψ«ΩΨ© ΨΉΩΩ Ψ¨ΨΉΨΆ Ψ§ΩΩ
Ψ΄Ψ§Ψ±ΩΨΉ -Ψ£Ω ΩΩΨͺ ΨͺΩΨΆΩ Ψ§ΩΨͺΨΉΩΩ
ΨΉΩ Ψ·Ψ±ΩΩ Ψ§ΩΨ£Ω
Ψ«ΩΨ©Ψ Ψ£ΩΩΩ ΩΨΈΨ±Ψ©Ω ΨΉΩΩ [Ω
ΩΨͺΨ¨Ψ© Ψ§ΩΨ£Ω
Ψ«ΩΨ© Ψ§ΩΨ΄Ψ§Ω
ΩΨ©](https://github.com/snowpackjs/astro/tree/main/examples) Ψ§ΩΩ
ΨͺΩΨ§Ψ¬Ψ―Ψ© ΨΉΩΩ Github. +Ψ£Ω ΩΩΨͺ ΨͺΩΨΆΩ Ψ§ΩΨͺΨΉΩΩ
ΨΉΩ Ψ·Ψ±ΩΩ Ψ§ΩΨ£Ω
Ψ«ΩΨ©Ψ Ψ£ΩΩΩ ΩΨΈΨ±Ψ©Ω ΨΉΩΩ [Ω
ΩΨͺΨ¨Ψ© Ψ§ΩΨ£Ω
Ψ«ΩΨ© Ψ§ΩΨ΄Ψ§Ω
ΩΨ©](https://github.com/withastro/astro/tree/main/examples) Ψ§ΩΩ
ΨͺΩΨ§Ψ¬Ψ―Ψ© ΨΉΩΩ Github. Ψ¨Ω
ΩΨ―ΩΨ±Ω Ψ§ΩΨ₯Ψ·ΩΨ§ΨΉ ΨΉΩΩ Ψ£Ω Ω
Ω ΩΨ°Ω Ψ§ΩΨ£Ω
Ψ«ΩΨ© ΩΨͺΨ¬Ψ±Ψ¨ΨͺΩΨ§ Ω
ΩΨ¨Ψ§Ψ΄Ψ±Ψ©Ω ΨΉΩΩ Ψ¬ΩΨ§Ψ²ΩΨ ΩΩΨ· ΩΩΨ° Ψ§ΩΨ£Ω
Ψ± <code ltr="left">npm init astro</code> Ω
ΨͺΨ¨ΩΨΉΩΨ§ Ψ¨Ω @@ -45,7 +45,7 @@ _Ω
ΩΨΩΨΈΨ©: Ψ¨ΨΉΨΆ Ψ§ΩΩ
ΩΩ
ΩΨ²Ψ§Ψͺ Ω
ΩΩΨͺΨ΅Ψ±Ψ© ΨΉΩΩ CodeSandbx (Ω
Ψ«Ω ΩΨ£ΨͺΩ Ψ§ΩΨΉΨ―ΩΨ― Ψ§ΩΨ£Ψ΄ΨΨ§Ψ΅ Ω
Ω ΨΩΩΩΨ§ΨͺΩ ΨͺΨΉΩΩ
Ω
ΩΨΨͺΩΩΨ© Ψ₯ΩΩ AstroΨ Ψ£ΩΩΨ§ ΩΨ§ΩΨͺ Ψ·Ψ±ΩΩΨ© Ψ§ΩΨͺΨΉΩΩΩ
Ψ§ΩΨͺΩ ΨͺΩΨΆΩΩΨ§ Ψ³ΩΨ§Ψ‘Ω Ψ£ΩΩΨͺ ΨͺΩΨΆΩ Ψ§ΩΨ·Ψ±ΩΩΨ© Ψ§ΩΩΨΈΨ±ΩΨ© Ψ£Ω Ψ§ΩΨ·Ψ±ΩΩΨ© Ψ§ΩΨΉΩ
ΩΩΨ©Ψ ΩΨͺΩ
ΩΩ Ψ£Ω ΨͺΨ¬Ψ― ΩΨ°Ψ§ Ψ§ΩΩΨ³Ω
Ω
ΩΩΨ―ΩΨ§. -- Ψ₯Ω ΩΩΩΨͺ ΨͺΩΩΨΆΩ **Ψ§ΩΨͺΨΉΩΩ
Ω
Ω ΨΩΨ§Ω Ψ§ΩΨͺΨ¬Ψ±Ψ¨Ψ© Ψ§ΩΨΉΩ
ΩΩΨ©**Ψ Ψ£Ψ¨Ψ―Ψ£ Ω
Ω ΨΩΨ§Ω [Ω
ΩΨͺΨ¨ΨͺΩΨ§ ΩΩΨ£Ω
Ψ«ΩΨ©](https://github.com/snowpackjs/astro/tree/main/examples). +- Ψ₯Ω ΩΩΩΨͺ ΨͺΩΩΨΆΩ **Ψ§ΩΨͺΨΉΩΩ
Ω
Ω ΨΩΨ§Ω Ψ§ΩΨͺΨ¬Ψ±Ψ¨Ψ© Ψ§ΩΨΉΩ
ΩΩΨ©**Ψ Ψ£Ψ¨Ψ―Ψ£ Ω
Ω ΨΩΨ§Ω [Ω
ΩΨͺΨ¨ΨͺΩΨ§ ΩΩΨ£Ω
Ψ«ΩΨ©](https://github.com/withastro/astro/tree/main/examples). - Ψ₯Ω ΩΩΩΨͺ ΨͺΩΩΨΆΩ **Ψ§ΩΨͺΨΉΩΩ
Ω
Ω ΨΩΨ§Ω Ψ§ΩΩΩΩ
ΨΨ·ΩΨ©Ω Ψ¨ΨΨ·ΩΨ©**Ψ Ψ£Ψ¨Ψ―Ψ£ Ω
Ω ΨΩΨ§Ω [Ψ―ΩΩΩ Ψ§ΩΩ
ΩΨ§ΩΩΩ
Ψ§ΩΨ£Ψ³Ψ§Ψ³ΩΨ© ΩΨ§ΩΨ₯Ψ±Ψ΄Ψ§Ψ―Ψ§Ψͺ](/core-concepts/project-structure). Ω
Ψ«Ω Ψ£Ω ΨͺΩΩΩΨ©Ω ΩΩΨ³Ψͺ Ψ¨Ω
Ψ£ΩΩΩΨ©Ψ Astro ΩΨ£ΨͺΩΩ Ψ¨Ω
ΩΨΩΩ ΨͺΨΉΩΩΩ
Ω Ω
ΨΨͺΩΩ Ψ¨ΨΉΨΆ Ψ§ΩΨ΄ΩΨ‘Ψ ΩΩΩΩ ΨΉΩΩ Ψ£Ω ΨΨ§ΩΨ Ω
ΨΉ Ψ¨ΨΉΨΆ Ψ§ΩΨ΅Ψ¨Ψ± ΩΨ§ΩΩ
Ω
Ψ§Ψ±Ψ³Ψ©Ψ ΩΨΩ Ω
ΨͺΨ£ΩΨ―ΩΩ Ψ¨Ψ£ΩΩ _Ψ³ΨͺΨͺΨ£ΩΩΩ
Ω
ΨΉΩ_ ΩΩ ΩΩΨͺΩ ΩΩΩ Ψ―ΩΩ Ψ£Ω ΨͺΨ΄ΨΉΨ±. @@ -71,11 +71,11 @@ _Ω
ΩΨΩΨΈΨ©: Ψ¨ΨΉΨΆ Ψ§ΩΩ
ΩΩ
ΩΨ²Ψ§Ψͺ Ω
ΩΩΨͺΨ΅Ψ±Ψ© ΨΉΩΩ CodeSandbx (Ω
Ψ«Ω ΩΩΨΩ Ψ£ΩΨΆΩΨ§ ΩΩΨΉΨ― ΩΨ΄Ψ±Ψ© Ψ₯Ψ΅Ψ―Ψ§Ψ±Ψ§Ψͺ ΩΩΨΉΩΩ ΨΉΩΩΨ§ ΩΩ [Ω
ΩΨ¬ΨͺΩ
ΨΉΩΨ§ ΨΉΩΩ Ψ―ΩΨ³ΩΩΨ±Ψ―](https://astro.build/chat) ΨΉΩΩ ΩΩΨ§Ψ© <span dir="ltr">#announcements</span> -ΩΩΨ³Ψͺ ΩΩ Ψ₯Ψ΅Ψ―Ψ§Ψ±Ψ§Ψͺ Astro ΨͺΩ
ΩΩ ΨͺΨ―ΩΩΩΨ© ΩΨ΄Ψ±Ψ©Ω ΨΨ§Ψ΅Ψ© Ψ¨ΩΨ§Ψ ΩΩΩ Ψ³ΨͺΨ¬Ψ― Ψ³Ψ¬ΩΩΨ§ ΩΩΨͺΨΊΩΨ±Ψ§Ψͺ ΩΩ Ω
ΩΩ [`CHANGELOG.md` ΩΩ Ω
Ψ³ΨͺΩΨ―ΨΉ Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +ΩΩΨ³Ψͺ ΩΩ Ψ₯Ψ΅Ψ―Ψ§Ψ±Ψ§Ψͺ Astro ΨͺΩ
ΩΩ ΨͺΨ―ΩΩΩΨ© ΩΨ΄Ψ±Ψ©Ω ΨΨ§Ψ΅Ψ© Ψ¨ΩΨ§Ψ ΩΩΩ Ψ³ΨͺΨ¬Ψ― Ψ³Ψ¬ΩΩΨ§ ΩΩΨͺΨΊΩΨ±Ψ§Ψͺ ΩΩ Ω
ΩΩ [`CHANGELOG.md` ΩΩ Ω
Ψ³ΨͺΩΨ―ΨΉ Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Ψ΄ΩΨ‘Ω Ω
Ψ§ ΩΨ§ΩΨ΅Ψ -Ψ₯Ω ΩΨ§Ω ΩΩΨ§Ω Ψ΄ΩΨ‘Ω Ω
Ψ§ ΨΊΩΨ± Ω
ΩΩΨ«Ω Ψ£Ω ΩΩ ΩΩΨͺ ΨͺΨ΄ΨΉΨ± Ψ¨Ψ§ΩΨΩΨ±Ψ© ΩΨ§ΩΨ₯Ψ±ΨͺΨ¨Ψ§Ω Ω
Ω Ψ¬Ψ²Ψ‘Ω Ω
ΨΉΩΩ ΩΩ Ψ§ΩΨͺΩΨ«ΩΩΨ ΩΨ§ ΨͺΨͺΨ±Ψ―Ψ― ΩΩ [Ψ±ΩΨΉ Ψ·ΩΨ¨ ΨΨ·Ψ¨Ω Ω
Ψ§ ΩΩ Ω
ΩΩ Ψ§ΩΨͺΩΨ«ΩΩ](https://github.com/snowpackjs/astro/issues/new/choose)Ψ Ω
ΨΉ Ψ§ΩΨͺΨ±Ψ§ΨΩ ΩΩΨͺΨΨ³ΩΩΨ Ψ£Ω ΩΩ
Ψ¨ΨͺΨΊΨ±ΩΨ― ΨͺΨΊΨ±ΩΨ―Ψ©Ω Ψ₯ΩΩ ΨΨ³Ψ§Ψ¨ΩΨ§ ΨΉΩΩ ΨͺΩΩΨͺΨ± [@astrodotbuild](https://twitter.com/astrodotbuild)Ψ ΩΨΨ¨ Ψ³Ω
Ψ§ΨΉ Ψ’Ψ±Ψ§Ψ¦Ω! +Ψ₯Ω ΩΨ§Ω ΩΩΨ§Ω Ψ΄ΩΨ‘Ω Ω
Ψ§ ΨΊΩΨ± Ω
ΩΩΨ«Ω Ψ£Ω ΩΩ ΩΩΨͺ ΨͺΨ΄ΨΉΨ± Ψ¨Ψ§ΩΨΩΨ±Ψ© ΩΨ§ΩΨ₯Ψ±ΨͺΨ¨Ψ§Ω Ω
Ω Ψ¬Ψ²Ψ‘Ω Ω
ΨΉΩΩ ΩΩ Ψ§ΩΨͺΩΨ«ΩΩΨ ΩΨ§ ΨͺΨͺΨ±Ψ―Ψ― ΩΩ [Ψ±ΩΨΉ Ψ·ΩΨ¨ ΨΨ·Ψ¨Ω Ω
Ψ§ ΩΩ Ω
ΩΩ Ψ§ΩΨͺΩΨ«ΩΩ](https://github.com/withastro/astro/issues/new/choose)Ψ Ω
ΨΉ Ψ§ΩΨͺΨ±Ψ§ΨΩ ΩΩΨͺΨΨ³ΩΩΨ Ψ£Ω ΩΩ
Ψ¨ΨͺΨΊΨ±ΩΨ― ΨͺΨΊΨ±ΩΨ―Ψ©Ω Ψ₯ΩΩ ΨΨ³Ψ§Ψ¨ΩΨ§ ΨΉΩΩ ΨͺΩΩΨͺΨ± [@astrodotbuild](https://twitter.com/astrodotbuild)Ψ ΩΨΨ¨ Ψ³Ω
Ψ§ΨΉ Ψ’Ψ±Ψ§Ψ¦Ω! ## Ψ§ΩΨͺΩΩΨ―ΩΩΨ± diff --git a/docs/src/pages/bg/getting-started.md b/docs/src/pages/bg/getting-started.md index 7cdc89680..31f6143c0 100644 --- a/docs/src/pages/bg/getting-started.md +++ b/docs/src/pages/bg/getting-started.md @@ -23,7 +23,7 @@ _ΠΠ΅Π»Π΅ΠΆΠΊΠ°: Π½ΡΠΊΠΎΠΈ ΡΡΠ½ΠΊΡΠΈΠΎΠ½Π°Π»Π½ΠΎΡΡΠΈ (Π½Π°ΠΏΡΠΈΠΌΠ΅Ρ: Fa ΠΡΡΠΊΠ°ΠΊΠ²ΠΈ Π²ΠΈΠ΄ΠΎΠ²Π΅ Ρ
ΠΎΡΠ° Ρ ΡΠ°Π·Π»ΠΈΡΠ½ΠΈ ΠΌΠ΅ΡΠΎΠ΄ΠΈ Π·Π° ΠΎΠ±ΡΡΠ΅Π½ΠΈΠ΅ ΡΠ΅ ΠΎΡΠΈΠ΅Π½ΡΠΈΡΠ°Ρ ΠΊΡΠΌ Astro. ΠΠ΅Π·Π°Π²ΠΈΡΠΈΠΌΠΎ Π΄Π°Π»ΠΈ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°ΡΠ΅ ΠΏΠΎ-ΡΠ΅ΠΎΡΠ΅ΡΠΈΡΠ΅Π½, ΠΈΠ»ΠΈ ΠΏΠΎ-ΠΏΡΠ°ΠΊΡΠΈΡΠ΅ΡΠΊΠΈ ΠΏΠΎΠ΄Ρ
ΠΎΠ΄, Π½ΠΈΠ΅ ΡΠ΅ Π½Π°Π΄ΡΠ²Π°ΠΌΠ΅ ΡΠ΅ ΡΠ΅ Π½Π°ΠΌΠ΅ΡΠΈΡΠ΅ ΡΠ°Π·ΠΈ ΡΠ΅ΠΊΡΠΈΡ Π·Π° ΠΏΠΎΠ»Π΅Π·Π½Π°. -- ΠΠΊΠΎ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°ΡΠ΅ Π΄Π° **ΡΡΠΈΡΠ΅ ΡΡΠ΅Π· ΠΏΡΠ°ΠΊΡΠΈΠΊΠ°**, Π·Π°ΠΏΠΎΡΠ½Π΅ΡΠ΅ Ρ Π½Π°ΡΠ°ΡΠ° [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° Ρ ΠΏΡΠΈΠΌΠ΅ΡΠΈ](https://github.com/snowpackjs/astro/tree/main/examples). +- ΠΠΊΠΎ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°ΡΠ΅ Π΄Π° **ΡΡΠΈΡΠ΅ ΡΡΠ΅Π· ΠΏΡΠ°ΠΊΡΠΈΠΊΠ°**, Π·Π°ΠΏΠΎΡΠ½Π΅ΡΠ΅ Ρ Π½Π°ΡΠ°ΡΠ° [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° Ρ ΠΏΡΠΈΠΌΠ΅ΡΠΈ](https://github.com/withastro/astro/tree/main/examples). - ΠΠΊΠΎ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°ΡΠ΅ Π΄Π° **ΡΡΠΈΡΠ΅ ΠΊΠΎΠ½ΡΠ΅ΠΏΡΠΈΠΈ ΡΡΡΠΏΠΊΠ° ΠΏΠΎ ΡΡΡΠΏΠΊΠ°**, Π·Π°ΠΏΠΎΡΠ½Π΅ΡΠ΅ Ρ Π½Π°ΡΠΈΡΠ΅ [Π±Π°Π·ΠΎΠ²ΠΈ ΠΊΠΎΠ½ΡΠ΅ΠΏΡΠΈΠΈ ΠΈ Π³ΠΈΠ΄ΠΎΠ²Π΅](/core-concepts/project-structure). ΠΠ°ΡΠΎ Π²ΡΡΠΊΠ° Π½Π΅ΠΏΠΎΠ·Π½Π°ΡΠ° ΡΠ΅Ρ
Π½ΠΎΠ»ΠΎΠ³ΠΈΡ, Astro ΠΈΠ·ΠΈΡΠΊΠ²Π° ΠΈΠ·Π²Π΅ΡΡΠ½ΠΎ Π²ΡΠ΅ΠΌΠ΅, Π·Π° Π΄Π° ΡΠ΅ Π½Π°ΡΡΠΈ. ΠΠΎ Ρ ΠΏΡΠ°ΠΊΡΠΈΠΊΠ° ΠΈ ΠΌΠ°Π»ΠΊΠΎ ΡΡΡΠΏΠ΅Π½ΠΈΠ΅, Π½ΠΈΠ΅ ΡΠΌΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΈ, ΡΠ΅ _ΡΠ΅ Π³ΠΎ ΡΡ
Π²Π°Π½Π΅ΡΠ΅_ Π·Π° Π½ΡΠ»Π° Π²ΡΠ΅ΠΌΠ΅. @@ -49,11 +49,11 @@ _ΠΠ΅Π»Π΅ΠΆΠΊΠ°: Π½ΡΠΊΠΎΠΈ ΡΡΠ½ΠΊΡΠΈΠΎΠ½Π°Π»Π½ΠΎΡΡΠΈ (Π½Π°ΠΏΡΠΈΠΌΠ΅Ρ: Fa ΠΡΠ±Π»ΠΈΠΊΡΠ²Π°ΠΌΠ΅ ΠΈ ΡΡΠΎΠ±ΡΠ΅Π½ΠΈΡ ΠΎΡΠ½ΠΎΡΠ½ΠΎ Π½ΠΎΠ²ΠΈ Π²Π΅ΡΡΠΈΠΈ Π² [Π½Π°ΡΠΈΡ Discord ΡΡΡΠ²ΡΡ](https://astro.build/chat) Π² #announcements ΠΊΠ°Π½Π°Π»Π°. -ΠΠ΅ Π²ΡΡΠΊΠ° Π½ΠΎΠ²Π° Π²Π΅ΡΡΠΈΡ Π½Π° Astro Π·Π°ΡΠ»ΡΠΆΠ°Π²Π° ΡΠΎΠ±ΡΡΠ²Π΅Π½ Π±Π»ΠΎΠ³ ΠΏΠΎΡΡ, Π½ΠΎ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π½Π°ΠΌΠ΅ΡΠΈΡΠ΅ ΡΠ΅Π³ΠΈΡΡΡΡ Π½Π° ΠΏΡΠΎΠΌΠ΅Π½ΠΈΡΠ΅ Π·Π° Π²ΡΠ΅ΠΊΠΈ ΡΠ΅Π»ΠΈΠΉΠ· Π² [`CHANGELOG.MD` ΡΠ°ΠΉΠ»Π°, Π½Π°ΠΌΠΈΡΠ°Ρ ΡΠ΅ Π² ΡΠ΅ΠΏΠΎΡΠΎ Π½Π° Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +ΠΠ΅ Π²ΡΡΠΊΠ° Π½ΠΎΠ²Π° Π²Π΅ΡΡΠΈΡ Π½Π° Astro Π·Π°ΡΠ»ΡΠΆΠ°Π²Π° ΡΠΎΠ±ΡΡΠ²Π΅Π½ Π±Π»ΠΎΠ³ ΠΏΠΎΡΡ, Π½ΠΎ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π½Π°ΠΌΠ΅ΡΠΈΡΠ΅ ΡΠ΅Π³ΠΈΡΡΡΡ Π½Π° ΠΏΡΠΎΠΌΠ΅Π½ΠΈΡΠ΅ Π·Π° Π²ΡΠ΅ΠΊΠΈ ΡΠ΅Π»ΠΈΠΉΠ· Π² [`CHANGELOG.MD` ΡΠ°ΠΉΠ»Π°, Π½Π°ΠΌΠΈΡΠ°Ρ ΡΠ΅ Π² ΡΠ΅ΠΏΠΎΡΠΎ Π½Π° Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## ΠΠ΅ΡΠΎ Π»ΠΈΠΏΡΠ²Π°? -ΠΠΊΠΎ Π½Π΅ΡΠΎ Π»ΠΈΠΏΡΠ²Π° Π² Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΡΠ° ΠΈΠ»ΠΈ Π½Π°ΠΌΠΈΡΠ°ΡΠ΅ Π½Π΅ΡΠΎ Π·Π° ΠΎΠ±ΡΡΠΊΠ²Π°ΡΠΎ, ΠΌΠΎΠ»Ρ [ΠΏΠΎΠ΄Π°ΠΉΡΠ΅ Π³ΠΎ ΠΊΠ°ΡΠΎ issue Π·Π° Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΡΠ°](https://github.com/snowpackjs/astro/issues/new/choose) Ρ ΠΠ°ΡΠΈΡΠ΅ ΠΏΡΠ΅Π΄Π»ΠΎΠΆΠ΅Π½ΠΈΡ Π·Π° ΠΏΠΎΠ΄ΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΈΠ»ΠΈ ΠΏΡΡΠ½Π΅ΡΠ΅ tweet ΠΊΡΠΌ [@astrodotbuild](https://twitter.com/astrodotbuild). ΠΠ±ΠΈΡΠ°ΠΌΠ΅ Π΄Π° ΡΡΠ²Π°ΠΌΠ΅ ΠΎΡ ΠΠ°Ρ! +ΠΠΊΠΎ Π½Π΅ΡΠΎ Π»ΠΈΠΏΡΠ²Π° Π² Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΡΠ° ΠΈΠ»ΠΈ Π½Π°ΠΌΠΈΡΠ°ΡΠ΅ Π½Π΅ΡΠΎ Π·Π° ΠΎΠ±ΡΡΠΊΠ²Π°ΡΠΎ, ΠΌΠΎΠ»Ρ [ΠΏΠΎΠ΄Π°ΠΉΡΠ΅ Π³ΠΎ ΠΊΠ°ΡΠΎ issue Π·Π° Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΡΠ°](https://github.com/withastro/astro/issues/new/choose) Ρ ΠΠ°ΡΠΈΡΠ΅ ΠΏΡΠ΅Π΄Π»ΠΎΠΆΠ΅Π½ΠΈΡ Π·Π° ΠΏΠΎΠ΄ΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΈΠ»ΠΈ ΠΏΡΡΠ½Π΅ΡΠ΅ tweet ΠΊΡΠΌ [@astrodotbuild](https://twitter.com/astrodotbuild). ΠΠ±ΠΈΡΠ°ΠΌΠ΅ Π΄Π° ΡΡΠ²Π°ΠΌΠ΅ ΠΎΡ ΠΠ°Ρ! ## Credit diff --git a/docs/src/pages/bn/getting-started.md b/docs/src/pages/bn/getting-started.md index efe111405..351e47e9c 100644 --- a/docs/src/pages/bn/getting-started.md +++ b/docs/src/pages/bn/getting-started.md @@ -23,7 +23,7 @@ _দΰ§ΰ¦°ΰ¦·ΰ§ΰ¦ΰ¦¬ΰ§ΰ¦―: বরΰ§ΰ¦€ΰ¦ΰ¦Ύΰ¦¨ΰ§ ΰ¦ΰ§ΰ¦‘ΰ¦Έΰ§ΰ¦―ানΰ বিΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦¨ বΰ§ΰ¦―ΰ¦Ύΰ¦ΰ¦ΰ§ΰ¦°ΰ¦Ύΰ¦ΰ¦¨ΰ§ΰ¦‘ΰ§ΰ¦° বিΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦¨ ধরণΰ§ΰ¦° ΰ¦ΰ¦Ύΰ¦¨ΰ§ΰ¦· বিΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦¨ ΰ¦ͺদΰ§ΰ¦§ΰ¦€ΰ¦Ώΰ¦€ΰ§ ΰ¦Άΰ¦Ώΰ¦ΰ¦Ύΰ¦° ΰ¦ΰ¦ΰ§ΰ¦°ΰ¦Ή নিΰ§ΰ§ Astro-ঀৠΰ¦ΰ¦Έΰ§ΰ₯€ ΰ¦ΰ¦ͺনি বΰ§ΰ¦―বহারিঠবা ঀাঀΰ§ΰ¦€ΰ§ΰ¦¬ΰ¦Ώΰ¦ ΰ¦―ΰ§ ΰ¦ͺদΰ§ΰ¦§ΰ¦€ΰ¦Ώΰ¦€ΰ§ΰ¦ ΰ¦Άΰ¦Ώΰ¦ΰ¦€ΰ§ ΰ¦ͺΰ¦ΰ¦¨ΰ§ΰ¦¦ ΰ¦ΰ¦°ΰ§ΰ¦¨, ΰ¦ΰ¦ΰ¦Ύΰ¦¦ΰ§ΰ¦° ΰ¦ΰ¦Άΰ¦Ύ ΰ¦ΰ¦ ΰ¦
ΰ¦ΰ¦Άΰ¦ΰ¦Ώ ΰ¦ΰ¦ͺনাΰ¦ΰ§ ΰ¦Έΰ¦Ήΰ¦Ύΰ§ΰ¦€ΰ¦Ύ ΰ¦ΰ¦°ΰ¦¬ΰ§ΰ₯€ -- যদি ΰ¦ΰ¦ͺনি **ΰ¦ΰ¦°ΰ§ ΰ¦ΰ¦°ΰ§** ΰ¦Άΰ¦Ώΰ¦ΰ¦€ΰ§ ΰ¦ͺΰ¦ΰ¦¨ΰ§ΰ¦¦ ΰ¦ΰ¦°ΰ§ΰ¦¨, ঀাহলৠΰ¦ΰ¦ΰ¦Ύΰ¦¦ΰ§ΰ¦° [ΰ¦ΰ¦¦ΰ¦Ύΰ¦Ήΰ¦°ΰ¦£ΰ¦ΰ§ΰ¦²ΰ§](https://github.com/snowpackjs/astro/tree/main/examples) দিΰ§ΰ§ ΰ¦Άΰ§ΰ¦°ΰ§ ΰ¦ΰ¦°ΰ§ΰ¦¨ΰ₯€ +- যদি ΰ¦ΰ¦ͺনি **ΰ¦ΰ¦°ΰ§ ΰ¦ΰ¦°ΰ§** ΰ¦Άΰ¦Ώΰ¦ΰ¦€ΰ§ ΰ¦ͺΰ¦ΰ¦¨ΰ§ΰ¦¦ ΰ¦ΰ¦°ΰ§ΰ¦¨, ঀাহলৠΰ¦ΰ¦ΰ¦Ύΰ¦¦ΰ§ΰ¦° [ΰ¦ΰ¦¦ΰ¦Ύΰ¦Ήΰ¦°ΰ¦£ΰ¦ΰ§ΰ¦²ΰ§](https://github.com/withastro/astro/tree/main/examples) দিΰ§ΰ§ ΰ¦Άΰ§ΰ¦°ΰ§ ΰ¦ΰ¦°ΰ§ΰ¦¨ΰ₯€ - ΰ¦ΰ¦° যদি ΰ¦ΰ¦ͺনি **ধাΰ¦ͺৠধাΰ¦ͺΰ§** বিষΰ§ΰ¦ΰ§ΰ¦²ΰ§ বΰ§ΰ¦ΰ¦€ΰ§ ΰ¦ΰ¦Ύΰ¦¨, ঀাহলৠΰ¦ΰ¦ΰ¦Ύΰ¦¦ΰ§ΰ¦° [ΰ¦ΰ§ΰ¦²ΰ¦Ώΰ¦ ধারণা ΰ¦ΰ¦¬ΰ¦ ΰ¦Έΰ¦Ήΰ¦Ύΰ§ΰ¦Ώΰ¦ΰ¦Ύΰ¦Έΰ¦ΰ§ΰ¦Ή](/core-concepts/project-structure) দΰ§ΰ¦ΰ§ΰ¦¨ΰ₯€ ΰ¦
নΰ§ΰ¦―ানΰ§ΰ¦― ΰ¦―ΰ§ΰ¦ΰ§ΰ¦¨ΰ§ ΰ¦
ΰ¦ͺΰ¦°ΰ¦Ώΰ¦ΰ¦Ώΰ¦€ ΰ¦ͺΰ§ΰ¦°ΰ¦―ΰ§ΰ¦ΰ§ΰ¦€ΰ¦Ώΰ¦° ΰ¦ΰ¦€ΰ§, Astro ΰ¦Άΰ¦Ώΰ¦ΰ¦€ΰ§ΰ¦ ΰ¦ΰ¦Ώΰ¦ΰ§ΰ¦ΰ¦Ύ ΰ¦ͺΰ§ΰ¦°ΰ¦ΰ§ΰ¦·ΰ§ΰ¦ΰ¦Ύΰ¦° ΰ¦ͺΰ§ΰ¦°ΰ§ΰ§ΰ¦ΰ¦¨ ΰ¦°ΰ§ΰ§ΰ¦ΰ§ΰ₯€ ΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦€ΰ§, ΰ¦ΰ¦ΰ¦°ΰ¦Ύ ΰ¦ΰ¦Ύΰ¦¨ΰ¦Ώ, ΰ¦ΰ¦ͺনি লΰ§ΰ¦ΰ§ ΰ¦₯ΰ¦Ύΰ¦ΰ¦²ΰ§ ΰ¦
ঀি দΰ§ΰ¦°ΰ§ΰ¦€ΰ¦ ΰ¦ΰ¦° ΰ¦Έΰ¦Ύΰ¦₯ΰ§ ΰ¦ΰ¦Ύΰ¦¨ΰ¦Ώΰ§ΰ§ নিঀৠ_ΰ¦ͺারবΰ§ΰ¦¨_ΰ₯€ @@ -48,11 +48,11 @@ _দΰ§ΰ¦°ΰ¦·ΰ§ΰ¦ΰ¦¬ΰ§ΰ¦―: বরΰ§ΰ¦€ΰ¦ΰ¦Ύΰ¦¨ΰ§ ΰ¦ΰ§ΰ¦‘ΰ¦Έΰ§ΰ¦―ানΰ ΰ¦ΰ¦ΰ¦°ΰ¦Ύ ΰ¦ΰ¦ΰ¦Ύΰ¦¦ΰ§ΰ¦° [঑িসΰ¦ΰ¦°ΰ§ΰ¦‘ ΰ¦Έΰ¦Ύΰ¦°ΰ§ΰ¦ΰ¦Ύΰ¦°ΰ§ΰ¦°](https://astro.build/chat) **#announcements** ΰ¦ΰ§ΰ¦―ানΰ§ΰ¦²ΰ§ΰ¦ ΰ¦―ΰ§ΰ¦ΰ§ΰ¦¨ΰ§ নঀΰ§ΰ¦¨ বিΰ¦ΰ§ΰ¦ΰ¦ͺΰ§ΰ¦€ΰ¦Ώ ΰ¦ͺΰ§ΰ¦°ΰ¦ΰ¦Ύΰ¦Ά ΰ¦ΰ¦°ΰ§ ΰ¦₯ΰ¦Ύΰ¦ΰ¦Ώΰ₯€ -ΰ¦ͺΰ§ΰ¦°ΰ¦€ΰ¦Ώΰ¦ΰ¦Ώ Astro রিলিΰ¦ΰ§ΰ¦° ΰ¦ΰ¦¨ΰ§ΰ¦― ΰ¦ΰ¦ΰ¦°ΰ¦Ύ নঀΰ§ΰ¦¨ বΰ§ΰ¦²ΰ¦ ΰ¦ͺΰ§ΰ¦Έΰ§ΰ¦ ΰ¦ΰ¦°ΰ¦Ώ না, ΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦€ΰ§ ΰ¦ΰ¦ͺনি Astro ΰ¦°ΰ¦Ώΰ¦ͺΰ§ΰ¦ΰ¦Ώΰ¦ΰ¦°ΰ¦Ώΰ¦° [`CHANGELOG.md`](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) ফাΰ¦ΰ¦²ΰ§ ΰ¦ͺΰ§ΰ¦°ΰ¦€ΰ¦Ώΰ¦ΰ¦Ώ রিলিΰ¦ΰ§ΰ¦° বিসΰ§ΰ¦€ΰ¦Ύΰ¦°ΰ¦Ώΰ¦€ ΰ¦ͺরিবরΰ§ΰ¦€ΰ¦¨ΰ¦Έΰ§ΰ¦ΰ¦Ώ দΰ§ΰ¦ΰ¦€ΰ§ ΰ¦ͺারবΰ§ΰ¦¨ΰ₯€ +ΰ¦ͺΰ§ΰ¦°ΰ¦€ΰ¦Ώΰ¦ΰ¦Ώ Astro রিলিΰ¦ΰ§ΰ¦° ΰ¦ΰ¦¨ΰ§ΰ¦― ΰ¦ΰ¦ΰ¦°ΰ¦Ύ নঀΰ§ΰ¦¨ বΰ§ΰ¦²ΰ¦ ΰ¦ͺΰ§ΰ¦Έΰ§ΰ¦ ΰ¦ΰ¦°ΰ¦Ώ না, ΰ¦ΰ¦Ώΰ¦¨ΰ§ΰ¦€ΰ§ ΰ¦ΰ¦ͺনি Astro ΰ¦°ΰ¦Ώΰ¦ͺΰ§ΰ¦ΰ¦Ώΰ¦ΰ¦°ΰ¦Ώΰ¦° [`CHANGELOG.md`](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) ফাΰ¦ΰ¦²ΰ§ ΰ¦ͺΰ§ΰ¦°ΰ¦€ΰ¦Ώΰ¦ΰ¦Ώ রিলিΰ¦ΰ§ΰ¦° বিসΰ§ΰ¦€ΰ¦Ύΰ¦°ΰ¦Ώΰ¦€ ΰ¦ͺরিবরΰ§ΰ¦€ΰ¦¨ΰ¦Έΰ§ΰ¦ΰ¦Ώ দΰ§ΰ¦ΰ¦€ΰ§ ΰ¦ͺারবΰ§ΰ¦¨ΰ₯€ ## ΰ¦ΰ¦Ώΰ¦ΰ§ ΰ¦
নΰ§ΰ¦ͺΰ¦Έΰ§ΰ¦₯িঀ ΰ¦ΰ¦¨ΰ§ ΰ¦Ήΰ¦ΰ§ΰ¦ΰ§? -ΰ¦ΰ¦ͺনার যদি ঑ΰ¦ΰ§ΰ¦ΰ§ΰ¦¨ΰ§ΰ¦ΰ§ΰ¦Άΰ¦¨ΰ§ ΰ¦ΰ§ΰ¦¨ΰ§ ΰ¦ΰ¦Ώΰ¦ΰ§ ΰ¦
নΰ§ΰ¦ͺΰ¦Έΰ§ΰ¦₯িঀ ΰ¦ΰ¦¨ΰ§ হৠবা ΰ¦ΰ§ΰ¦¨ΰ§ ΰ¦
ΰ¦ΰ¦Άΰ¦ΰ§ বিΰ¦ΰ§ΰ¦°ΰ¦Ύΰ¦¨ΰ§ΰ¦€ΰ¦Ώΰ¦ΰ¦° ΰ¦ΰ¦¨ΰ§ ΰ¦Ήΰ§, ঀাহলৠদΰ§ΰ¦Ύ ΰ¦ΰ¦°ΰ§ ΰ¦ΰ¦ͺনার ΰ¦ͺΰ¦°ΰ¦Ύΰ¦ΰ¦°ΰ§ΰ¦Άΰ¦Έΰ¦Ή [ΰ¦ΰ¦ΰ¦ΰ¦Ώ ΰ¦ΰ¦Έΰ§ΰ¦―ৠফাΰ¦ΰ¦² ΰ¦ΰ¦°ΰ§ΰ¦¨](https://github.com/snowpackjs/astro/issues/new/choose) ΰ¦
ΰ¦₯বা [@astrodotbuild](https://twitter.com/astrodotbuild) ΰ¦ΰ§ΰ¦ΰ¦ΰ¦Ύΰ¦° ΰ¦
ΰ§ΰ¦―ΰ¦Ύΰ¦ΰ¦Ύΰ¦ΰ¦¨ΰ§ΰ¦ΰ¦ΰ¦Ώΰ¦€ΰ§ ΰ¦ΰ§ΰ¦ΰ¦ ΰ¦ΰ¦°ΰ§ΰ¦¨ΰ₯€ ΰ¦ΰ¦ΰ¦°ΰ¦Ύ ΰ¦ΰ¦ͺনাদΰ§ΰ¦° ΰ¦ͺΰ¦°ΰ¦Ύΰ¦ΰ¦°ΰ§ΰ¦Ά ΰ¦Άΰ§ΰ¦¨ΰ¦€ΰ§ ΰ¦Έΰ¦°ΰ§ΰ¦¬ΰ¦¦ΰ¦Ύ ΰ¦ΰ¦ΰ§ΰ¦°ΰ¦Ήΰ§! +ΰ¦ΰ¦ͺনার যদি ঑ΰ¦ΰ§ΰ¦ΰ§ΰ¦¨ΰ§ΰ¦ΰ§ΰ¦Άΰ¦¨ΰ§ ΰ¦ΰ§ΰ¦¨ΰ§ ΰ¦ΰ¦Ώΰ¦ΰ§ ΰ¦
নΰ§ΰ¦ͺΰ¦Έΰ§ΰ¦₯িঀ ΰ¦ΰ¦¨ΰ§ হৠবা ΰ¦ΰ§ΰ¦¨ΰ§ ΰ¦
ΰ¦ΰ¦Άΰ¦ΰ§ বিΰ¦ΰ§ΰ¦°ΰ¦Ύΰ¦¨ΰ§ΰ¦€ΰ¦Ώΰ¦ΰ¦° ΰ¦ΰ¦¨ΰ§ ΰ¦Ήΰ§, ঀাহলৠদΰ§ΰ¦Ύ ΰ¦ΰ¦°ΰ§ ΰ¦ΰ¦ͺনার ΰ¦ͺΰ¦°ΰ¦Ύΰ¦ΰ¦°ΰ§ΰ¦Άΰ¦Έΰ¦Ή [ΰ¦ΰ¦ΰ¦ΰ¦Ώ ΰ¦ΰ¦Έΰ§ΰ¦―ৠফাΰ¦ΰ¦² ΰ¦ΰ¦°ΰ§ΰ¦¨](https://github.com/withastro/astro/issues/new/choose) ΰ¦
ΰ¦₯বা [@astrodotbuild](https://twitter.com/astrodotbuild) ΰ¦ΰ§ΰ¦ΰ¦ΰ¦Ύΰ¦° ΰ¦
ΰ§ΰ¦―ΰ¦Ύΰ¦ΰ¦Ύΰ¦ΰ¦¨ΰ§ΰ¦ΰ¦ΰ¦Ώΰ¦€ΰ§ ΰ¦ΰ§ΰ¦ΰ¦ ΰ¦ΰ¦°ΰ§ΰ¦¨ΰ₯€ ΰ¦ΰ¦ΰ¦°ΰ¦Ύ ΰ¦ΰ¦ͺনাদΰ§ΰ¦° ΰ¦ͺΰ¦°ΰ¦Ύΰ¦ΰ¦°ΰ§ΰ¦Ά ΰ¦Άΰ§ΰ¦¨ΰ¦€ΰ§ ΰ¦Έΰ¦°ΰ§ΰ¦¬ΰ¦¦ΰ¦Ύ ΰ¦ΰ¦ΰ§ΰ¦°ΰ¦Ήΰ§! ## ΰ¦ΰ§ΰ¦°ΰ§ΰ¦‘ΰ¦Ώΰ¦ diff --git a/docs/src/pages/comparing-astro-vs-other-tools.md b/docs/src/pages/comparing-astro-vs-other-tools.md index ec99fa351..952d525c1 100644 --- a/docs/src/pages/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/comparing-astro-vs-other-tools.md @@ -18,7 +18,7 @@ A few features are still missing from Astro, and several APIs are not yet finali [Docusaurus](https://docusaurus.io/) is a popular documentation website builder. Docusaurus uses React to generate your website UI while Astro supports React, Vue.js, Svelte, and raw HTML templating. -Docusaurus was designed to build documentation websites and has some built-in, documentation-specific website features that Astro does not. Instead, Astro offers documentation-specific features through an official [`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs) theme that you can use for your site. This website was built using that template! +Docusaurus was designed to build documentation websites and has some built-in, documentation-specific website features that Astro does not. Instead, Astro offers documentation-specific features through an official [`docs`](https://github.com/withastro/astro/tree/main/examples/docs) theme that you can use for your site. This website was built using that template! ### Comparing Docusaurus vs. Astro Performance @@ -201,9 +201,9 @@ One big reason behind this performance difference is Astro's smaller JavaScript [VuePress](https://vuepress.vuejs.org/guide/) is a popular documentation website builder from the creators of Vue.js. VuePress uses Vue.js to generate your website UI while Astro supports React, Vue.js, Svelte, and raw HTML templating. -VuePress was designed for documentation websites and has some built-in, documentation-specific website features that Astro does not support out of the box. Instead, Astro offers documentation-specific features through an official [`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs) theme that you can use for your site. This website was built using that template! +VuePress was designed for documentation websites and has some built-in, documentation-specific website features that Astro does not support out of the box. Instead, Astro offers documentation-specific features through an official [`docs`](https://github.com/withastro/astro/tree/main/examples/docs) theme that you can use for your site. This website was built using that template! -Evan You (creator of Vue.js) is currently working on a new version of Vuepress called [VitePress.](https://vitepress.vuejs.org/). If you want a modern alternative to VuePress, [check out Evan's post](https://github.com/snowpackjs/astro/issues/1159#issue-974035962) on why VitePress may be a better option. +Evan You (creator of Vue.js) is currently working on a new version of Vuepress called [VitePress.](https://vitepress.vuejs.org/). If you want a modern alternative to VuePress, [check out Evan's post](https://github.com/withastro/astro/issues/1159#issue-974035962) on why VitePress may be a better option. ### Comparing VuePress vs. Astro Performance diff --git a/docs/src/pages/core-concepts/routing.md b/docs/src/pages/core-concepts/routing.md index 82119575a..9fc4ee1ee 100644 --- a/docs/src/pages/core-concepts/routing.md +++ b/docs/src/pages/core-concepts/routing.md @@ -83,7 +83,7 @@ For a real-world example, you might implement GitHub's file viewer like so: /[org]/[repo]/tree/[branch]/[...file] ``` -In this example, a request for `/snowpackjs/astro/tree/main/docs/public/favicon.svg` would result in the following parameters being available to the page: +In this example, a request for `/withastro/astro/tree/main/docs/public/favicon.svg` would result in the following parameters being available to the page: ```js { diff --git a/docs/src/pages/da/getting-started.md b/docs/src/pages/da/getting-started.md index 2b1427c7e..2f210f606 100644 --- a/docs/src/pages/da/getting-started.md +++ b/docs/src/pages/da/getting-started.md @@ -16,7 +16,7 @@ Alternativt kan du lΓ¦se vores [Installationsguide](/installation) for en fuld g ### Eksempelprojekter -Hvis du foretrΓ¦kker at lΓ¦re Astro ved hjΓ¦lp af eksempler, kan du tjekke vores [fulde bibliotek af eksempler](https://github.com/snowpackjs/astro/tree/main/examples) pΓ₯ GitHub. +Hvis du foretrΓ¦kker at lΓ¦re Astro ved hjΓ¦lp af eksempler, kan du tjekke vores [fulde bibliotek af eksempler](https://github.com/withastro/astro/tree/main/examples) pΓ₯ GitHub. Du kan tjekke alle disse eksempler pΓ₯ din lokale maskine ved at kΓΈre `npm init astro` med CLI-flaget `--template`. Flaget `--template` understΓΈtter ogsΓ₯ tredjeparts-skabeloner lavet af fΓ¦llesskabet. @@ -30,13 +30,13 @@ npm init astro -- --template [GITHUB_BRUGER]/[REPO_NAVN]/sti/til/eksempel ### Online Legepladser -Hvis du er interesseret i at lege med Astro i browseren, kan du bruge en online kodeeditor som Stackblitz, CodeSandbox, Gitpod eller GitHub Codespaces. Klik pΓ₯ "Open in Stackblitz" linket i et af eksemplerne i vores [liste af eksempler](https://github.com/snowpackjs/astro/tree/main/examples). Eller, [klik her](https://stackblitz.com/fork/astro) for at starte et nyt projekt i [Stackblitz](https://stackblitz.com/fork/astro). +Hvis du er interesseret i at lege med Astro i browseren, kan du bruge en online kodeeditor som Stackblitz, CodeSandbox, Gitpod eller GitHub Codespaces. Klik pΓ₯ "Open in Stackblitz" linket i et af eksemplerne i vores [liste af eksempler](https://github.com/withastro/astro/tree/main/examples). Eller, [klik her](https://stackblitz.com/fork/astro) for at starte et nyt projekt i [Stackblitz](https://stackblitz.com/fork/astro). ## LΓ¦r Astro Alle slags mennesker kommer til Astro fra forskellige baggrunde og medbringer forskellige lΓ¦ringsstile. Uanset om du foretrΓ¦kker en mere teoretisk eller praktisk tilgang, hΓ₯ber vi at du finder dette afsnit nyttigt. -- Hvis du foretrΓ¦kker at **lΓ¦re ved at gΓΈre**, kan du starte med vores [liste af eksempler](https://github.com/snowpackjs/astro/tree/main/examples). +- Hvis du foretrΓ¦kker at **lΓ¦re ved at gΓΈre**, kan du starte med vores [liste af eksempler](https://github.com/withastro/astro/tree/main/examples). - Hvis du foretrΓ¦kker at **lΓ¦re koncepter trin for trin**, kan du starte med vores [grundlΓ¦ggende koncepter og vejledninger](/core-concepts/project-structure). Som enhver anden ukendt teknologi har Astro en lille indlΓ¦ringskurve. Men med ΓΈvelse og lidt tΓ₯lmodighed, ved vi at du _vil_ fΓ₯ styr pΓ₯ det pΓ₯ ingen tid. @@ -61,11 +61,11 @@ Twitter-kontoen [@astrodotbuild](https://twitter.com/astrodotbuild) er den offic Vi sender ogsΓ₯ udgivelsesmeddelelser til vores [Discord-fΓ¦llesskab](https://astro.build/chat) i #announcements kanalen. -Ikke hver Astro udgivelse fortjener sit eget blogindlΓ¦g, men du kan finde en detaljeret Γ¦ndringsliste for hver udgivelse i [`CHANGELOG.md` filen i Astro-repositoriet](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Ikke hver Astro udgivelse fortjener sit eget blogindlΓ¦g, men du kan finde en detaljeret Γ¦ndringsliste for hver udgivelse i [`CHANGELOG.md` filen i Astro-repositoriet](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Mangler der noget? -Hvis der mangler noget i dokumentationen, eller hvis du synes, at en del er forvirrende, skal du [indsende et Issue om dokumentationen](https://github.com/snowpackjs/astro/issues/new/choose) med dit forslag til forbedringer, eller tweet pΓ₯ [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-kontoen. Vi elsker at hΓΈre fra dig! +Hvis der mangler noget i dokumentationen, eller hvis du synes, at en del er forvirrende, skal du [indsende et Issue om dokumentationen](https://github.com/withastro/astro/issues/new/choose) med dit forslag til forbedringer, eller tweet pΓ₯ [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-kontoen. Vi elsker at hΓΈre fra dig! ## Kredit diff --git a/docs/src/pages/de/getting-started.md b/docs/src/pages/de/getting-started.md index 8d942b2bd..bcd374c92 100644 --- a/docs/src/pages/de/getting-started.md +++ b/docs/src/pages/de/getting-started.md @@ -26,7 +26,7 @@ _Hinweis: Einige Funktionen (z.B. Fast Refresh) funktionieren aktuell nur begren Es kommen eine Menge verschiedener Menschen mit unterschiedlichen HintergrΓΌnden und anderen Lernweisen zu Astro. UnabhΓ€ngig davon, ob Du lieber theoretisch oder praktisch lernst, hoffen wir, dass Dir dieser Abschnitt weiterhilft. -- Falls Du lieber **praktisch lernst**, suche Dir ein Beispiel aus unserer [Beispiel Liste](https://github.com/snowpackjs/astro/tree/main/examples) aus und fange direkt an. +- Falls Du lieber **praktisch lernst**, suche Dir ein Beispiel aus unserer [Beispiel Liste](https://github.com/withastro/astro/tree/main/examples) aus und fange direkt an. - Falls Du lieber **theoretisch lernst**, kannst Du mit unseren [grundlegenden Konzepten und Anleitungen](/core-concepts/project-structure) beginnen. @@ -54,11 +54,11 @@ Unser [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-Account ist di ZusΓ€tzlich verΓΆffentlichen wir alle Release-AnkΓΌndigungen in unserer [Discord Community](https://astro.build/chat) im `#announcements`-Kanal. -Auch wenn nicht jedes Astro-Release einen eigenen Blogpost verdient, kannst Du alle Γnderungen fΓΌr jedes Release in unserem detaillierten [`CHANGELOG.md` im Astro Repository](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) nachlesen. +Auch wenn nicht jedes Astro-Release einen eigenen Blogpost verdient, kannst Du alle Γnderungen fΓΌr jedes Release in unserem detaillierten [`CHANGELOG.md` im Astro Repository](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) nachlesen. ## Fehlt etwas? -Falls Dir etwas in der Dokumentation fehlt, oder Du einen Teil verwirrend findest, [erstell bitte ein Issue](https://github.com/snowpackjs/astro/issues/new/choose) mit deinen VerbesserungsvorschlΓ€gen fΓΌr die Dokumentation oder tweete an den [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-Account. +Falls Dir etwas in der Dokumentation fehlt, oder Du einen Teil verwirrend findest, [erstell bitte ein Issue](https://github.com/withastro/astro/issues/new/choose) mit deinen VerbesserungsvorschlΓ€gen fΓΌr die Dokumentation oder tweete an den [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-Account. Wir freuen uns, von Dir zu hΓΆren. diff --git a/docs/src/pages/de/installation.md b/docs/src/pages/de/installation.md index 0877a66f3..bc4253eb5 100644 --- a/docs/src/pages/de/installation.md +++ b/docs/src/pages/de/installation.md @@ -29,7 +29,7 @@ yarn create astro pnpm create astro ``` -Mit dem [`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) Assistenten kannst du aus einer Reihe von [Starter-Vorlagen](https://github.com/snowpackjs/astro/tree/main/examples) wΓ€hlen. Alternativ kannst du auch dein eigenes Astro-Projekt direkt von GitHub importieren. +Mit dem [`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro) Assistenten kannst du aus einer Reihe von [Starter-Vorlagen](https://github.com/withastro/astro/tree/main/examples) wΓ€hlen. Alternativ kannst du auch dein eigenes Astro-Projekt direkt von GitHub importieren. ```bash # Hinweis: Ersetze "my-astro-project" durch den Namen deines Projekts. diff --git a/docs/src/pages/de/quick-start.md b/docs/src/pages/de/quick-start.md index 7fdac8fe0..ffb099a2a 100644 --- a/docs/src/pages/de/quick-start.md +++ b/docs/src/pages/de/quick-start.md @@ -30,7 +30,7 @@ npm run build Um mehr ΓΌber den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](de/installation) -Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/snowpackjs/astro/tree/main/examples) auf GitHub an. +Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/withastro/astro/tree/main/examples) auf GitHub an. Du kannst jedes Beispiel ausprobieren, indem du `npm init astro -- --template "EXAMPLE_NAME"` ausfΓΌhrst. ## Starte dein Projekt diff --git a/docs/src/pages/es/comparing-astro-vs-other-tools.md b/docs/src/pages/es/comparing-astro-vs-other-tools.md index a02520e27..5502aedb2 100644 --- a/docs/src/pages/es/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/es/comparing-astro-vs-other-tools.md @@ -18,7 +18,7 @@ Algunas caracterΓsticas, aunque son pocas, aΓΊn no estΓ‘n disponibles en Astro [Docusaurus](https://docusaurus.io/) es un popular generador de sitios web sobre documentaciΓ³n. Docusaurus desarrollado por React para generar tu UI del sitio web; mientras que Astro soporta React, Vue.js, Svelte, y plantillas HTML. -Docusaurus fue diseΓ±ada para construir la documentaciΓ³n de las pΓ‘ginas web y tienen una creaciΓ³n propia y unas caracterΓsticas especΓficas de documentaciΓ³n que Astro no posee. En lugar de eso, Astro ofrece caracterΓsticas especΓficas de documentaciΓ³n mediante un tema oficial [`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs) que puedes utilizar en tu sitio. !Este sitio web se construyΓ³ usando ese tema! +Docusaurus fue diseΓ±ada para construir la documentaciΓ³n de las pΓ‘ginas web y tienen una creaciΓ³n propia y unas caracterΓsticas especΓficas de documentaciΓ³n que Astro no posee. En lugar de eso, Astro ofrece caracterΓsticas especΓficas de documentaciΓ³n mediante un tema oficial [`docs`](https://github.com/withastro/astro/tree/main/examples/docs) que puedes utilizar en tu sitio. !Este sitio web se construyΓ³ usando ese tema! #### Comparando el Rendimiento de Docusaurus vs. Astro @@ -201,9 +201,9 @@ Una de las mΓ‘s grandes razones detrΓ‘s de la diferencia en los rendimientos es [VuePress](https://vuepress.vuejs.org/guide/) es un constructor de documentaciΓ³n de sitios web, desarrollado por los creadores de Vue.js. VuePress utiliza Vue.js para generar la interfaz de usuario de tu sitio web, mientras que Astro soporta React, Vue.js, Svelte, y plantillas HTML. -VuePress fue diseΓ±ado para documentar sitios web y tiene funcionalidades y caracterΓsticas propias que Astro no soporta por defecto. En su lugar, Astro ofrece caracterΓsticas especΓficas de documentaciΓ³n mediante un tema oficial [`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs), el cual puedes usar para tu sitio web. !Este sitio web fue construido usando ese tema! +VuePress fue diseΓ±ado para documentar sitios web y tiene funcionalidades y caracterΓsticas propias que Astro no soporta por defecto. En su lugar, Astro ofrece caracterΓsticas especΓficas de documentaciΓ³n mediante un tema oficial [`docs`](https://github.com/withastro/astro/tree/main/examples/docs), el cual puedes usar para tu sitio web. !Este sitio web fue construido usando ese tema! -Actualmente, Evan You (creador de Vue.js) estΓ‘ trabajando en una nueva versiΓ³n de Vuepress llamado [VitePress.](https://vitepress.vuejs.org/). Si quieres conocer una moderna alternativa a VuePress, [revisa este post de Evan](https://github.com/snowpackjs/astro/issues/1159#issue-974035962) del porquΓ© VitePress podrΓa ser una mejor opciΓ³n. +Actualmente, Evan You (creador de Vue.js) estΓ‘ trabajando en una nueva versiΓ³n de Vuepress llamado [VitePress.](https://vitepress.vuejs.org/). Si quieres conocer una moderna alternativa a VuePress, [revisa este post de Evan](https://github.com/withastro/astro/issues/1159#issue-974035962) del porquΓ© VitePress podrΓa ser una mejor opciΓ³n. #### Comparando el VuePress de Gatsby vs. Astro diff --git a/docs/src/pages/es/core-concepts/routing.md b/docs/src/pages/es/core-concepts/routing.md index d2e1e35c8..1de3e0312 100644 --- a/docs/src/pages/es/core-concepts/routing.md +++ b/docs/src/pages/es/core-concepts/routing.md @@ -83,7 +83,7 @@ Para un ejemplo del mundo real, puede implementar el visor de archivos de GitHub /[org]/[repo]/tree/[branch]/[...file] ``` -En este ejemplo, una solicitud de `/snowpackjs/astro/tree/main/docs/public/favicon.svg` darΓa como resultado que los siguientes parΓ‘metros estuvieran disponibles para la pΓ‘gina: +En este ejemplo, una solicitud de `/withastro/astro/tree/main/docs/public/favicon.svg` darΓa como resultado que los siguientes parΓ‘metros estuvieran disponibles para la pΓ‘gina: ```js { diff --git a/docs/src/pages/es/getting-started.md b/docs/src/pages/es/getting-started.md index 66d82fd38..f34734016 100644 --- a/docs/src/pages/es/getting-started.md +++ b/docs/src/pages/es/getting-started.md @@ -24,7 +24,7 @@ _Nota: Algunas caracterΓsticas (ex: Fast Refresh) actualmente estΓ‘n limitadas Todo tipo de personas vienen a Astro de diferentes orΓgenes trayendo consigo diferentes estilos de aprendizaje. Ya sea que prefieras un enfoque mΓ‘s teΓ³rico o prΓ‘ctico, esperamos que esta secciΓ³n te resulte ΓΊtil. -- Si prefieres **aprender haciendo**, comienza con nuestra biblioteca de [ejemplos](https://github.com/snowpackjs/astro/tree/main/examples). +- Si prefieres **aprender haciendo**, comienza con nuestra biblioteca de [ejemplos](https://github.com/withastro/astro/tree/main/examples). - Si prefieres **aprender conceptos paso a paso**, comienza con nuestros [conceptos bΓ‘sicos y guΓas](https://docs.astro.build/es/core-concepts/project-structure). Como cualquier tecnologΓa desconocida, Astro viene con una ligera curva de aprendizaje. Sin embargo, con prΓ‘ctica y algo de paciencia, sabemos que lo dominarΓ‘s en poco tiempo. @@ -49,11 +49,11 @@ La cuenta de Twitter [@astrodotbuild](https://twitter.com/astrodotbuild) es la f TambiΓ©n publicamos anuncios de lanzamiento en nuestra comunidad de [Discord](https://astro.build/chat) en el canal de #announcements. -No todos los lanzamientos de Astro merecen su propia publicaciΓ³n en el blog, pero puedes encontrar un registro de cambios detallado para cada versiΓ³n en el archivo [CHANGELOG.md](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) en el repositorio de Astro. +No todos los lanzamientos de Astro merecen su propia publicaciΓ³n en el blog, pero puedes encontrar un registro de cambios detallado para cada versiΓ³n en el archivo [CHANGELOG.md](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) en el repositorio de Astro. ## ΒΏFalta algo? -Si falta algo en la documentaciΓ³n o si alguna parte te resulta confusa, por favor [abre una issue para la documentaciΓ³n](https://github.com/snowpackjs/astro/issues/new/choose) con tus sugerencias de mejora o menciona a la cuenta de Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). Β‘Nos encanta saber de ti! +Si falta algo en la documentaciΓ³n o si alguna parte te resulta confusa, por favor [abre una issue para la documentaciΓ³n](https://github.com/withastro/astro/issues/new/choose) con tus sugerencias de mejora o menciona a la cuenta de Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). Β‘Nos encanta saber de ti! ## CrΓ©ditos diff --git a/docs/src/pages/es/installation.md b/docs/src/pages/es/installation.md index 0f3689931..defb60583 100644 --- a/docs/src/pages/es/installation.md +++ b/docs/src/pages/es/installation.md @@ -26,7 +26,7 @@ npm init astro yarn create astro ``` -El asistente de instalaciΓ³n [`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro), te permite escoger de una lista de [plantillas de inicio](/examples); por otro lado, puedes importar tus propios proyectos de Astro directamente desde GitHub. +El asistente de instalaciΓ³n [`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro), te permite escoger de una lista de [plantillas de inicio](/examples); por otro lado, puedes importar tus propios proyectos de Astro directamente desde GitHub. ```bash # Nota: Reemplaza "my-astro-project" con el nombre de tu proyecto. diff --git a/docs/src/pages/es/quick-start.md b/docs/src/pages/es/quick-start.md index 4be26a7da..bf722f295 100644 --- a/docs/src/pages/es/quick-start.md +++ b/docs/src/pages/es/quick-start.md @@ -30,7 +30,7 @@ npm run build Para saber mΓ‘s sobre la instalaciΓ³n y uso de Astro por primera vez, por favor [lea nuestra guΓa de instalaciΓ³n.](installation) -Si prefieres aprender con ejemplos, revisa nuestra [librerΓa completa de ejemplos](https://github.com/snowpackjs/astro/tree/main/examples) en GitHub. Puedes revisar cualquiera de estos ejemplos localmente ejecutando `npm init astro -- --template "EXAMPLE_NAME"`. +Si prefieres aprender con ejemplos, revisa nuestra [librerΓa completa de ejemplos](https://github.com/withastro/astro/tree/main/examples) en GitHub. Puedes revisar cualquiera de estos ejemplos localmente ejecutando `npm init astro -- --template "EXAMPLE_NAME"`. ## Comienza con tu proyecto diff --git a/docs/src/pages/es/reference/configuration-reference.md b/docs/src/pages/es/reference/configuration-reference.md index 53d211dc1..72935b2b9 100644 --- a/docs/src/pages/es/reference/configuration-reference.md +++ b/docs/src/pages/es/reference/configuration-reference.md @@ -6,7 +6,7 @@ lang: es Para configurar Astro, agrega un archivo `astro.config.mjs` en la raΓz de tu proyecto. Todos los ajustes son opcionales. -Puedes ver la API de configuraciΓ³n completa (incluida la informaciΓ³n sobre la configuraciΓ³n predeterminada) en [GitHub](https://github.com/snowpackjs/astro/blob/latest/packages/astro/src/@types/config.ts). +Puedes ver la API de configuraciΓ³n completa (incluida la informaciΓ³n sobre la configuraciΓ³n predeterminada) en [GitHub](https://github.com/withastro/astro/blob/latest/packages/astro/src/@types/config.ts). ```js // Example: astro.config.mjs diff --git a/docs/src/pages/fi/getting-started.md b/docs/src/pages/fi/getting-started.md index 98e214c79..868123519 100644 --- a/docs/src/pages/fi/getting-started.md +++ b/docs/src/pages/fi/getting-started.md @@ -22,7 +22,7 @@ _Huomaa: jotkin toiminnallisuudet (mm. nopea pΓ€ivitys) ovat toistaiseksi rajall IhmisillΓ€ on monenlaisia taustoja ja erilaisia oppimistyylejΓ€. Toivomme sinun saavan irti tΓ€stΓ€ osiosta riippumatta siitΓ€ oletko enemmΓ€n teoriatason vaiko kΓ€ytΓ€nnΓΆn tason oppija. -- Jos suosit **oppimista tekemΓ€llΓ€**, kokeile aloittaa [esimerkkikirjastostamme](https://github.com/snowpackjs/astro/tree/main/examples). +- Jos suosit **oppimista tekemΓ€llΓ€**, kokeile aloittaa [esimerkkikirjastostamme](https://github.com/withastro/astro/tree/main/examples). - Jos suosit **konseptien oppimista vaihe vaiheelta**, kokeile aloittaa [peruskonsepteista ja oppaista](/core-concepts/project-structure). Astrolla on oma oppimiskΓ€yrΓ€nsΓ€ kuten millΓ€ tahansa ennestÀÀn tuntemattomalla teknologialla. Harjoittelulla ja kΓ€rsivΓ€llisyydellΓ€ _tulet_ pÀÀsemÀÀn asioista kΓ€rryille. @@ -47,11 +47,11 @@ Twitterin [@astrodotbuild](https://twitter.com/astrodotbuild)-tunnus on virallin Tulemme kertomaan julkaisuista myΓΆs [Discord-yhteisΓΆssΓ€](https://astro.build/chat) kanavalla #announcements. -Kaikki Astro-julkaisut eivΓ€t tule olemaan oman blogikirjoituksensa arvoisia, mutta lΓΆydΓ€t yksityiskohtaisen muutoslokin jokaiselle julkaisulle [`CHANGELOG.md`-tiedostosta Astron repossa](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Kaikki Astro-julkaisut eivΓ€t tule olemaan oman blogikirjoituksensa arvoisia, mutta lΓΆydΓ€t yksityiskohtaisen muutoslokin jokaiselle julkaisulle [`CHANGELOG.md`-tiedostosta Astron repossa](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Puuttuuko jotakin? -MikΓ€li havaitset puutteita dokumentaatiossa tai ettΓ€ osa siitΓ€ ovat hΓ€mmentΓ€viΓ€, jΓ€tΓ€thΓ€n [ilmoituksen dokumentaation ongelmasta](https://github.com/snowpackjs/astro/issues/new/choose) sisΓ€ltΓ€en ehdotuksesi sen parantamiseksi, tai twiittaa [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-tunnukselle. Otamme palautetta vastaan mielellΓ€mme! +MikΓ€li havaitset puutteita dokumentaatiossa tai ettΓ€ osa siitΓ€ ovat hΓ€mmentΓ€viΓ€, jΓ€tΓ€thΓ€n [ilmoituksen dokumentaation ongelmasta](https://github.com/withastro/astro/issues/new/choose) sisΓ€ltΓ€en ehdotuksesi sen parantamiseksi, tai twiittaa [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-tunnukselle. Otamme palautetta vastaan mielellΓ€mme! ## Kiitokset diff --git a/docs/src/pages/fr/getting-started.md b/docs/src/pages/fr/getting-started.md index 9a0c154e0..16817606a 100644 --- a/docs/src/pages/fr/getting-started.md +++ b/docs/src/pages/fr/getting-started.md @@ -24,7 +24,7 @@ _Note: quelques-unes des fonctionnalitΓ©s (ex : RafraΓchissement Rapide) sont p Tous les dΓ©veloppeurs qui essaient Astro n'ont ni la mΓͺme expΓ©rience, ni les mΓͺmes mΓ©thodes d'apprentissage. Que vous prΓ©fΓ©riez une approche plutΓ΄t thΓ©orique ou pratique, nous espΓ©rons que vous trouverez l'aide qu'il vous faut dans cette section. -- Si vous prΓ©fΓ©rez une **approche pratique**, commencez avec notre [librairie d'exemples](https://github.com/snowpackjs/astro/tree/main/examples). +- Si vous prΓ©fΓ©rez une **approche pratique**, commencez avec notre [librairie d'exemples](https://github.com/withastro/astro/tree/main/examples). - Si vous prΓ©fΓ©rez **apprendre les concepts Γ©tape par Γ©tape**, commencez avec nos [fondamentaux et guides](/core-concepts/project-structure). Comme toute nouvelle technologie, Astro possΓ¨de une certaine courbe d'apprentissage. MalgrΓ© cela, avec de la pratique et de la patience, nous savons, que _vous_ allez prendre la main, en trΓ¨s peu de temps. @@ -49,11 +49,11 @@ Le compte Twitter [@astrodotbuild](https://twitter.com/astrodotbuild) est la sou Nous publions Γ©galement les annonces de nouvelles versions sur notre [CommunautΓ© Discord](https://astro.build/chat) dans le salon #announcements. -Toutes les releases d'Astro ne requiΓ¨rent pas leur propre article de blog, mais vous pouvez trouver un changelog dΓ©taillΓ© de toutes les releases dans le [fichier `CHANGELOG.md` du dΓ©pΓ΄t Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Toutes les releases d'Astro ne requiΓ¨rent pas leur propre article de blog, mais vous pouvez trouver un changelog dΓ©taillΓ© de toutes les releases dans le [fichier `CHANGELOG.md` du dΓ©pΓ΄t Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Quelque chose vous manqueβ―? -Si vous pensez que quelque chose manque dans la documentation ou si vous en trouvez une partie dΓ©routante, veuillez [crΓ©er une "issue" sur le dΓ©pΓ΄t de la documentation](https://github.com/snowpackjs/astro/issues/new/choose) avec vos suggestions d'amΓ©lioration, ou bien mentionnez le compte [@astrodotbuild](https://twitter.com/astrodotbuild) sur Twitter. Nous adorons avoir de vos nouvellesβ―! +Si vous pensez que quelque chose manque dans la documentation ou si vous en trouvez une partie dΓ©routante, veuillez [crΓ©er une "issue" sur le dΓ©pΓ΄t de la documentation](https://github.com/withastro/astro/issues/new/choose) avec vos suggestions d'amΓ©lioration, ou bien mentionnez le compte [@astrodotbuild](https://twitter.com/astrodotbuild) sur Twitter. Nous adorons avoir de vos nouvellesβ―! ## CrΓ©dits diff --git a/docs/src/pages/fr/installation.md b/docs/src/pages/fr/installation.md index 96c7b8f39..d7194a927 100644 --- a/docs/src/pages/fr/installation.md +++ b/docs/src/pages/fr/installation.md @@ -26,7 +26,7 @@ npm init astro yarn create astro ``` -L'assistant d'installation [`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) vous propose de choisir entre diffΓ©rents [squelettes d'application](/examples), mais offre aussi la possibilitΓ© d'importer un projet Astro directement depuis GitHub. +L'assistant d'installation [`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro) vous propose de choisir entre diffΓ©rents [squelettes d'application](/examples), mais offre aussi la possibilitΓ© d'importer un projet Astro directement depuis GitHub. ```bash # Note : remplacez "my-astro-project" avec le nom de votre projet. diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index 06f8e0937..1fd428fa3 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -16,7 +16,7 @@ Alternatively, read our [Installation Guide](/installation) for a full walk-thro ### Example Projects -If you prefer to learn Astro by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. +If you prefer to learn Astro by example, check out our [complete library of examples](https://github.com/withastro/astro/tree/main/examples) on GitHub. You can check out any of these examples on your local machine by running `npm init astro` with the `--template` CLI flag. The `--template` flag also supports third-party, community templates. @@ -32,13 +32,13 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example If you're interested in playing around with Astro in the browser, you can instantly spin up a new Astro project with our UI at [astro.new](https://astro.new/). -You can try Astro in online code editors like Stackblitz, CodeSandbox, Gitpod, and GitHub Codespaces. Click the "Open in Stackblitz" link in any of the examples in our [examples library](https://github.com/snowpackjs/astro/tree/main/examples). Or, [click here](https://stackblitz.com/fork/astro) to start a new project in [Stackblitz](https://stackblitz.com/fork/astro). +You can try Astro in online code editors like Stackblitz, CodeSandbox, Gitpod, and GitHub Codespaces. Click the "Open in Stackblitz" link in any of the examples in our [examples library](https://github.com/withastro/astro/tree/main/examples). Or, [click here](https://stackblitz.com/fork/astro) to start a new project in [Stackblitz](https://stackblitz.com/fork/astro). ## Learn Astro All manner of people come to Astro from different backgrounds bringing with them different learning styles. Whether you prefer a more theoretical or a practical approach, we hope you'll find this section helpful. -- If you prefer to **learn by doing**, start with our [examples library](https://github.com/snowpackjs/astro/tree/main/examples). +- If you prefer to **learn by doing**, start with our [examples library](https://github.com/withastro/astro/tree/main/examples). - If you prefer to **learn concepts step by step**, start with our [basic concepts and guides](/core-concepts/project-structure). Like any unfamiliar technology, Astro comes with a slight learning curve. However, with practice and some patience, we know, you _will_ get the hang of it, in no time. @@ -63,11 +63,11 @@ The [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter account is the o We also post release announcements to our [Discord community](https://astro.build/chat) in the #announcements channel. -Not every Astro release deserves its own blog post, but you can find a detailed changelog for every release in the [`CHANGELOG.md` file in the Astro repository](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Not every Astro release deserves its own blog post, but you can find a detailed changelog for every release in the [`CHANGELOG.md` file in the Astro repository](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Something Missing? -If something is missing in the documentation or if you found some part confusing, please [file an issue for the documentation](https://github.com/snowpackjs/astro/issues/new/choose) with your suggestions for improvement, or tweet at the [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter account. We love hearing from you! +If something is missing in the documentation or if you found some part confusing, please [file an issue for the documentation](https://github.com/withastro/astro/issues/new/choose) with your suggestions for improvement, or tweet at the [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter account. We love hearing from you! ## Credit diff --git a/docs/src/pages/guides/environment-variables.md b/docs/src/pages/guides/environment-variables.md index 26e19ff7f..30ab36398 100644 --- a/docs/src/pages/guides/environment-variables.md +++ b/docs/src/pages/guides/environment-variables.md @@ -6,7 +6,7 @@ description: Learn how to use environment variables in an Astro project. Astro uses Vite for environment variables, and allows you to use any of its methods to get and set environment variables. Note that all environment variables must be prefixed with `PUBLIC_` to be accessible by client side code. -The ability to access private variables on the server side is [still being discussed](https://github.com/snowpackjs/astro/issues/1765). +The ability to access private variables on the server side is [still being discussed](https://github.com/withastro/astro/issues/1765). ## Setting environment variables diff --git a/docs/src/pages/guides/markdown-content.md b/docs/src/pages/guides/markdown-content.md index b3c851fa6..5590f0906 100644 --- a/docs/src/pages/guides/markdown-content.md +++ b/docs/src/pages/guides/markdown-content.md @@ -8,7 +8,7 @@ Astro comes with out-of-the-box Markdown support powered by the expansive [remar ## Parsers -Astro lets you use any Markdown parser you want. It just needs to be a function that follows the `MarkdownParser` type declared inside [this file](https://github.com/snowpackjs/astro/blob/main/packages/astro/src/@types/astro.ts). You can declare it inside `astro.config.mjs`: +Astro lets you use any Markdown parser you want. It just needs to be a function that follows the `MarkdownParser` type declared inside [this file](https://github.com/withastro/astro/blob/main/packages/astro/src/@types/astro.ts). You can declare it inside `astro.config.mjs`: ```js // astro.config.mjs diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md index 595804d03..9e5e3bf88 100644 --- a/docs/src/pages/guides/styling.md +++ b/docs/src/pages/guides/styling.md @@ -251,7 +251,7 @@ As an alternative to `src/styles/global.css`, You may also add Tailwind utilitie #### Migrating from v0.19 -As of [version 0.20.0](https://github.com/snowpackjs/astro/releases/tag/astro%400.20.0), Astro will no longer bundle, build and process `public/` files. Previously, we'd recommended putting your tailwind files in the `public/` directory. If you started a project with this pattern, you should move any Tailwind styles into the `src` directory and import them in your template using [Astro.resolve()][astro-resolve]: +As of [version 0.20.0](https://github.com/withastro/astro/releases/tag/astro%400.20.0), Astro will no longer bundle, build and process `public/` files. Previously, we'd recommended putting your tailwind files in the `public/` directory. If you started a project with this pattern, you should move any Tailwind styles into the `src` directory and import them in your template using [Astro.resolve()][astro-resolve]: ```astro <link @@ -622,7 +622,7 @@ Also please check out the [Stylelint][stylelint] project to whip your styles int [fouc]: https://en.wikipedia.org/wiki/Flash_of_unstyled_content [layout-isolated]: https://web.archive.org/web/20210227162315/https://visly.app/blogposts/layout-isolated-components [less]: https://lesscss.org/ -[issues]: https://github.com/snowpackjs/astro/issues +[issues]: https://github.com/withastro/astro/issues [magic-number]: https://css-tricks.com/magic-numbers-in-css/ [material-ui]: https://material.io/components [peace-on-css]: https://didoo.medium.com/let-there-be-peace-on-css-8b26829f1be0 diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index 110c5c76d..a81bf08e4 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -29,7 +29,7 @@ yarn create astro pnpm create astro ``` -[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](https://github.com/snowpackjs/astro/tree/main/examples) or alternatively, you could import your own Astro project directly from GitHub. +[`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](https://github.com/withastro/astro/tree/main/examples) or alternatively, you could import your own Astro project directly from GitHub. ```bash # Note: Replace "my-astro-project" with the name of your project. diff --git a/docs/src/pages/it/getting-started.md b/docs/src/pages/it/getting-started.md index 96c1fef33..a1887ccdd 100644 --- a/docs/src/pages/it/getting-started.md +++ b/docs/src/pages/it/getting-started.md @@ -16,7 +16,7 @@ In alternativa, leggi la nostra [Guida all'Installazione](/installation) per una ### Esempi -Se preferisci imparare Astro tramite esempi, dai un'occhiata alla nostra [libreria completa degli esempi](https://github.com/snowpackjs/astro/tree/main/examples) su GitHub. +Se preferisci imparare Astro tramite esempi, dai un'occhiata alla nostra [libreria completa degli esempi](https://github.com/withastro/astro/tree/main/examples) su GitHub. Puoi testare uno qualsiasi di questi esempi sulla tua macchina locale lanciando `npm init astro` con la flag `--template` da CLI. La flag `--template` supporta anche template di terze parti della community. @@ -30,13 +30,13 @@ npm init astro -- --template [UTENTE_GITHUB]/[NOME_REPO]/percorso/al/esempio ### Online Playgrounds -Se ti interessa provare Astro in un browser, puoi utilizzare un code editor online come Stackblitz, CodeSandbox, Gitpod o GitHub Codespaces. Clicca sul link "Open in Stackblitz" in uno dei nostri esempi nella [libreria degli esempi](https://github.com/snowpackjs/astro/tree/main/examples). In alternativa, [clicca qui](https://stackblitz.com/fork/astro) per avviare un nuovo progetto in [Stackblitz](https://stackblitz.com/fork/astro). +Se ti interessa provare Astro in un browser, puoi utilizzare un code editor online come Stackblitz, CodeSandbox, Gitpod o GitHub Codespaces. Clicca sul link "Open in Stackblitz" in uno dei nostri esempi nella [libreria degli esempi](https://github.com/withastro/astro/tree/main/examples). In alternativa, [clicca qui](https://stackblitz.com/fork/astro) per avviare un nuovo progetto in [Stackblitz](https://stackblitz.com/fork/astro). ## Impara Astro In Astro arrivano persone di tutti i tipi, con il loro background di conoscenze e stili d'apprendimento diversi. Sia che tu preferisca un approccio piΓΉ teorico o piΓΉ pratico, speriamo troverai questa sezione utile. -- Se preferisci **imparare facendo cose**, puoi iniziare con la nostra [libreria degli esempi](https://github.com/snowpackjs/astro/tree/main/examples). +- Se preferisci **imparare facendo cose**, puoi iniziare con la nostra [libreria degli esempi](https://github.com/withastro/astro/tree/main/examples). - Se preferisci **imparare i concetti passo-passo**, puoi iniziare da [guide e concetti base](/core-concepts/project-structure). Come ogni tecnologia poco familiare, Astro si presenta con una leggera curva di apprendimento. Tuttavia, con un po' di pratica e pazienza, sappiamo che ci riuscirai in poco tempo. @@ -61,11 +61,11 @@ L'account Twitter [@astrodotbuild](https://twitter.com/astrodotbuild) Γ¨ la font Pubblichiamo anche annunci sui rilasci nella nostra [community Discord](https://astro.build/chat) nel canale #announcements. -Non tutte le release di Astro saranno accompagnate da un post sul blog, ma puoi sempre trovare un changelog dettagliato per ogni release nel [file `CHANGELOG.md` nella repository Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Non tutte le release di Astro saranno accompagnate da un post sul blog, ma puoi sempre trovare un changelog dettagliato per ogni release nel [file `CHANGELOG.md` nella repository Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Manca Qualcosa? -Se manca qualcosa nella documentazione o trovi qualche parte confusionaria, per favore [segnala un problema sulla documentazione](https://github.com/snowpackjs/astro/issues/new/choose) con i tuoi suggerimenti per migliorarla, oppure twitta all'account Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). Ci piace ascoltarvi! +Se manca qualcosa nella documentazione o trovi qualche parte confusionaria, per favore [segnala un problema sulla documentazione](https://github.com/withastro/astro/issues/new/choose) con i tuoi suggerimenti per migliorarla, oppure twitta all'account Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). Ci piace ascoltarvi! ## Crediti diff --git a/docs/src/pages/ja/getting-started.md b/docs/src/pages/ja/getting-started.md index 67a93cb96..c3d862e53 100644 --- a/docs/src/pages/ja/getting-started.md +++ b/docs/src/pages/ja/getting-started.md @@ -18,7 +18,7 @@ Astro γη°‘εγͺζ¦θ¦γη₯γγγζΉγ―[γγΌγ γγΌγΈ](https://astro. ## γ΅γ³γγ«γγγΈγ§γ―γ -γ΅γ³γγ«γδ½Ώγ£γ¦ Astro γε¦γ³γγζΉγ―γGitHub γ«γγ[ε
¨γ΅γ³γγ«](https://github.com/snowpackjs/astro/tree/main/examples)γγ覧γγ γγγ +γ΅γ³γγ«γδ½Ώγ£γ¦ Astro γε¦γ³γγζΉγ―γGitHub γ«γγ[ε
¨γ΅γ³γγ«](https://github.com/withastro/astro/tree/main/examples)γγ覧γγ γγγ γγγγγ΅γ³γγ«γ―γ`--template` γ¨γγ CLI γγ©γ°γδ»γγ¦ `npm init astro` γεθ‘γγγ¨γγγΌγ«γ«γγ·γ³γ§γγ§γγ―γ’γ¦γγ§γγΎγγγΎγγ `--template` γγ©γ°γ―γγ΅γΌγγγΌγγ£γγ³γγ₯γγγ£γγ³γγ¬γΌγγγ΅γγΌγγγ¦γγΎγγ @@ -40,7 +40,7 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example Astro γ«γ―γγγΎγγΎγͺγγγ―γ°γ©γ¦γ³γγζγ£γδΊΊγιγΎγ£γ¦γγγε¦ηΏγΉγΏγ€γ«γγγΎγγΎγ§γγγγγ»γ―γ·γ§γ³γ§γ―γγγηθ«ηγͺγ’γγγΌγγεθ·΅ηγͺγ’γγγΌγγͺγ©γγγΎγγΎγͺε¦ηΏγΉγΏγ€γ«γγη΄Ήδ»γγ¦γγΎγγγ§γεθγ«γͺγγ°εΉΈγγ§γγ -- ειγ«γγ£γ¦γΏγ¦ε¦γ³γγγ¨γγζΉγ―γγΎγ[γ΅γ³γγ«γ©γ€γγ©γͺ](https://github.com/snowpackjs/astro/tree/main/examples)γγε§γγ¦γγ γγγ +- ειγ«γγ£γ¦γΏγ¦ε¦γ³γγγ¨γγζΉγ―γγΎγ[γ΅γ³γγ«γ©γ€γγ©γͺ](https://github.com/withastro/astro/tree/main/examples)γγε§γγ¦γγ γγγ - γΎγγγ³γ³γ»γγγζ΅ιηγ«ε¦γ³γγζΉγ―γ[εΊζ¬γ³γ³γ»γγγ¨γ¬γ€γ](/core-concepts/project-structure)γγ覧γγ γγγ δ»γζ
£γγͺγζθ‘γ¨εζ§γAstro γ«γθ₯εΉ²γηΏεΎγεΏ
θ¦γ§γγγγγγη·΄ηΏγ¨εΏθεγγγγ°γγγγ«δ½Ώγγγͺγγγγγ«γͺγγγ¨ιιγγͺγγ§γγγγ @@ -65,11 +65,11 @@ Astro γγΌγ γγγζζ°ζ
ε ±γ―γ[@astrodotbuild](https://twitter.com/a γΎγγ[Discord γ³γγ₯γγγ£](https://astro.build/chat)γ #announcements γγ£γ³γγ«γ«γγͺγͺγΌγΉγγη₯γγγζη¨Ώγγ¦γγΎγγ -γγΉγ¦γγͺγͺγΌγΉγγγγ°θ¨δΊγ§η΄Ήδ»γγγγγγ§γ―γγγΎγγγγ[Astro γͺγγΈγγͺγ `CHANGELOG.md` γγ‘γ€γ«](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md)γ«γ―γγγΉγ¦γγͺγͺγΌγΉγθ©³η΄°γͺε€ζ΄ε±₯ζ΄γθ¨θΌγγγ¦γγΎγγ +γγΉγ¦γγͺγͺγΌγΉγγγγ°θ¨δΊγ§η΄Ήδ»γγγγγγ§γ―γγγΎγγγγ[Astro γͺγγΈγγͺγ `CHANGELOG.md` γγ‘γ€γ«](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)γ«γ―γγγΉγ¦γγͺγͺγΌγΉγθ©³η΄°γͺε€ζ΄ε±₯ζ΄γθ¨θΌγγγ¦γγΎγγ ## δ½γθΆ³γγͺγοΌ -γγγ₯γ‘γ³γγ«δ½γθΆ³γγͺγγ¨γγγγγ£γγγγγγγ«γγγ¨γγγθ¦γ€γγγγζΉεγγγγζζ‘γ[γγγ₯γ‘γ³γγ Issue γ¨γγ¦ζεΊγγ¦γγ γγ](https://github.com/snowpackjs/astro/issues/new/choose)γγΎγγ― [@astrodotbuild](https://twitter.com/astrodotbuild) γ Twitter γ’γ«γ¦γ³γγ«γ€γΆγγγ¦γγ γγγηζ§γγζθ¦γγεΎ
γ‘γγ¦γγγΎγγ +γγγ₯γ‘γ³γγ«δ½γθΆ³γγͺγγ¨γγγγγ£γγγγγγγ«γγγ¨γγγθ¦γ€γγγγζΉεγγγγζζ‘γ[γγγ₯γ‘γ³γγ Issue γ¨γγ¦ζεΊγγ¦γγ γγ](https://github.com/withastro/astro/issues/new/choose)γγΎγγ― [@astrodotbuild](https://twitter.com/astrodotbuild) γ Twitter γ’γ«γ¦γ³γγ«γ€γΆγγγ¦γγ γγγηζ§γγζθ¦γγεΎ
γ‘γγ¦γγγΎγγ ## γ―γ¬γΈγγ diff --git a/docs/src/pages/ja/installation.md b/docs/src/pages/ja/installation.md index c5668a5e2..8f1c08fa3 100644 --- a/docs/src/pages/ja/installation.md +++ b/docs/src/pages/ja/installation.md @@ -30,7 +30,7 @@ yarn create astro pnpm create astro ``` -[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro)γ¦γ£γΆγΌγγ§γ―γ[γΉγΏγΌγΏγΌγγ³γγ¬γΌγ](https://github.com/snowpackjs/astro/tree/main/examples)γγε₯½γγͺγγγιΈγΉγΎγγ代γγγ« GitHub γγθͺεγ Astro γγγΈγ§γ―γγη΄ζ₯γ€γ³γγΌγγγ§γγΎγγ +[`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro)γ¦γ£γΆγΌγγ§γ―γ[γΉγΏγΌγΏγΌγγ³γγ¬γΌγ](https://github.com/withastro/astro/tree/main/examples)γγε₯½γγͺγγγιΈγΉγΎγγ代γγγ« GitHub γγθͺεγ Astro γγγΈγ§γ―γγη΄ζ₯γ€γ³γγΌγγγ§γγΎγγ ```bash # 注: "my-astro-project" γ―γγͺγγγγγΈγ§γ―γεγ«η½γζγγ¦γγ γγγ diff --git a/docs/src/pages/ja/quick-start.md b/docs/src/pages/ja/quick-start.md index d7af5b05e..3ebdc032d 100644 --- a/docs/src/pages/ja/quick-start.md +++ b/docs/src/pages/ja/quick-start.md @@ -28,7 +28,7 @@ npm run build γ―γγγ¦ Astro γγ€γ³γΉγγΌγ«γγ¦δ½Ώη¨γγε ΄εγ―γ[γ€γ³γΉγγΌγ«γ¬γ€γ](/ja/installation)γγ覧γγ γγγ -γ΅γ³γγ«γθ¦γͺγγε¦γ³γγγ¨γγζΉγ―γGitHub γ«γγ[ε
¨γ΅γ³γγ«](https://github.com/snowpackjs/astro/tree/main/examples)γγ覧γγ γγγ `npm init astro -- --template "EXAMPLE_NAME"` γεθ‘γγγ°γγγγγγ΅γ³γγ«γγγΌγ«γ«γ«γγ§γγ―γ’γ¦γγ§γγΎγγ +γ΅γ³γγ«γθ¦γͺγγε¦γ³γγγ¨γγζΉγ―γGitHub γ«γγ[ε
¨γ΅γ³γγ«](https://github.com/withastro/astro/tree/main/examples)γγ覧γγ γγγ `npm init astro -- --template "EXAMPLE_NAME"` γεθ‘γγγ°γγγγγγ΅γ³γγ«γγγΌγ«γ«γ«γγ§γγ―γ’γ¦γγ§γγΎγγ ## γγγΈγ§γ―γγιε§ diff --git a/docs/src/pages/kr/getting-started.md b/docs/src/pages/kr/getting-started.md index cd19f2be8..e6af7a19e 100644 --- a/docs/src/pages/kr/getting-started.md +++ b/docs/src/pages/kr/getting-started.md @@ -24,7 +24,7 @@ _μ£Όμ: λͺλͺ κΈ°λ₯μ μμ§ CodeSandboxμμ λμνμ§ μμ μ μμ μ¬λλ€μ λ€μν λ°°κ²½μμ κ°μ λ€λ₯Έ νμ΅ μ€νμΌλ‘ Astroμ μ
λ¬Έν©λλ€. μ΄ μΉμ
μ΄ μ΄λ‘ μ μΈ μ κ·Ό λ°©μμ΄λ μ€μ©μ μΈ μ κ·Ό λ°©μμ μ νΈνλ μ¬λ λͺ¨λμκ² λμμ΄ λκΈ°λ₯Ό λ°λλλ€. -- **μ§μ κ²½ννλ©° λ°°μ°λ** λ°©μμ μ νΈνλ€λ©΄, [μμ λΌμ΄λΈλ¬λ¦¬](https://github.com/snowpackjs/astro/tree/main/examples)μμ μμν΄λ³΄μΈμ. +- **μ§μ κ²½ννλ©° λ°°μ°λ** λ°©μμ μ νΈνλ€λ©΄, [μμ λΌμ΄λΈλ¬λ¦¬](https://github.com/withastro/astro/tree/main/examples)μμ μμν΄λ³΄μΈμ. - **κ°λ
λΆν° μ°¨κ·Όμ°¨κ·Ό μ΅νλ** λ°©μμ μ νΈνλ€λ©΄, [κΈ°λ³Έ κ°λ
κ°μ΄λ](/core-concepts/project-structure)μμ μμν΄λ³΄μΈμ. λ€λ₯Έ λ―μ κΈ°μ κ³Ό λ§μ°¬κ°μ§λ‘ Astroμλ λ¬λ 컀λΈ(learning curve)κ° μμ΅λλ€. νμ§λ§ μ½κ°μ μΈλ΄μ¬μ κ°μ§κ³ μ°μ΅νλ€λ©΄ μΆ©λΆν, μ½κ² μ΅λν μ μμ΅λλ€. @@ -49,11 +49,11 @@ API μ°Έμ‘° μΉμ
μ νΉμ Astro APIλ₯Ό μμΈν λ°°μ°κ³ μΆμ λ μ μ©ν λν [λμ€μ½λ](https://astro.build/chat)μ #announcements μ±λμμλ λ¦΄λ¦¬μ¦ μμμ μ°Ύμλ³Ό μ μμ΅λλ€. -λͺ¨λ 릴리μ¦κ° λΈλ‘κ·Έμ κ²μλλ κ²μ μλλλ€. λΈλ‘κ·Έμ κ²μλμ§ μμ λ²μ 릴리μ¦μ κ΄ν μμΈν μμ μ¬νμ [Astro 리ν¬μ§ν°λ¦¬ μμ `CHANGELOG.md`](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) νμΌμμ μ½μ΄λ³Ό μ μμ΅λλ€. +λͺ¨λ 릴리μ¦κ° λΈλ‘κ·Έμ κ²μλλ κ²μ μλλλ€. λΈλ‘κ·Έμ κ²μλμ§ μμ λ²μ 릴리μ¦μ κ΄ν μμΈν μμ μ¬νμ [Astro 리ν¬μ§ν°λ¦¬ μμ `CHANGELOG.md`](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) νμΌμμ μ½μ΄λ³Ό μ μμ΅λλ€. ## λΉ μ§ νλͺ©μ΄ μλμ? -λ¬Έμμμ λΉ μ§ νλͺ©μ λ°κ²¬νκ±°λ νΌλλλ λΆλΆμ΄ μλ€λ©΄ κ°μ μ μν μ μκ³Ό ν¨κ» [λ¬Έμμ 리ν¬μ§ν°λ¦¬](https://github.com/snowpackjs/astro/issues/new/choose)μ μ΄μλ₯Ό μ¬λ¦¬κ±°λ [@astrodotbuild](https://twitter.com/astrodotbuild) νΈμν° κ³μ μΌλ‘ νΈμν΄μ£ΌμΈμ. μ¬λ¬λΆμ μ°Έμ¬λ₯Ό κΈ°λ€λ¦½λλ€! +λ¬Έμμμ λΉ μ§ νλͺ©μ λ°κ²¬νκ±°λ νΌλλλ λΆλΆμ΄ μλ€λ©΄ κ°μ μ μν μ μκ³Ό ν¨κ» [λ¬Έμμ 리ν¬μ§ν°λ¦¬](https://github.com/withastro/astro/issues/new/choose)μ μ΄μλ₯Ό μ¬λ¦¬κ±°λ [@astrodotbuild](https://twitter.com/astrodotbuild) νΈμν° κ³μ μΌλ‘ νΈμν΄μ£ΌμΈμ. μ¬λ¬λΆμ μ°Έμ¬λ₯Ό κΈ°λ€λ¦½λλ€! ## ν¬λ λ§ diff --git a/docs/src/pages/nl/getting-started.md b/docs/src/pages/nl/getting-started.md index 7c2ee71f6..3717c7fe0 100644 --- a/docs/src/pages/nl/getting-started.md +++ b/docs/src/pages/nl/getting-started.md @@ -22,7 +22,7 @@ _Opmerking: sommige functies (bv. Snel vernieuwen) zijn momenteel beperkt op Cod Mensen komen naar Astro vanuit verschillende achtergronden en met verschillende leerstijlen. Of je nu de voorkeur geeft aan een meer theoretische of praktische benadering, we hopen dat je deze sectie nuttig zult vinden. -- Als je liever **leert door te doen**, begin dan met onze [voorbeeldenbibliotheek](https://github.com/snowpackjs/astro/tree/main/examples). +- Als je liever **leert door te doen**, begin dan met onze [voorbeeldenbibliotheek](https://github.com/withastro/astro/tree/main/examples). - Als je de concepten liever **stap voor stap leert**, begin dan met onze [basisconcepten en handleidingen](/core-concepts/project-structure). Zoals elke onbekende technologie heeft Astro een leercurve. Met wat oefening en wat geduld krijg je het onder de knie. @@ -47,11 +47,11 @@ Het [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-account is de of We plaatsen ook release-aankondigingen in onze [Discord-community](https://astro.build/chat) in het #announcements kanaal. -Niet elke Astro-release verdient een eigen blogpost, maar je kunt een gedetailleerde changelog voor elke release vinden in het [CHANGELOG.md-bestand in de Astro-repository](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Niet elke Astro-release verdient een eigen blogpost, maar je kunt een gedetailleerde changelog voor elke release vinden in het [CHANGELOG.md-bestand in de Astro-repository](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Mis je iets? -Als er iets ontbreekt in de documentatie of als je een onderdeel verwarrend vond, [dien dan een probleem in voor de documentatie](https://github.com/snowpackjs/astro/issues/new/choose) met je suggesties voor verbetering, of tweet naar het [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-account. We horen graag van je! +Als er iets ontbreekt in de documentatie of als je een onderdeel verwarrend vond, [dien dan een probleem in voor de documentatie](https://github.com/withastro/astro/issues/new/choose) met je suggesties voor verbetering, of tweet naar het [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter-account. We horen graag van je! ## Credit diff --git a/docs/src/pages/nl/quick-start.md b/docs/src/pages/nl/quick-start.md index 19075291b..1384b7757 100644 --- a/docs/src/pages/nl/quick-start.md +++ b/docs/src/pages/nl/quick-start.md @@ -28,7 +28,7 @@ npm run build Voor meer informatie over het voor het gebruik van Astro en het installeren ervan: [lees onze installatie handleiding.](/installation) -Als je liever leert doormiddel van voorbeelden, bekijk dan de [complete bibliotheek van voorbeelden](https://github.com/snowpackjs/astro/tree/main/examples) op GitHub. Je kan deze voorbeelden lokaal bekijken door het volgende commando uit te voeren: `npm init astro -- --template "EXAMPLE_NAME"`. +Als je liever leert doormiddel van voorbeelden, bekijk dan de [complete bibliotheek van voorbeelden](https://github.com/withastro/astro/tree/main/examples) op GitHub. Je kan deze voorbeelden lokaal bekijken door het volgende commando uit te voeren: `npm init astro -- --template "EXAMPLE_NAME"`. ## Start je project diff --git a/docs/src/pages/pt-br/getting-started.md b/docs/src/pages/pt-br/getting-started.md index 9cb9d5927..cff738a22 100644 --- a/docs/src/pages/pt-br/getting-started.md +++ b/docs/src/pages/pt-br/getting-started.md @@ -24,7 +24,7 @@ _Nota: algumas funcionalidades (ex: Fast Refresh) no momento estΓ£o limitadas no Todos os tipos de pessoas vΓͺm ao Astro com diferentes bagagens trazendo com eles diferentes estilos de aprendizagem. Se vocΓͺ prefere uma abordagem mais teΓ³rica ou prΓ‘tica, esperamos que vocΓͺ encontre esta seΓ§Γ£o ΓΊtil. -- Se vocΓͺ prefere **aprender fazendo**, comece com nossa [biblioteca de exemplos](https://github.com/snowpackjs/astro/tree/main/examples). +- Se vocΓͺ prefere **aprender fazendo**, comece com nossa [biblioteca de exemplos](https://github.com/withastro/astro/tree/main/examples). - Se vocΓͺ prefere **aprender conceitos passo-a-passo**, comece com [conceitos bΓ‘sicos e guias](/core-concepts/project-structure). Como qualquer tecnologia emergente, Astro vem com uma leve curva de aprendizado. No entanto, com prΓ‘tica e alguma paciΓͺncia, sabemos que vocΓͺ _vai_ pegar o jeito da coisa. @@ -49,11 +49,11 @@ A conta do Twitter [@astrodotbuild](https://twitter.com/astrodotbuild) Γ© a font TambΓ©m publicamos anΓΊncios de lanΓ§amento em nossa [comunidade no Discord](https://astro.build/chat) no canal #announcements. -Nem todo lanΓ§amento do Astro merece sua prΓ³pria postagem no blog, mas vocΓͺ pode encontrar um changelog detalhado para cada lanΓ§amento no arquivo [`CHANGELOG.md` no repositΓ³rio Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md). +Nem todo lanΓ§amento do Astro merece sua prΓ³pria postagem no blog, mas vocΓͺ pode encontrar um changelog detalhado para cada lanΓ§amento no arquivo [`CHANGELOG.md` no repositΓ³rio Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md). ## Algo estΓ‘ faltando? -Se algo estiver faltando na documentaΓ§Γ£o ou se vocΓͺ achar alguma parte confusa, por favor [registre uma nova issue para a documentaΓ§Γ£o](https://github.com/snowpackjs/astro/issues/new/choose) com suas sugestΓ΅es de melhoria, ou tweet na conta do Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). NΓ³s adoramos ouvir de vocΓͺ! +Se algo estiver faltando na documentaΓ§Γ£o ou se vocΓͺ achar alguma parte confusa, por favor [registre uma nova issue para a documentaΓ§Γ£o](https://github.com/withastro/astro/issues/new/choose) com suas sugestΓ΅es de melhoria, ou tweet na conta do Twitter [@astrodotbuild](https://twitter.com/astrodotbuild). NΓ³s adoramos ouvir de vocΓͺ! ## CrΓ©ditos diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md index acd49949f..ee8a163fd 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -30,7 +30,7 @@ npm run build To learn more about installing and using Astro for the first time, please [read our installation guide.](/installation) -If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`. +If you prefer to learn by example, check out our [complete library of examples](https://github.com/withastro/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`. ## Start your project diff --git a/docs/src/pages/reference/configuration-reference.md b/docs/src/pages/reference/configuration-reference.md index 6cfcfad52..5946d3e67 100644 --- a/docs/src/pages/reference/configuration-reference.md +++ b/docs/src/pages/reference/configuration-reference.md @@ -5,7 +5,7 @@ title: Configuration Reference To configure Astro, add an `astro.config.mjs` file in the root of your project. All settings are optional. -You can view the full configuration API (including information about default configuration) on [GitHub.](https://github.com/snowpackjs/astro/blob/latest/packages/astro/src/%40types/astro.ts) +You can view the full configuration API (including information about default configuration) on [GitHub.](https://github.com/withastro/astro/blob/latest/packages/astro/src/%40types/astro.ts) ```js // Example: astro.config.mjs diff --git a/docs/src/pages/reference/renderer-reference.md b/docs/src/pages/reference/renderer-reference.md index 0e8dc1a79..2b589d8c4 100644 --- a/docs/src/pages/reference/renderer-reference.md +++ b/docs/src/pages/reference/renderer-reference.md @@ -14,7 +14,7 @@ A renderer is an NPM package that has two responsibilities: 1. _render a component to a static string of HTML_ at build time. 2. _rehydrate that HTML to create an interactive component_ on the client. -Take a look at any one of Astro's built-in [`renderers`](https://github.com/snowpackjs/astro/tree/main/packages/renderers) to see this in action. We'll go into more detail in the following sections. +Take a look at any one of Astro's built-in [`renderers`](https://github.com/withastro/astro/tree/main/packages/renderers) to see this in action. We'll go into more detail in the following sections. ## Building Your Own Renderer diff --git a/docs/src/pages/ru/getting-started.md b/docs/src/pages/ru/getting-started.md index 5f43b083a..ed0bc7995 100644 --- a/docs/src/pages/ru/getting-started.md +++ b/docs/src/pages/ru/getting-started.md @@ -15,7 +15,7 @@ Astro β ΡΡΠΎ ΡΠΎΠ²ΡΠ΅ΠΌΠ΅Π½Π½ΡΠΉ ΡΠ±ΠΎΡΡΠΈΠΊ ΡΡΠ°ΡΠΈΡΠ΅ΡΠΊΠΈΡ
Ρ ### ΠΡΠΈΠΌΠ΅ΡΡ ΠΏΡΠΎΠ΅ΠΊΡΠΎΠ² -ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ ΡΡΠΈΡΡ Astro ΠΏΠΎ ΠΏΡΠΈΠΌΠ΅ΡΠ°ΠΌ, Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π²ΠΎΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΡΡΡ [ΠΏΠΎΠ»Π½ΠΎΠΉ Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠΎΠΉ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/snowpackjs/astro/tree/main/examples) Π½Π° GitHub. +ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ ΡΡΠΈΡΡ Astro ΠΏΠΎ ΠΏΡΠΈΠΌΠ΅ΡΠ°ΠΌ, Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π²ΠΎΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΡΡΡ [ΠΏΠΎΠ»Π½ΠΎΠΉ Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠΎΠΉ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/withastro/astro/tree/main/examples) Π½Π° GitHub. ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ Π»ΡΠ±ΠΎΠΉ ΠΈΠ· ΡΡΠΈΡ
ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² Π½Π° Π²Π°ΡΡ Π»ΠΎΠΊΠ°Π»ΡΠ½ΡΡ ΠΌΠ°ΡΠΈΠ½Ρ Ρ ΠΏΠΎΠΌΠΎΡΡΡ ΠΊΠΎΠΌΠ°Π½Π΄Ρ `npm init astro` ΠΈ Π΄ΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»ΡΠ½ΠΎΠ³ΠΎ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠ° `--template`. Π€Π»Π°Π³ `--template` ΡΠ°ΠΊΠΆΠ΅ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΈΠ²Π°Π΅Ρ ΡΡΠΎΡΠΎΠ½Π½ΠΈΠ΅ ΡΠ°Π±Π»ΠΎΠ½Ρ. @@ -30,13 +30,13 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example ### ΠΠ½Π»Π°ΠΉΠ½-ΠΏΠ΅ΡΠΎΡΠ½ΠΈΡΡ ΠΡΠ»ΠΈ Π²Ρ Ρ
ΠΎΡΠΈΡΠ΅ ΠΏΠΎΠΏΡΠΎΠ±ΠΎΠ²Π°ΡΡ Astro ΠΏΡΡΠΌΠΎ Π² Π±ΡΠ°ΡΠ·Π΅ΡΠ΅, ΠΌΠΎΠΆΠ½ΠΎ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΡ ΠΎΠ½Π»Π°ΠΉΠ½-ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΊΠΎΠ΄Π°, Π½Π°ΠΏΡΠΈΠΌΠ΅Ρ, Stackblitz, CodeSandbox, Gitpod ΠΈΠ»ΠΈ GitHub Codespaces. -Π’Π°ΠΊΠΆΠ΅ Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π½Π°ΠΆΠ°ΡΡ Π½Π° ΠΊΠ½ΠΎΠΏΠΊΡ "Open in Stackblitz" Π² Π»ΡΠ±ΠΎΠΌ ΠΈΠ· ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² Π² Π½Π°ΡΠ΅ΠΉ [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ΅](https://github.com/snowpackjs/astro/tree/main/examples). ΠΠ»ΠΈ [Π½Π°ΠΆΠΌΠΈΡΠ΅ Π·Π΄Π΅ΡΡ](https://stackblitz.com/fork/astro), ΡΡΠΎΠ±Ρ Π·Π°ΠΏΡΡΡΠΈΡΡ Π½ΠΎΠ²ΡΠΉ ΠΏΡΠΎΠ΅ΠΊΡ Π½Π° [Stackblitz](https://stackblitz.com/fork/astro). +Π’Π°ΠΊΠΆΠ΅ Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π½Π°ΠΆΠ°ΡΡ Π½Π° ΠΊΠ½ΠΎΠΏΠΊΡ "Open in Stackblitz" Π² Π»ΡΠ±ΠΎΠΌ ΠΈΠ· ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² Π² Π½Π°ΡΠ΅ΠΉ [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ΅](https://github.com/withastro/astro/tree/main/examples). ΠΠ»ΠΈ [Π½Π°ΠΆΠΌΠΈΡΠ΅ Π·Π΄Π΅ΡΡ](https://stackblitz.com/fork/astro), ΡΡΠΎΠ±Ρ Π·Π°ΠΏΡΡΡΠΈΡΡ Π½ΠΎΠ²ΡΠΉ ΠΏΡΠΎΠ΅ΠΊΡ Π½Π° [Stackblitz](https://stackblitz.com/fork/astro). ## ΠΠ·ΡΡΠ°Π΅ΠΌ Astro ΠΡΠ΄ΠΈ, ΠΏΡΠΈΡ
ΠΎΠ΄ΡΡΠΈΠ΅ Π² Astro ΠΈΠ· ΡΠ°Π·Π½ΡΡ
ΠΎΠ±Π»Π°ΡΡΠ΅ΠΉ, ΠΏΡΠΈΠ½ΠΎΡΡΡ ΡΠ²ΠΎΠΉ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΡΠΉ ΡΡΠΈΠ»Ρ ΠΈΠ·ΡΡΠ΅Π½ΠΈΡ. ΠΠ΅Π·Π°Π²ΠΈΡΠΈΠΌΠΎ ΠΎΡ ΡΠΎΠ³ΠΎ, ΠΊΠ°ΠΊΠΎΠΉ ΡΡΠΈΠ»Ρ ΠΈΠ·ΡΡΠ΅Π½ΠΈΡ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅: ΡΠ΅ΠΎΡΠ΅ΡΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΈΠ»ΠΈ ΠΏΡΠ°ΠΊΡΠΈΡΠ΅ΡΠΊΠΈΠΉ, ΠΌΡ Π½Π°Π΄Π΅Π΅ΠΌΡΡ, ΡΡΠΎΡ ΡΠ°Π·Π΄Π΅Π» Π±ΡΠ΄Π΅Ρ Π²Π°ΠΌ ΠΏΠΎΠ»Π΅Π·Π΅Π½. -- ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ **ΠΈΠ·ΡΡΠ΅Π½ΠΈΠ΅ Π½Π° ΠΏΡΠ°ΠΊΡΠΈΠΊΠ΅**, Π½Π°ΡΠ½ΠΈΡΠ΅ Ρ Π½Π°ΡΠ΅ΠΉ [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/snowpackjs/astro/tree/main/examples). +- ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ **ΠΈΠ·ΡΡΠ΅Π½ΠΈΠ΅ Π½Π° ΠΏΡΠ°ΠΊΡΠΈΠΊΠ΅**, Π½Π°ΡΠ½ΠΈΡΠ΅ Ρ Π½Π°ΡΠ΅ΠΉ [Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/withastro/astro/tree/main/examples). - ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ **ΠΈΠ·ΡΡΠ°ΡΡ ΠΏΡΠΈΠ½ΡΠΈΠΏΡ ΡΠ°Π³ Π·Π° ΡΠ°Π³ΠΎΠΌ**, Π½Π°ΡΠ½ΠΈΡΠ΅ Ρ [ΠΎΡΠ½ΠΎΠ²Π½ΡΡ
ΠΏΡΠΈΠ½ΡΠΈΠΏΠΎΠ² ΠΈ ΡΡΠΊΠΎΠ²ΠΎΠ΄ΡΡΠ²](/core-concepts/project-structure). ΠΠ°ΠΊ Π»ΡΠ±Π°Ρ Π½ΠΎΠ²Π°Ρ ΡΠ΅Ρ
Π½ΠΎΠ»ΠΎΠ³ΠΈΡ, Astro ΡΡΠ΅Π±ΡΠ΅Ρ Π½Π΅ΠΌΠ½ΠΎΠ³ΠΎ ΠΈΠ·ΡΡΠ΅Π½ΠΈΡ. @@ -62,11 +62,11 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example Π’Π°ΠΊΠΆΠ΅ ΠΌΡ Π²ΡΠΊΠ»Π°Π΄ΡΠ²Π°Π΅ΠΌ Π°Π½ΠΎΠ½ΡΡ ΡΠ΅Π»ΠΈΠ·ΠΎΠ² Π² Π½Π°ΡΠ΅ΠΌ ΡΠΎΠΎΠ±ΡΠ΅ΡΡΠ²Π΅ Π² [Discord](https://astro.build/chat) Π² ΠΊΠ°Π½Π°Π»Π΅ #announcements. -ΠΠ΅ ΠΊΠ°ΠΆΠ΄ΡΠΉ ΡΠ΅Π»ΠΈΠ· Astro Π·Π°ΡΠ»ΡΠΆΠΈΠ²Π°Π΅Ρ ΠΎΡΠ΄Π΅Π»ΡΠ½ΠΎΠΉ ΠΏΡΠ±Π»ΠΈΠΊΠ°ΡΠΈΠΈ Π² Π½Π°ΡΠ΅ΠΌ Π±Π»ΠΎΠ³Π΅, Π½ΠΎ Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π½Π°ΠΉΡΠΈ Π²ΡΠ΅ Π΄Π΅ΡΠ°Π»ΠΈ Π² ΠΎΠΏΠΈΡΠ°Π½ΠΈΠΈ ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΠΉ ΠΊ ΡΠ΅Π»ΠΈΠ·Ρ Π² ΡΠ°ΠΉΠ»Π΅ [`CHANGELOG.md`](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) Π² Π½Π°ΡΠ΅ΠΌ ΡΠ΅ΠΏΠΎΠ·ΠΈΡΠΎΡΠΈΠΈ Π½Π° Github. +ΠΠ΅ ΠΊΠ°ΠΆΠ΄ΡΠΉ ΡΠ΅Π»ΠΈΠ· Astro Π·Π°ΡΠ»ΡΠΆΠΈΠ²Π°Π΅Ρ ΠΎΡΠ΄Π΅Π»ΡΠ½ΠΎΠΉ ΠΏΡΠ±Π»ΠΈΠΊΠ°ΡΠΈΠΈ Π² Π½Π°ΡΠ΅ΠΌ Π±Π»ΠΎΠ³Π΅, Π½ΠΎ Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π½Π°ΠΉΡΠΈ Π²ΡΠ΅ Π΄Π΅ΡΠ°Π»ΠΈ Π² ΠΎΠΏΠΈΡΠ°Π½ΠΈΠΈ ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΠΉ ΠΊ ΡΠ΅Π»ΠΈΠ·Ρ Π² ΡΠ°ΠΉΠ»Π΅ [`CHANGELOG.md`](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) Π² Π½Π°ΡΠ΅ΠΌ ΡΠ΅ΠΏΠΎΠ·ΠΈΡΠΎΡΠΈΠΈ Π½Π° Github. ## Π§ΡΠΎ-ΡΠΎ ΡΠΏΡΡΠ΅Π½ΠΎ? -ΠΡΠ»ΠΈ Π² Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΡΡΠΎ-ΡΠΎ ΠΏΡΠΎΠΏΡΡΠ΅Π½ΠΎ ΠΈΠ»ΠΈ ΠΊΠ°ΠΊΠ°Ρ-ΡΠΎ ΡΠ°ΡΡΡ Π½Π΅ ΡΠΎΠ²ΡΠ΅ΠΌ ΠΏΠΎΠ½ΡΡΠ½Π°, ΠΏΠΎΠΆΠ°Π»ΡΠΉΡΡΠ°, [ΡΠΎΠ·Π΄Π°ΠΉΡΠ΅ issue ΠΏΠΎ Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ](https://github.com/snowpackjs/astro/issues/new/choose) Ρ Π²Π°ΡΠΈΠΌΠΈ ΠΏΡΠ΅Π΄Π»ΠΎΠΆΠ΅Π½ΠΈΡΠΌΠΈ ΠΎΠ± ΠΈΡΠΏΡΠ°Π²Π»Π΅Π½ΠΈΡΡ
ΠΈΠ»ΠΈ ΡΠ»ΡΡΡΠ΅Π½ΠΈΡΡ
, ΠΈΠ»ΠΈ ΡΠΏΠΎΠΌΡΠ½ΠΈΡΠ΅ Π½Π°Ρ [@astrodotbuild](https://twitter.com/astrodotbuild) Π’Π²ΠΈΡΡΠ΅Ρ Π°ΠΊΠΊΠ°ΡΠ½Ρ Π² Π²Π°ΡΠ΅ΠΌ ΡΠ²ΠΈΡΠ΅. ΠΡ Π²ΡΠ΅Π³Π΄Π° ΡΠ°Π΄Ρ ΡΡΠ»ΡΡΠ°ΡΡ Π²Π°ΡΠΈ ΠΌΡΡΠ»ΠΈ ΠΎΠ± Astro! +ΠΡΠ»ΠΈ Π² Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΡΡΠΎ-ΡΠΎ ΠΏΡΠΎΠΏΡΡΠ΅Π½ΠΎ ΠΈΠ»ΠΈ ΠΊΠ°ΠΊΠ°Ρ-ΡΠΎ ΡΠ°ΡΡΡ Π½Π΅ ΡΠΎΠ²ΡΠ΅ΠΌ ΠΏΠΎΠ½ΡΡΠ½Π°, ΠΏΠΎΠΆΠ°Π»ΡΠΉΡΡΠ°, [ΡΠΎΠ·Π΄Π°ΠΉΡΠ΅ issue ΠΏΠΎ Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ](https://github.com/withastro/astro/issues/new/choose) Ρ Π²Π°ΡΠΈΠΌΠΈ ΠΏΡΠ΅Π΄Π»ΠΎΠΆΠ΅Π½ΠΈΡΠΌΠΈ ΠΎΠ± ΠΈΡΠΏΡΠ°Π²Π»Π΅Π½ΠΈΡΡ
ΠΈΠ»ΠΈ ΡΠ»ΡΡΡΠ΅Π½ΠΈΡΡ
, ΠΈΠ»ΠΈ ΡΠΏΠΎΠΌΡΠ½ΠΈΡΠ΅ Π½Π°Ρ [@astrodotbuild](https://twitter.com/astrodotbuild) Π’Π²ΠΈΡΡΠ΅Ρ Π°ΠΊΠΊΠ°ΡΠ½Ρ Π² Π²Π°ΡΠ΅ΠΌ ΡΠ²ΠΈΡΠ΅. ΠΡ Π²ΡΠ΅Π³Π΄Π° ΡΠ°Π΄Ρ ΡΡΠ»ΡΡΠ°ΡΡ Π²Π°ΡΠΈ ΠΌΡΡΠ»ΠΈ ΠΎΠ± Astro! ## ΠΠ»Π°Π³ΠΎΠ΄Π°ΡΠ½ΠΎΡΡΡ diff --git a/docs/src/pages/ru/quick-start.md b/docs/src/pages/ru/quick-start.md index 859c3ebca..764571541 100644 --- a/docs/src/pages/ru/quick-start.md +++ b/docs/src/pages/ru/quick-start.md @@ -27,7 +27,7 @@ npm run build Π§ΡΠΎΠ±Ρ ΡΠ·Π½Π°ΡΡ Π±ΠΎΠ»ΡΡΠ΅ ΠΎΠ± ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ΅ ΠΈ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ΠΈΠΈ Astro, ΠΏΠΎΠΆΠ°Π»ΡΠΉΡΡΠ°, [ΠΏΡΠΎΡΠΈΡΠ°ΠΉΡΠ΅ Π½Π°ΡΡ ΠΈΠ½ΡΡΡΡΠΊΡΠΈΡ ΠΏΠΎ ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ΅.](installation) -ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ ΠΎΠ±ΡΡΠ°ΡΡΡΡ ΠΏΠΎ ΠΏΡΠΈΠΌΠ΅ΡΠ°ΠΌ, ΠΎΠ±ΡΠ°ΡΠΈΡΠ΅ Π²Π½ΠΈΠΌΠ°Π½ΠΈΠ΅ Π½Π° [Π½Π°ΡΡ Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΡ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/snowpackjs/astro/tree/main/examples) Π½Π° GitHub. ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΡΠ°Π·Π²Π΅ΡΠ½ΡΡΡ Π»ΡΠ±ΠΎΠΉ ΠΈΠ· ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² Π»ΠΎΠΊΠ°Π»ΡΠ½ΠΎ, Π·Π°ΠΏΡΡΡΠΈΠ² ΠΊΠΎΠΌΠ°Π½Π΄Ρ `npm init astro -- --template "EXAMPLE_NAME"`. +ΠΡΠ»ΠΈ Π²Ρ ΠΏΡΠ΅Π΄ΠΏΠΎΡΠΈΡΠ°Π΅ΡΠ΅ ΠΎΠ±ΡΡΠ°ΡΡΡΡ ΠΏΠΎ ΠΏΡΠΈΠΌΠ΅ΡΠ°ΠΌ, ΠΎΠ±ΡΠ°ΡΠΈΡΠ΅ Π²Π½ΠΈΠΌΠ°Π½ΠΈΠ΅ Π½Π° [Π½Π°ΡΡ Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΡ ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ²](https://github.com/withastro/astro/tree/main/examples) Π½Π° GitHub. ΠΡ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΡΠ°Π·Π²Π΅ΡΠ½ΡΡΡ Π»ΡΠ±ΠΎΠΉ ΠΈΠ· ΠΏΡΠΈΠΌΠ΅ΡΠΎΠ² Π»ΠΎΠΊΠ°Π»ΡΠ½ΠΎ, Π·Π°ΠΏΡΡΡΠΈΠ² ΠΊΠΎΠΌΠ°Π½Π΄Ρ `npm init astro -- --template "EXAMPLE_NAME"`. ## ΠΠ°ΠΏΡΡΠΊ Π²Π°ΡΠ΅Π³ΠΎ ΠΏΡΠΎΠ΅ΠΊΡΠ° diff --git a/docs/src/pages/zh-CN/comparing-astro-vs-other-tools.md b/docs/src/pages/zh-CN/comparing-astro-vs-other-tools.md index 68970ee7f..7e4731012 100644 --- a/docs/src/pages/zh-CN/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/zh-CN/comparing-astro-vs-other-tools.md @@ -18,7 +18,7 @@ Astro δ»ηΆηΌΊε°δΈδΊεθ½οΌδΈδΊ API θΏζ²‘ζζη»η‘εγθ½ηΆι‘Ήη [Docusaurus](https://docusaurus.io/) ζ―δΈδΈͺζ΅θ‘ηζζ‘£η½η«εε»Ίε·₯ε
·γDocusaurus δ½Ώη¨ React ζ₯ηζδ½ ηη½η«ηι’οΌθ Astro ζ―ζ Reactγ Vue.js γSvelte δ»₯εεε§ HTML 樑ζΏγ -Docusaurus ζ―δΈΊε»Ίη«ζζ‘£η½η«θθΎθ‘ηοΌεζδΈδΊε
η½ηγιε―Ήζζ‘£ηη½η«εθ½οΌθ Astro ε΄ζ²‘ζγηΈεοΌAstro ιθΏδΈδΈͺεζΉη [`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs) δΈ»ι’ζδΎδΊηΉεηζζ‘£εθ½οΌδ½ ε―δ»₯ε¨δ½ ηη½η«ε°θ―δ½Ώη¨γζ¬η½η«ε°±ζ―η¨θΏδΈͺ樑ζΏε»Ίη«η! +Docusaurus ζ―δΈΊε»Ίη«ζζ‘£η½η«θθΎθ‘ηοΌεζδΈδΊε
η½ηγιε―Ήζζ‘£ηη½η«εθ½οΌθ Astro ε΄ζ²‘ζγηΈεοΌAstro ιθΏδΈδΈͺεζΉη [`docs`](https://github.com/withastro/astro/tree/main/examples/docs) δΈ»ι’ζδΎδΊηΉεηζζ‘£εθ½οΌδ½ ε―δ»₯ε¨δ½ ηη½η«ε°θ―δ½Ώη¨γζ¬η½η«ε°±ζ―η¨θΏδΈͺ樑ζΏε»Ίη«η! #### ε―Ήζ― Docusaurus ε Astro ζ§θ½ @@ -187,7 +187,7 @@ Nuxt ζεΎε₯½ηε
η½εΎηδΌεεθ½οΌθΏε―δ»₯δ½Ώ Nuxt ζδΈΊδΈδΊεΎη [VuePress](https://vuepress.vuejs.org/guide/)ζ―δΈδΈͺζ΅θ‘ηζζ‘£η½η«ε»ΊθΎθ
γVuePress δ½Ώη¨ Vue.js ζ₯ηζδ½ ηη½η«η¨ζ·ηι’οΌθ Astro ζ―ζ ReactγVue.jsγSvelte εεε§ HTML 樑ζΏεγ -VuePress ζ―δΈΊε»Ίη«ζζ‘£η½η«θθΎθ‘ηοΌεζδΈδΊε
η½ηγιε―Ήζζ‘£ηη½η«εθ½οΌθ Astro 沑ζγηΈεοΌAstro ιθΏεζΉη[`docs`](https://github.com/snowpackjs/astro/tree/main/examples/docs)δΈ»ι’ζδΎδΊηΉεηζζ‘£εθ½οΌδ½ ε―δ»₯ε¨δ½ ηη½η«δ½Ώη¨γθΏδΈͺη½η«ε°±ζ―η¨θΏδΈͺ樑ζΏε»Ίη«η! +VuePress ζ―δΈΊε»Ίη«ζζ‘£η½η«θθΎθ‘ηοΌεζδΈδΊε
η½ηγιε―Ήζζ‘£ηη½η«εθ½οΌθ Astro 沑ζγηΈεοΌAstro ιθΏεζΉη[`docs`](https://github.com/withastro/astro/tree/main/examples/docs)δΈ»ι’ζδΎδΊηΉεηζζ‘£εθ½οΌδ½ ε―δ»₯ε¨δ½ ηη½η«δ½Ώη¨γθΏδΈͺη½η«ε°±ζ―η¨θΏδΈͺ樑ζΏε»Ίη«η! #### ε―Ήζ― VuePress ε Astro ζ§θ½ diff --git a/docs/src/pages/zh-CN/examples.md b/docs/src/pages/zh-CN/examples.md index 9228270eb..b9a39b4ba 100644 --- a/docs/src/pages/zh-CN/examples.md +++ b/docs/src/pages/zh-CN/examples.md @@ -4,6 +4,6 @@ title: 樑ζΏζ ·δΎ lang: zh-CN --- -ε¦ζδ½ εζ¬’ιθΏεδΎζ₯ε¦δΉ οΌθ―·ζ₯ηζδ»¬ε¨ GitHub δΈη[樑ζΏζ ·δΎ](https://github.com/snowpackjs/astro/tree/main/examples) +ε¦ζδ½ εζ¬’ιθΏεδΎζ₯ε¦δΉ οΌθ―·ζ₯ηζδ»¬ε¨ GitHub δΈη[樑ζΏζ ·δΎ](https://github.com/withastro/astro/tree/main/examples) <!-- Once we merge astro-docs back into the main repo, we can actually fetch the list of examples at build-time by scanning the examples/ directory! --> diff --git a/docs/src/pages/zh-CN/getting-started.md b/docs/src/pages/zh-CN/getting-started.md index bc9f500cb..07f00ea1a 100644 --- a/docs/src/pages/zh-CN/getting-started.md +++ b/docs/src/pages/zh-CN/getting-started.md @@ -24,7 +24,7 @@ Astro ζ―δΈδΈͺη°δ»£ηιζη½η«ηζε·₯ε
·. δ½ ε―δ»₯δ» [ζ们ηδΈ»ι‘΅] εη§εζ ·ηδΊΊζ₯θͺδΈεηθζ―οΌεΈ¦ζ₯δΊδΈεηε¦δΉ ζΉεΌοΌζ₯ε° Astroγζ θΊδ½ εζ¬’ηζ―ηθΊζ§εΌΊηζΉζ³θΏζ―εθ·΅ζ§εΌΊηζΉζ³οΌζ们εΈζδ½ δΌεη°ζ¬θε
εΉε―Ήδ½ ζεΈε©γ -- ε¦ζδ½ εζ¬’ε¨**εθ·΅δΈ**ε¦δΉ οΌθ―·δ»ζ们η [εδΎεΊ](https://github.com/snowpackjs/astro/tree/main/examples) εΌε§ε¦δΉ γ +- ε¦ζδ½ εζ¬’ε¨**εθ·΅δΈ**ε¦δΉ οΌθ―·δ»ζ们η [εδΎεΊ](https://github.com/withastro/astro/tree/main/examples) εΌε§ε¦δΉ γ - ε¦ζδ½ εζ¬’**ιζ₯ε¦δΉ ζ¦εΏ΅**οΌθ―·δ»ζ们η[εΊζ¬ζ¦εΏ΅εζε](/core-concepts/project-structure)εΌε§γ @@ -50,11 +50,11 @@ Astro ζ―δΈδΈͺη°δ»£ηιζη½η«ηζε·₯ε
·. δ½ ε―δ»₯δ» [ζ们ηδΈ»ι‘΅] ζ们δΉε¨ζ们η [Discord η€ΎεΊ](https://astro.build/chat) η #announcements ι’ιδΈεεΈ release ε
¬εγ -ε½ηΆεΉΆιζ―δΈͺ Astro ηεεΈι½δΌζθͺε·±η release ε
¬εοΌδ½ ε―δ»₯ε¨ Astro δ»εΊη [`CHANGELOG.md`ζδ»Ά](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md) δΈζΎε°ζ―δΈͺηζ¬ηθ―¦η»ζ΄ζ°ζ₯εΏγ +ε½ηΆεΉΆιζ―δΈͺ Astro ηεεΈι½δΌζθͺε·±η release ε
¬εοΌδ½ ε―δ»₯ε¨ Astro δ»εΊη [`CHANGELOG.md`ζδ»Ά](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) δΈζΎε°ζ―δΈͺηζ¬ηθ―¦η»ζ΄ζ°ζ₯εΏγ ## εθ――δΈε»Ίθ -ε¦ζδ½ ε¨ι
θ―»ηθΏη¨δΈεη°ζζ‘£δΈηΌΊε°δ»δΉοΌζθ
δ½ εη°ζδΊι¨ε什人ε°ζοΌθ―· [δΈΊζζ‘£ζδΊ€ιι’](https://github.com/snowpackjs/astro/issues/new/choose) οΌζεΊδ½ ηζΉθΏε»ΊθοΌζθ
ε¨ [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter 账ζ·δΈεζ¨ζγζ们εΈζε¬ε°δ½ ηε»Ίθ! +ε¦ζδ½ ε¨ι
θ―»ηθΏη¨δΈεη°ζζ‘£δΈηΌΊε°δ»δΉοΌζθ
δ½ εη°ζδΊι¨ε什人ε°ζοΌθ―· [δΈΊζζ‘£ζδΊ€ιι’](https://github.com/withastro/astro/issues/new/choose) οΌζεΊδ½ ηζΉθΏε»ΊθοΌζθ
ε¨ [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter 账ζ·δΈεζ¨ζγζ们εΈζε¬ε°δ½ ηε»Ίθ! ## εθ diff --git a/docs/src/pages/zh-CN/installation.md b/docs/src/pages/zh-CN/installation.md index 5512a6e18..9b4255c02 100644 --- a/docs/src/pages/zh-CN/installation.md +++ b/docs/src/pages/zh-CN/installation.md @@ -28,7 +28,7 @@ npm init astro yarn create astro ``` -[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) ε·₯ε
·θ©δ½ δ»ι’θΎη [ε―ε¨ζ¨‘ζΏ](/examples) δΈιζ©οΌζθ
δ½ δΉε―δ»₯η΄ζ₯δ» Github ε―Όε
₯θͺε·±η Astro ι‘Ήηγ +[`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro) ε·₯ε
·θ©δ½ δ»ι’θΎη [ε―ε¨ζ¨‘ζΏ](/examples) δΈιζ©οΌζθ
δ½ δΉε―δ»₯η΄ζ₯δ» Github ε―Όε
₯θͺε·±η Astro ι‘Ήηγ ```bash # ζιοΌζγmy-astro-projectγζΉδΈΊι‘Ήηηεη§°γ diff --git a/docs/src/pages/zh-TW/examples.md b/docs/src/pages/zh-TW/examples.md index e8e38f6b9..0feb9779a 100644 --- a/docs/src/pages/zh-TW/examples.md +++ b/docs/src/pages/zh-TW/examples.md @@ -4,6 +4,6 @@ title: η―δΎ lang: zh-Hant-TW --- -ε¦ζεζ‘εΎεδΈεΈοΌε―δ»₯ηηζΎε¨ Github η[η―δΎθ³ζΊεΊ«](https://github.com/snowpackjs/astro/tree/main/examples)γ +ε¦ζεζ‘εΎεδΈεΈοΌε―δ»₯ηηζΎε¨ Github η[η―δΎθ³ζΊεΊ«](https://github.com/withastro/astro/tree/main/examples)γ <!-- Once we merge astro-docs back into the main repo, we can actually fetch the list of examples at build-time by scanning the examples/ directory! --> diff --git a/docs/src/pages/zh-TW/getting-started.md b/docs/src/pages/zh-TW/getting-started.md index 52f9a9888..c01cce59a 100644 --- a/docs/src/pages/zh-TW/getting-started.md +++ b/docs/src/pages/zh-TW/getting-started.md @@ -16,7 +16,7 @@ Astro ζ―ε©η¨ηΎδ»£ζθ‘ηιζ
ηΆ²η«ηζε·₯ε
·γε―δ»₯εΎ[ι¦ι ](https ### η€Ίη―ε°ζ‘ -ζ―θΌεζ‘εΎη―δΎδΎεΈ Astro ηθ©±οΌθ«ηζΎε¨ Github η[η―δΎθ³ζΊεΊ«](https://github.com/snowpackjs/astro/tree/main/examples)γ +ζ―θΌεζ‘εΎη―δΎδΎεΈ Astro ηθ©±οΌθ«ηζΎε¨ Github η[η―δΎθ³ζΊεΊ«](https://github.com/withastro/astro/tree/main/examples)γ ι裑ηη―δΎι½ε―δ»₯ε¨ζ¬ε°η«―ζ©ε¨ε·θ‘ `npm init astro` δΈ¦ε δΈ CLI Flag: `--template`γ `--template` Flag δΉζ―ζ΄η¬¬δΈζΉγη€ΎηΎ€ηη―ζ¬γ @@ -31,13 +31,13 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example ### η·δΈη©η©η -ζθθΆ£ε¨η覽ε¨θ©¦η© Astro ηθ©±οΌε―δ»₯ε¨ StackblitzγCodeSandboxγGitpod ζ GitHub Codespaces δ½Ώη¨η·δΈη¨εΌη’Όη·¨θΌ―ε¨γι»ιΈ[η―δΎθ³ζΊεΊ«](https://github.com/snowpackjs/astro/tree/main/examples)裑任δΈεη―δΎη "Open in Stackblitz" ι£η΅γζθ
οΌ[ι»ζ€](https://stackblitz.com/fork/astro)ε¨ Stackblitz ιεζ°ε°ζ‘γ +ζθθΆ£ε¨η覽ε¨θ©¦η© Astro ηθ©±οΌε―δ»₯ε¨ StackblitzγCodeSandboxγGitpod ζ GitHub Codespaces δ½Ώη¨η·δΈη¨εΌη’Όη·¨θΌ―ε¨γι»ιΈ[η―δΎθ³ζΊεΊ«](https://github.com/withastro/astro/tree/main/examples)裑任δΈεη―δΎη "Open in Stackblitz" ι£η΅γζθ
οΌ[ι»ζ€](https://stackblitz.com/fork/astro)ε¨ Stackblitz ιεζ°ε°ζ‘γ ## εΈηΏ Astro ζ―εδΎε° Astro ηδΊΊδΎθͺδΈεθζ―οΌδ½ΏεΎεΈηΏζΉεΌδΉδΈεγδΈη‘ζ―εζ‘ζ΄ηΊηθ«οΌιζ―ε―¦ιηζΉζ³οΌεΈζι½ε―δ»₯θ¦ΊεΎιι¨εεΎζη¨γ -- ε¦ζεζ‘**εΎεδΈεΈ**οΌεΎ[η―δΎθ³ζΊεΊ«](https://github.com/snowpackjs/astro/tree/main/examples)ιε§γ +- ε¦ζεζ‘**εΎεδΈεΈ**οΌεΎ[η―δΎθ³ζΊεΊ«](https://github.com/withastro/astro/tree/main/examples)ιε§γ - ε¦ζεζ‘**δΈζ₯δΈζ₯εΈηΏζ¦εΏ΅**οΌε°±εΎ[εΊζ¬ζ¦εΏ΅θζε](/core-concepts/project-structure)ιε§γ ε°±εδ»»δ½ιδΈηζηζθ‘οΌAstro ζζδΈδΊεΈηΏζ²η·γεͺδΈιοΌεͺθ¦η·΄ηΏεδΈδΊθεΏοΌζεη’ΊδΏ‘εΎεΏ«ε°±ζηζγ @@ -62,11 +62,11 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example ζεδΉζζιεΊηζ¬ε
¬εθ²Όε¨ [Discord η€ΎηΎ€](https://astro.build/chat) η #announcements ι »ιγ -δΈζ―ζ―ε Astro ιεΊηζ¬ι½ζζδΈη―ε°ε±¬ηι¨θ½ζ Όθ²ΌζγηΆθοΌιζ―ε―δ»₯ε¨ [Astro η Repository 裑η `CHANGELOG.md` ζͺζ‘](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md)οΌζΎε°ζ―ειεΊηζ¬ηθ©³η΄°θεθ¨ιγ +δΈζ―ζ―ε Astro ιεΊηζ¬ι½ζζδΈη―ε°ε±¬ηι¨θ½ζ Όθ²ΌζγηΆθοΌιζ―ε―δ»₯ε¨ [Astro η Repository 裑η `CHANGELOG.md` ζͺζ‘](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)οΌζΎε°ζ―ειεΊηζ¬ηθ©³η΄°θεθ¨ιγ ## ιζΌδΊδ»ιΊΌεοΌ -ε¦ζζ仢裑ζζ±θ₯Ώζ²ε―«ε°οΌζζ―θ¦ΊεΎζδΊε°ζΉεΎι£ηθ§£οΌθ«[ιζδ»Άη Issue](https://github.com/snowpackjs/astro/issues/new/choose)οΌιδΈζΉι²ε»Ίθ°οΌζζ¨ζε°ζ¨ηΉεΈ³θ [@astrodotbuild](https://twitter.com/astrodotbuild)γζεεζθ½ε°ει₯οΌ +ε¦ζζ仢裑ζζ±θ₯Ώζ²ε―«ε°οΌζζ―θ¦ΊεΎζδΊε°ζΉεΎι£ηθ§£οΌθ«[ιζδ»Άη Issue](https://github.com/withastro/astro/issues/new/choose)οΌιδΈζΉι²ε»Ίθ°οΌζζ¨ζε°ζ¨ηΉεΈ³θ [@astrodotbuild](https://twitter.com/astrodotbuild)γζεεζθ½ε°ει₯οΌ ## εθ diff --git a/docs/src/pages/zh-TW/installation.md b/docs/src/pages/zh-TW/installation.md index bf1ea4a1b..81c3d747c 100644 --- a/docs/src/pages/zh-TW/installation.md +++ b/docs/src/pages/zh-TW/installation.md @@ -26,7 +26,7 @@ npm init astro yarn create astro ``` -[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) η²ΎιζδΎδΈδΊ[δΈζη―ζ¬](/examples)ι²θ‘ζιΈγζθ
οΌδΉε―δ»₯η΄ζ₯εΎ Github ε―ε
₯θͺε·±η Astro ε°ζ‘γ +[`create-astro`](https://github.com/withastro/astro/tree/main/packages/create-astro) η²ΎιζδΎδΈδΊ[δΈζη―ζ¬](/examples)ι²θ‘ζιΈγζθ
οΌδΉε―δ»₯η΄ζ₯εΎ Github ε―ε
₯θͺε·±η Astro ε°ζ‘γ ```bash # ζιοΌζγmy-astro-projectγζΉηΊε°ζ‘ηε稱γ diff --git a/examples/blog-multiple-authors/README.md b/examples/blog-multiple-authors/README.md index 23aad66f2..e98036e12 100644 --- a/examples/blog-multiple-authors/README.md +++ b/examples/blog-multiple-authors/README.md @@ -4,7 +4,7 @@ npm init astro -- --template blog-multiple-authors ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/blog-multiple-authors) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog-multiple-authors) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -51,4 +51,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/blog/README.md b/examples/blog/README.md index 15d7b3fae..3036b9a5a 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -4,7 +4,7 @@ npm init astro -- --template blog ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/blog) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/blog) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -51,4 +51,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/docs/README.md b/examples/docs/README.md index 25aa8a8e7..1a5e7040d 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -4,7 +4,7 @@ npm init astro -- --template docs ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/docs) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/docs) ## Features @@ -32,7 +32,7 @@ To deploy your site to production, check out our [Deploy an Astro Website](https ## New to Astro? -Welcome! Check out [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Welcome! Check out [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). ## Customize This Theme diff --git a/examples/docs/src/components/Footer/AvatarList.astro b/examples/docs/src/components/Footer/AvatarList.astro index 589e296b9..429676990 100644 --- a/examples/docs/src/components/Footer/AvatarList.astro +++ b/examples/docs/src/components/Footer/AvatarList.astro @@ -1,8 +1,8 @@ --- // fetch all commits for just this page's path const path = "docs/" + Astro.props.path; -const url = `https://api.github.com/repos/snowpackjs/astro/commits?path=${path}`; -const commitsURL = `https://github.com/snowpackjs/astro/commits/main/${path}`; +const url = `https://api.github.com/repos/withastro/astro/commits?path=${path}`; +const commitsURL = `https://github.com/withastro/astro/commits/main/${path}`; async function getCommits(url) { try { diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts index 1ccc647d3..ae4321f48 100644 --- a/examples/docs/src/config.ts +++ b/examples/docs/src/config.ts @@ -6,7 +6,7 @@ export const SITE = { export const OPEN_GRAPH = { image: { - src: 'https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?raw=true', + src: 'https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true', alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground', }, twitter: 'astrodotbuild', @@ -17,7 +17,7 @@ export const KNOWN_LANGUAGES = { }; // Uncomment this to add an "Edit this page" button to every page of documentation. -// export const GITHUB_EDIT_URL = `https://github.com/snowpackjs/astro/blob/main/docs/`; +// export const GITHUB_EDIT_URL = `https://github.com/withastro/astro/blob/main/docs/`; // Uncomment this to add an "Join our Community" button to every page of documentation. // export const COMMUNITY_INVITE_URL = `https://astro.build/chat`; diff --git a/examples/framework-lit/README.md b/examples/framework-lit/README.md index 413c58760..168022b53 100644 --- a/examples/framework-lit/README.md +++ b/examples/framework-lit/README.md @@ -4,6 +4,6 @@ npm init astro -- --template framework-lit ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-lit) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-lit) This example showcases Astro working with [Lit](https://lit.dev/).
\ No newline at end of file diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md index 455ea371e..66258aed9 100644 --- a/examples/framework-multiple/README.md +++ b/examples/framework-multiple/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-multiple ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-multiple) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)). diff --git a/examples/framework-preact/README.md b/examples/framework-preact/README.md index 8b5dfd62f..d5396fcdd 100644 --- a/examples/framework-preact/README.md +++ b/examples/framework-preact/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-preact ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-preact) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-preact) This example showcases Astro working with [Preact](https://preactjs.com). diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md index f6f9a7941..b82e192a6 100644 --- a/examples/framework-react/README.md +++ b/examples/framework-react/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-react ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-react) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react) This example showcases Astro working with [React](https://reactjs.org/). diff --git a/examples/framework-solid/README.md b/examples/framework-solid/README.md index c9bfa2bab..7df3b5848 100644 --- a/examples/framework-solid/README.md +++ b/examples/framework-solid/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-solid ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-solid) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-solid) This example showcases Astro working with [Solid](https://www.solidjs.com/). diff --git a/examples/framework-svelte/README.md b/examples/framework-svelte/README.md index 96352495a..20927e031 100644 --- a/examples/framework-svelte/README.md +++ b/examples/framework-svelte/README.md @@ -4,6 +4,6 @@ npm init astro -- --template framework-svelte ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-svelte) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-svelte) This example showcases Astro working with [Svelte](https://svelte.dev/). diff --git a/examples/framework-vue/README.md b/examples/framework-vue/README.md index 8212f6a9b..95acfffde 100644 --- a/examples/framework-vue/README.md +++ b/examples/framework-vue/README.md @@ -4,7 +4,7 @@ npm init astro -- --template framework-vue ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-vue) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-vue) This example showcases Astro working with [Vue](https://v3.vuejs.org/). diff --git a/examples/minimal/README.md b/examples/minimal/README.md index b078cf708..c9ef38ea6 100644 --- a/examples/minimal/README.md +++ b/examples/minimal/README.md @@ -4,7 +4,7 @@ npm init astro -- --template minimal ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/minimal) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio-svelte/README.md b/examples/portfolio-svelte/README.md index b40609c3e..505bc1882 100644 --- a/examples/portfolio-svelte/README.md +++ b/examples/portfolio-svelte/README.md @@ -4,7 +4,7 @@ npm init astro -- --template portfolio ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/portfolio-svelte) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio-svelte) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -21,4 +21,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio-svelte/src/pages/index.astro b/examples/portfolio-svelte/src/pages/index.astro index 1e393e572..60e8dc411 100644 --- a/examples/portfolio-svelte/src/pages/index.astro +++ b/examples/portfolio-svelte/src/pages/index.astro @@ -231,7 +231,7 @@ const featuredProject = projects[0]; <h3 class="sectionTitle">About me</h3> <p class="bio"> <span>Hello!</span> Iβm Jeanine, and this is my website. It was made using{' '} - <a href="https://github.com/snowpackjs/astro" target="_blank" rel="nofollow"> + <a href="https://github.com/withastro/astro" target="_blank" rel="nofollow"> Astro </a> , a new way to build static sites. This is just an example template for you to modify. diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 7d5a5a8e7..13ad7a00d 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -4,7 +4,7 @@ npm init astro -- --template portfolio ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/portfolio) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -21,4 +21,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/portfolio/src/pages/index.astro b/examples/portfolio/src/pages/index.astro index 5fbeea15a..9388834ab 100644 --- a/examples/portfolio/src/pages/index.astro +++ b/examples/portfolio/src/pages/index.astro @@ -222,7 +222,7 @@ const featuredProject = projects[0]; <h3 class="sectionTitle">About me</h3> <p class="bio"> <span>Hello!</span> Iβm Jeanine, and this is my website. It was made using{' '} - <a href="https://github.com/snowpackjs/astro" target="_blank" rel="nofollow"> + <a href="https://github.com/withastro/astro" target="_blank" rel="nofollow"> Astro </a>, a new way to build static sites. This is just an example template for you to modify. </p> diff --git a/examples/starter/README.md b/examples/starter/README.md index 69a776bf5..1e8bac3d0 100644 --- a/examples/starter/README.md +++ b/examples/starter/README.md @@ -1,6 +1,6 @@ # Welcome to [Astro](https://astro.build) -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/starter) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/starter) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/starter/public/favicon.ico b/examples/starter/public/favicon.ico index 9795f8eb7..7b74f34ee 100644 --- a/examples/starter/public/favicon.ico +++ b/examples/starter/public/favicon.ico @@ -1 +1 @@ -https://rawcdn.githack.com/snowpackjs/astro/main/examples/starter/public/favicon.ico
\ No newline at end of file +https://rawcdn.githack.com/withastro/astro/main/examples/starter/public/favicon.ico
\ No newline at end of file diff --git a/examples/starter/src/components/Tour.astro b/examples/starter/src/components/Tour.astro index bf4721f04..16919a74a 100644 --- a/examples/starter/src/components/Tour.astro +++ b/examples/starter/src/components/Tour.astro @@ -36,7 +36,7 @@ import { Markdown } from 'astro/components'; <section> <h2>π Want to learn more?</h2> - <p>Feel free to check <a href="https://github.com/snowpackjs/astro">our documentation</a> or jump into our <a href="https://astro.build/chat">Discord server</a>.</p> + <p>Feel free to check <a href="https://github.com/withastro/astro">our documentation</a> or jump into our <a href="https://astro.build/chat">Discord server</a>.</p> </section> </article> diff --git a/examples/subpath/README.md b/examples/subpath/README.md index d1175d61a..ff95e1181 100644 --- a/examples/subpath/README.md +++ b/examples/subpath/README.md @@ -4,7 +4,7 @@ npm init astro -- --template subpath ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/subpath) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -42,4 +42,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/with-markdown-plugins/README.md b/examples/with-markdown-plugins/README.md index c69920abe..69720bf0a 100644 --- a/examples/with-markdown-plugins/README.md +++ b/examples/with-markdown-plugins/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-markdown-plugins ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-markdown-plugins) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-plugins) This example showcases Astro's [built-in Markdown support](../../docs/markdown.md) with additional, user-provided plugins. diff --git a/examples/with-markdown/README.md b/examples/with-markdown/README.md index 59a41dcf3..e8ea164ea 100644 --- a/examples/with-markdown/README.md +++ b/examples/with-markdown/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-markdown ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-markdown) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown) This example showcases Astro's [built-in Markdown support](../../docs/markdown.md). diff --git a/examples/with-nanostores/README.md b/examples/with-nanostores/README.md index fdd20af6f..bbbc896b1 100644 --- a/examples/with-nanostores/README.md +++ b/examples/with-nanostores/README.md @@ -4,6 +4,6 @@ npm init astro -- --template with-nanostores ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-nanostores) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores) This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components from different frameworks. diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index 98968cc9c..16270da54 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -4,7 +4,7 @@ npm init astro -- --template with-tailwindcss ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/with-tailwindcss) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss) Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index b078cf708..c9ef38ea6 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -4,7 +4,7 @@ npm init astro -- --template minimal ``` -[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/minimal) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) > π§βπ **Seasoned astronaut?** Delete this file. Have fun! @@ -40,4 +40,4 @@ All commands are run from the root of the project, from a terminal: ## π Want to learn more? -Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/package.json b/package.json index fa450f62c..ec761fef9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git" + "url": "https://github.com/withastro/astro.git" }, "scripts": { "release": "yarn build:all && changeset publish", diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index 6b7dc359c..cb4bd0c57 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -8,7 +8,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/astro-parser" }, "files": [ diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index e6bec811f..542b5b6ee 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -5,7 +5,7 @@ "main": "index.mjs", "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/astro-prism" }, "scripts": {}, diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 434316b2d..7a7f4ee41 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -31,7 +31,7 @@ This new version of Astro includes: - - A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler) + - A new, faster, [Go-based compiler](https://github.com/withastro/astro-compiler) - A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements - Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files - And [many more features](https://astro.build/blog/astro-021-preview/)! @@ -1039,7 +1039,7 @@ _Rolling back to 0.13.10 to prevent a regression in the dev server output._ ### Patch Changes - 6573bea: Fixed README header aspect ratio -- 2671b6f: Fix [472](https://github.com/snowpackjs/astro/issues/472) by not injecting `astro-*` scoped class unless it is actually used +- 2671b6f: Fix [472](https://github.com/withastro/astro/issues/472) by not injecting `astro-*` scoped class unless it is actually used - b547892: Makes providing a head element on pages optional - b547892: Allows astro documents to omit the head element - 0abd251: Allows renderers to provide knownEntrypoint config values @@ -1189,7 +1189,7 @@ _Rolling back to 0.13.10 to prevent a regression in the dev server output._ ### Patch Changes - 0d6afae: Fixes a few small bugs with the `Markdown` component when there are multiple instances on the same page -- 1d930ff: Adds [`--verbose`](https://docs.astro.build/cli.md#--verbose) and [`--reload`](https://github.com/snowpackjs/astro/blob/main/docs/cli/#--reload) flags to the `astro` CLI. +- 1d930ff: Adds [`--verbose`](https://docs.astro.build/cli.md#--verbose) and [`--reload`](https://github.com/withastro/astro/blob/main/docs/cli/#--reload) flags to the `astro` CLI. ## 0.12.3 diff --git a/packages/astro/README.md b/packages/astro/README.md index 36ac62517..6fc45d32c 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -1,4 +1,4 @@ -<img src="https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?raw=true" /> +<img src="https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true" /> **Astro** is a _fresh but familiar_ approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScriptβby default. @@ -31,8 +31,8 @@ You can sponsor Astro's development on [Open Collective][oc]. Astro is generousl <table> <tbody> <tr> - <td align="center"><a href="https://www.netlify.com/" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/snowpackjs/astro/main/.github/assets/netlify.svg" alt="Netlify" /></a></td> - <td align="center"><a href="https://www.vercel.com/" target="_blank"><img width="150" height="34" src="https://raw.githubusercontent.com/snowpackjs/astro/main/.github/assets/vercel.svg" alt="Vercel" /></a></td> + <td align="center"><a href="https://www.netlify.com/" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify.svg" alt="Netlify" /></a></td> + <td align="center"><a href="https://www.vercel.com/" target="_blank"><img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel.svg" alt="Vercel" /></a></td> </tr> </tbody> </table> @@ -42,7 +42,7 @@ You can sponsor Astro's development on [Open Collective][oc]. Astro is generousl <table> <tbody> <tr> - <td align="center"><a href="https://sentry.io" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/snowpackjs/astro/main/.github/assets/sentry.svg" alt="Sentry" /></a></td> + <td align="center"><a href="https://sentry.io" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/sentry.svg" alt="Sentry" /></a></td> </tr> </tbody> </table> diff --git a/packages/astro/astro.js b/packages/astro/astro.js index 6b6823cfb..f4711054f 100755 --- a/packages/astro/astro.js +++ b/packages/astro/astro.js @@ -63,7 +63,7 @@ Please upgrade to a version of Node.js with complete ESM support: "^12.20.0 || ^ console.error(`\nNode.js v${version} is not supported by Astro! Supported versions: ${engines}\n Issue Detected! This Node.js version was expected to work, but failed a system check. -Please file an issue so that we can take a look: https://github.com/snowpackjs/astro/issues/new\n`); +Please file an issue so that we can take a look: https://github.com/withastro/astro/issues/new\n`); } else { console.error(`\nNode.js v${version} is not supported by Astro! Please upgrade Node.js to a supported version: "${engines}"\n`); diff --git a/packages/astro/package.json b/packages/astro/package.json index bba860538..98f34fb7f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -9,7 +9,7 @@ "types": "./dist/types/@types/astro.d.ts", "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/astro" }, "exports": { diff --git a/packages/astro/src/vite-plugin-astro/index.ts b/packages/astro/src/vite-plugin-astro/index.ts index e6a2074e0..ba4fb2cd9 100644 --- a/packages/astro/src/vite-plugin-astro/index.ts +++ b/packages/astro/src/vite-plugin-astro/index.ts @@ -105,7 +105,7 @@ ${source} \`\`\` `, }); - err.url = `https://github.com/snowpackjs/astro/issues/new?${search.toString()}`; + err.url = `https://github.com/withastro/astro/issues/new?${search.toString()}`; err.message = `Error: Uh oh, the Astro compiler encountered an unrecoverable error! Please open diff --git a/packages/create-astro/README.md b/packages/create-astro/README.md index d8c6213de..5709fa426 100644 --- a/packages/create-astro/README.md +++ b/packages/create-astro/README.md @@ -43,4 +43,4 @@ May be provided in place of prompts | `--template` | Specify the template name ([list][examples]) | | `--commit` | Specify a specific Git commit or branch to use from this repo (by default, `main` branch of this repo will be used) | -[examples]: https://github.com/snowpackjs/astro/tree/main/examples +[examples]: https://github.com/withastro/astro/tree/main/examples diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 67376df5c..c6a148486 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -4,7 +4,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/create-astro" }, "exports": { diff --git a/packages/create-astro/src/index.ts b/packages/create-astro/src/index.ts index fb4dfe26a..1334c747a 100644 --- a/packages/create-astro/src/index.ts +++ b/packages/create-astro/src/index.ts @@ -32,7 +32,7 @@ const POSTPROCESS_FILES = ['package.json', 'astro.config.mjs', 'CHANGELOG.md']; export async function main() { console.log(`\n${bold('Welcome to Astro!')} ${gray(`(create-astro v${version})`)}`); - console.log(`If you encounter a problem, visit ${cyan('https://github.com/snowpackjs/astro/issues')} to search or file a new issue.\n`); + console.log(`If you encounter a problem, visit ${cyan('https://github.com/withastro/astro/issues')} to search or file a new issue.\n`); console.log(`${green(`>`)} ${gray(`Prepare for liftoff.`)}`); console.log(`${green(`>`)} ${gray(`Gathering mission details...`)}`); @@ -70,7 +70,7 @@ export async function main() { const hash = args.commit ? `#${args.commit}` : ''; - const templateTarget = options.template.includes('/') ? options.template : `snowpackjs/astro/examples/${options.template}#latest`; + const templateTarget = options.template.includes('/') ? options.template : `withastro/astro/examples/${options.template}#latest`; const emitter = degit(`${templateTarget}${hash}`, { cache: false, @@ -109,13 +109,13 @@ export async function main() { // Warning for issue #655 if (err.message === 'zlib: unexpected end of file') { console.log(yellow("This seems to be a cache related problem. Remove the folder '~/.degit/github/snowpackjs' to fix this error.")); - console.log(yellow('For more information check out this issue: https://github.com/snowpackjs/astro/issues/655')); + console.log(yellow('For more information check out this issue: https://github.com/withastro/astro/issues/655')); } // Helpful message when encountering the "could not find commit hash for ..." error if (err.code === 'MISSING_REF') { console.log(yellow("This seems to be an issue with degit. Please check if you have 'git' installed on your system, and install it if you don't have (https://git-scm.com).")); - console.log(yellow("If you do have 'git' installed, please file a new issue here: https://github.com/snowpackjs/astro/issues")); + console.log(yellow("If you do have 'git' installed, please file a new issue here: https://github.com/withastro/astro/issues")); } process.exit(1); } diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 86e5f780b..089dc341d 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/snowpackjs/astro.git", + "url": "https://github.com/withastro/astro.git", "directory": "packages/markdown/remark" }, "exports": { diff --git a/www/src/components/BlogHeader.astro b/www/src/components/BlogHeader.astro index 82a7b0ff0..9e80cc1c0 100644 --- a/www/src/components/BlogHeader.astro +++ b/www/src/components/BlogHeader.astro @@ -36,7 +36,7 @@ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg> Twitter </a> - <a class="header-subitem header-subitem-secondary" href="https://github.com/snowpackjs/astro" target="_blank"> + <a class="header-subitem header-subitem-secondary" href="https://github.com/withastro/astro" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/> </svg> diff --git a/www/src/components/GithubStarButton.astro b/www/src/components/GithubStarButton.astro index 9613c9e72..103561eb2 100644 --- a/www/src/components/GithubStarButton.astro +++ b/www/src/components/GithubStarButton.astro @@ -1,7 +1,7 @@ <!-- Place this tag where you want the button to render. --> <div class="hidden-mobile" style="text-align: center; height: 36px; margin-top: 0.75rem;"> - <a class="github-button" href="https://github.com/snowpackjs/astro" data-icon="octicon-star" - data-size="large" data-show-count="true" aria-label="Star snowpackjs/astro on GitHub">Star</a> + <a class="github-button" href="https://github.com/withastro/astro" data-icon="octicon-star" + data-size="large" data-show-count="true" aria-label="Star withastro/astro on GitHub">Star</a> </div> <!-- Place this tag in your head or just before your close body tag. --> <script async="async" defer="defer" src="https://buttons.github.io/buttons.js"></script>
\ No newline at end of file diff --git a/www/src/components/MainHeader.astro b/www/src/components/MainHeader.astro index e76044a01..a54759172 100644 --- a/www/src/components/MainHeader.astro +++ b/www/src/components/MainHeader.astro @@ -47,7 +47,7 @@ </a> </li> <li> - <a class="header-subitem header-subitem-secondary" href="https://github.com/snowpackjs/astro"> + <a class="header-subitem header-subitem-secondary" href="https://github.com/withastro/astro"> <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"> <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/> </svg> diff --git a/www/src/data/blog-posts/astro-018.md b/www/src/data/blog-posts/astro-018.md index a09a9f3b9..1f5d05b60 100644 --- a/www/src/data/blog-posts/astro-018.md +++ b/www/src/data/blog-posts/astro-018.md @@ -42,7 +42,7 @@ Named slots are particularly useful for page layouts. A layout can now specify s <img src="/assets/blog/astro-018/solid-logo-dark.svg" alt="Solid.js logo" style="background-color: rgb(65, 64, 66); padding: 2rem 4rem;" /> -[Solid](https://www.solidjs.com/) is a JSX-based UI framework that bills itself as the familiar, modern, more reactive alternative to React. We're really excited about Solid, and with the new [Solid renderer](https://github.com/snowpackjs/astro/tree/main/packages/renderers/renderer-solid) for Astro you can use Solid as a first-class framework in your project. +[Solid](https://www.solidjs.com/) is a JSX-based UI framework that bills itself as the familiar, modern, more reactive alternative to React. We're really excited about Solid, and with the new [Solid renderer](https://github.com/withastro/astro/tree/main/packages/renderers/renderer-solid) for Astro you can use Solid as a first-class framework in your project. Adding support for Solid (our third officially-supported JSX framework) wasn't easy, and required a major refactoring of how Astro handles JSX. The final result was worth it: Astro is now much better at supporting different types of JSX and can even support the new React v17 JSX transform. This new foundation for Astro should support us well into the future. @@ -53,7 +53,7 @@ The release of Solid v1.0 is the perfect showcase for Astro's multi-framework pr  -Server-side rendering (SSR) for web components is finally here, thanks to Lit and the new [Lit renderer for Astro](https://github.com/snowpackjs/astro/tree/main/packages/renderers/renderer-lit). +Server-side rendering (SSR) for web components is finally here, thanks to Lit and the new [Lit renderer for Astro](https://github.com/withastro/astro/tree/main/packages/renderers/renderer-lit). Thanks to the [Declarative Shadow DOM](https://web.dev/declarative-shadow-dom/) -- a new HTML feature that's now available in Chrome -- the Lit project was able to release experimental SSR support for Lit. Define a custom element in JavaScript and server render it with Astro as you would any other component from React or Vue. Unlike other JS components, you still use the custom element tag name in your HTML. @@ -66,7 +66,7 @@ We've been absolutely blown away by the love Astro has recieved in such a short - Featured articles and guides from [Netlify](https://www.netlify.com/blog/2021/07/23/build-a-modern-shopping-site-with-astro-and-serverless-functions/), [Cloudflare](https://developers.cloudflare.com/pages/framework-guides/astro), [CSS Tricks](https://css-tricks.com/a-look-at-building-with-astro/), and more. - Over 2,000 developers have downloaded the [Astro VSCode extension](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode) - Over 500 weekly visitors to our [amazing Discord](https://astro.build/chat) -- Over 300 public projects using Astro [on Github](https://github.com/snowpackjs/astro) +- Over 300 public projects using Astro [on Github](https://github.com/withastro/astro) - 2 (TWO!) Astro jobs already posted on Discord! - [GitHub adds support for Astro component syntax highlighting](https://twitter.com/n_moore/status/1417881860051509250) diff --git a/www/src/data/blog-posts/astro-019.md b/www/src/data/blog-posts/astro-019.md index b53a72c3a..235bbd4e4 100644 --- a/www/src/data/blog-posts/astro-019.md +++ b/www/src/data/blog-posts/astro-019.md @@ -130,7 +130,7 @@ Not all developers speak English. In fact, most don't. Luckily, some amazing con - [Suomi](https://docs.astro.build/fi/getting-started) - [Π ΡΡΡΠΊΠΈΠΉ](https://docs.astro.build/ru/getting-started) -These are still a work in progress, and we'll keep working towards 100% translation as we creep closer to a v1.0 release. If you know a few languages and are able to contribute, [we could really use your help!](https://github.com/snowpackjs/astro/blob/main/CONTRIBUTING.md#translations) +These are still a work in progress, and we'll keep working towards 100% translation as we creep closer to a v1.0 release. If you know a few languages and are able to contribute, [we could really use your help!](https://github.com/withastro/astro/blob/main/CONTRIBUTING.md#translations) ## Open Collective @@ -142,7 +142,7 @@ We created an Open Collective because corporate sponsorship is one of the few pr Chances are, your company benefits from open source software. Invest in the technologies that power your business by sponsoring Astro and any other open source projects that you use. **Bonus:** thousands of developers will see your logo on our README and the [astro.build homepage](https://astro.build), every day. -100% of funds raised are invested directly back into the project and our community. You can read more about how funds are distributed by reading our [FUNDING.md](https://github.com/snowpackjs/astro/blob/main/FUNDING.md) doc on GitHub. +100% of funds raised are invested directly back into the project and our community. You can read more about how funds are distributed by reading our [FUNDING.md](https://github.com/withastro/astro/blob/main/FUNDING.md) doc on GitHub. We'll be tweeting out personal "thank you" messages to every person and company who hits the ["Sponsor"](https://opencollective.com/astrodotbuild) button in the next 48 hours. Our first, very special THANK YOU goes out to [Chris Jennings](https://twitter.com/ckj), CCO and co-founder of [Sentry](https://sentry.io/), for being our first official sponsor! π diff --git a/www/src/data/blog-posts/astro-021-preview.md b/www/src/data/blog-posts/astro-021-preview.md index 338cff00a..849564921 100644 --- a/www/src/data/blog-posts/astro-021-preview.md +++ b/www/src/data/blog-posts/astro-021-preview.md @@ -37,9 +37,9 @@ This switch from Snowpack to Vite might come as a surprise to some: Both Drew an ## Hello, WASM! -Astro 0.21 features another huge low-level improvement: the brand new [@astrojs/compiler](https://github.com/snowpackjs/astro-compiler-next). Astro's new compiler is written in Go and distributed as WASM. You can run it right in your browser, or on the server in Node.js and Deno. +Astro 0.21 features another huge low-level improvement: the brand new [@astrojs/compiler](https://github.com/withastro/astro-compiler-next). Astro's new compiler is written in Go and distributed as WASM. You can run it right in your browser, or on the server in Node.js and Deno. -The new [@astrojs/compiler](https://github.com/snowpackjs/astro-compiler-next) unlocks: +The new [@astrojs/compiler](https://github.com/withastro/astro-compiler-next) unlocks: - **Flexibility:** Run the compiler anywhere with WASM. - **Speed:** Build sites faster with Go's compiled-language performance. @@ -89,7 +89,7 @@ Now, Astro's dev server sends HTML updates to the browser and then runs a small ## Try it today -If you've read this far, we'd love your help trying out the latest release before launch. You can try out our latest release today [in the browser](https://gitpod.io#snapshot/5e7cf2f1-8108-4fa5-99d3-ed8de70d8c23) or by running `npm install astro@next--compiler` in a new project directory. You can follow our progress and leave feedback in the `next` PR on GitHub: https://github.com/snowpackjs/astro/pull/1406 +If you've read this far, we'd love your help trying out the latest release before launch. You can try out our latest release today [in the browser](https://gitpod.io#snapshot/5e7cf2f1-8108-4fa5-99d3-ed8de70d8c23) or by running `npm install astro@next--compiler` in a new project directory. You can follow our progress and leave feedback in the `next` PR on GitHub: https://github.com/withastro/astro/pull/1406 Leave feedback, report bugs, and get involved with Astro's development in our [Discord server](https://astro.build/chat). You can also [follow along](https://twitter.com/astrodotbuild) on Twitter. diff --git a/www/src/data/blog-posts/introducing-astro.md b/www/src/data/blog-posts/introducing-astro.md index fd381e7ea..897f2c2ba 100644 --- a/www/src/data/blog-posts/introducing-astro.md +++ b/www/src/data/blog-posts/introducing-astro.md @@ -94,7 +94,7 @@ By building your site to static HTML by default, Astro makes it difficult (but n Astro is built by the team of open source developers behind [Snowpack](https://snowpack.dev) and [Skypack](https://skypack.dev), with additional contributions from the community. -**Astro is and always will be free.** It is an open source project released under the [MIT license](https://github.com/snowpackjs/astro/blob/main/LICENSE). +**Astro is and always will be free.** It is an open source project released under the [MIT license](https://github.com/withastro/astro/blob/main/LICENSE). We care deeply about building a more sustainable future for open source software. At the same time, we need to support Astro's development long-term. This requires money (donations alone aren't enough.) |