Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use astro: namespace modules #4239

Merged
merged 3 commits into from
Aug 19, 2023
Merged

Use astro: namespace modules #4239

merged 3 commits into from
Aug 19, 2023

Conversation

matthewp
Copy link
Contributor

What kind of changes does this PR include?

  • New or updated content

Description

  • In 3.0 there are new aliases for middleware and components. This updates the docs to use those.

For Astro version: 3.0. See Astro PR #8101.

@netlify
Copy link

netlify bot commented Aug 16, 2023

Deploy Preview for astro-docs-2 ready!

Name Link
🔨 Latest commit f88e414
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/64e0baa4349b780009b1dc58
😎 Deploy Preview https://deploy-preview-4239--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@matthewp
Copy link
Contributor Author

I didn't update #3756 because this is technically not a breaking change, the old imports will still work. But we are recommending the astro: namespace now. So happy to add to that issue as well if it feels like it should be.

@ElianCodes
Copy link
Member

ElianCodes commented Aug 17, 2023

Hey Matthew, as this is a 3.0 change, can you send the PR to v3-upgrade-guide instead of main?
That way, we can merge that PR when we're ready for v3! (#4166)

Or am I wrong here, and can this new astro:middleware & astro:components already be used in our current Astro versions?

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this PR for 3.0 Launch!

Notes for Docs:

  • Not a breaking issue, and the old notation still works, so we'll not worry about adding to the migration guide and no, don't need an issue! We'll just keep our messaging consistent going forward.
  • We might change the base branch for this before merging
  • Let's also do our own find/replace to confirm we haven't missed any!

@sarah11918 sarah11918 changed the base branch from main to v3-upgrade-guide August 19, 2023 12:47
@sarah11918 sarah11918 merged commit 0f62bd2 into v3-upgrade-guide Aug 19, 2023
1 check passed
@sarah11918 sarah11918 deleted the astro-namespace branch August 19, 2023 12:51
yanthomasdev added a commit that referenced this pull request Aug 30, 2023
* initial page

* a few entries to get us started

* added some more entries

* document Astro.cookies, compressHTML and default port

* updates sidebar entry and adds more items to guide

* update sidebar in international versions

* add more entries

* typo: fix `astro.mjs.config` to `astro.config.mjs`

* refactor: endpoint methods to uppercase variants

* chore: update DEL to DELETE

* chore: remove `<Markdown />` component

* all beta 0 and 1 placeholders entered

* edit JSX entry

* all placeholder entries in up to date!

* added experimental flags to remove

* deleted the assets page since it won't be in new docs

* Update CSS Bundle Control for 3.0 (#4253)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Use astro: namespace modules (#4239)

* feat: document astro features (#3924)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* feat: document logger for Astro integrations (#3817)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>

* removed Assets from sidebar since file was deleted

* updated image links to point to page we want them to visit

* edited removed astro image integration

* edited removed markdown component

* edited build config options moved to adapters

* remove extra build to adapter code samples

* updated typescript version entry

* kebab case, astro check entries done; end of REMOVEDs

* tralingslash default behavior entry

* htmlcompress entry

* scopedStyleStrategy and added links up to here

* typo in trailingSlash

* scoped style link

* inlineStyleSheets plus code example syntax fixes up to here

* class:list entries

* defalt port

* getStaticPaths flattening entry

* internal API endpoints entry

* squoosh sharp

* HTTP request methods and more links to this point

* shortened image service title

* astro.cookies entry

* final draft done!!

* feat: document adapter features (#3917)

Co-authored-by: Elian ☕️ <hello@elian.codes>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update capitalisation of GET

* Apply suggestions from EVERYONE's code review!

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>

* Touche, Matthew.

Co-authored-by: Matthew Phillips <matthew@skypack.dev>

* Every time someone has a good idea, we commit!

Co-authored-by: J. B. Rainsberger <me@jbrains.ca>

* Document experimental JS API (#4234)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Update Firebase example to use cookies.has() (#4302)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>

* last new entries for upgrade guide! Code freeze!

* Mostly formatting catches, also build config DEPRECATED and line highlighting

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>

* missed a formatting correction

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* moves build config options down to deprecated section

* bluwy nits!

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

* earlier link to image upgrade advice

* upgrade node version to 18.14.1 in English files only

* removed examples that listed astrojs/image

* Generate v3 reference docs (#4327)

* deleting es/guides/assets

* deleted guides/assets from nav.ts files that had it

* remove mention of assets folder from project structure

* Update `class:list` and astro-hash classes (#4322)

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Remove markdown draft reference (#4354)

* update endpoints

* update endpoints

* apply Blu's suggestions

* clearer, and scarier unexperimental image assets

* translatable

* View transitions 3.0 changes (#4320)

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* remove note to Team Docs

* remove Canadian spelling

* remove advice to uninstall sharp

* Fix import

Co-authored-by: Waxer59 <78129249+Waxer59@users.noreply.github.com>

* friendly note!

* ci: update reference docs (#4361)

Co-authored-by: delucis <delucis@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>

* ci: update integration docs (#4362)

Co-authored-by: delucis <delucis@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>

* add deprication note to simple objects in endpoints

* correct endpoints examples for ResponseWithEncoding

* backnit

* put the v in the 2

Co-authored-by: 李瑞丰 <liruifeng1024@gmail.com>

* put the v in the 3

Co-authored-by: 李瑞丰 <liruifeng1024@gmail.com>

* put the v in the 3 part 2

Co-authored-by: 李瑞丰 <liruifeng1024@gmail.com>

* wording

* chore: supplement `functionPerRoute` docs (#4419)

* chore: supplement `functionPerRoute` docs

* Update src/content/docs/en/reference/adapter-reference.mdx

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Add note about passing classes to children

* Add some whitespace

* i18n(ja): Update tutorial for v3 (#4415)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update `tutorial/` `V3` (#4372)

* update tutorial

* Update src/content/docs/es/tutorial/5-astro-api/4.mdx

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update installation guides for v3 (#4414)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update install/v3 (#4379)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* ci: update integration docs (#4400)

Co-authored-by: delucis <delucis@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update `view-transitions.mdx v3` (#4370)

* update page

* fix broken links

* fix broken note

* fix typo

* fix broken link

* Apply suggestions from code review

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(pt-BR): Update remaining `reference/` pages for 3.0 (#4407)

* i18n(pt-BR): Update remaining `reference/` pages for 3.0

* Apply suggestions from translation review

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* Update to latest changes

* map -> mapa

Co-authored-by: Luiz Ferraz <luiz@lferraz.com>

* Better wording

* Fix whitespace

---------

Co-authored-by: Alisson Nunes <alynva@gmail.com>
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>

* i18n(ja): Update integrations-guide.mdx for v3 (#4398)

* cbe66e9

* 1703b1d

* 60f35d6

* i18n(ja): Update integrations-guide.mdx for v3

---------

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update vercel.mdx for v3 (#4397)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update styling.mdx for v3 (#4413)

* aedcab5

* a52460c

* i18n(ja): Update styling.mdx for v3

---------

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update middleware.mdx for v3 (#4412)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update `reference/` `V3` (#4409)

* update pages

* Update src/content/docs/es/reference/adapter-reference.mdx

* Update src/content/docs/es/reference/cli-reference.mdx

* update page

* Apply suggestions from code review

---------

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update content-collections.mdx for v3 (#4396)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update project-structure.mdx for v3 (#4395)

* 8104a41

* 577ca11

* i18n(ja): Update project-structure.mdx for v3

* Update src/content/docs/ja/core-concepts/project-structure.mdx

Co-authored-by: Kyosuke Nakamura <kyosuke@users.noreply.github.com>

---------

Co-authored-by: Kyosuke Nakamura <kyosuke@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update why-astro.mdx for v3 (#4394)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update `guides/` `V3` (#4383)

* update pages

* Apply suggestions from code review

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

* update styling

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update guides/integrations-guide/ V3 (#4381)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update guides/backend/ & guides/deploy/ V3 (#4380)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update recipes/ V3 (#4373)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Updated `concepts/` & `core-concepts/` `V3` (#4377)

* update pages

* apply changes

---------

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(pt-BR): Update `view-transitions.mdx` for 3.0 (#4392)

* i18n(pt-BR): Translate `upgrade-to/v3` and update smaller 3.0 changes (#4386)

* i18n(pt-BR): Translate `upgrade-to/v3` and update smaller 3.0 changes

* Update PT-BR tutorial

* Reflect latest changes

* Update to latest changes

* Apply suggestions from translation review

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* Update to latest changes

* Update to latest changes

* Fix links

* Fix all the broken links

---------

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* i18n(es): Translate `v3.mdx` `V3` (#4375)

* translate sections

* translate page

* Apply suggestions from code review

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

* add changes

* fix links

* update page

* update page

* update page

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): Update vercel.mdx V3 (#4423)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* Add v3 callout to getting started page

* i18n(es): Update `images` `V3` (#4408)

* translate page

* Update src/content/docs/es/guides/images.mdx

* Update src/content/docs/es/guides/images.mdx

* update page

---------

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(zh-cn): Upgrade to Astro v3 guide for simplified Chinese  (#4353)

* i18n(zh-cn): uppercase http methods & some update.

* Update why-astro.mdx

* Update content-collection.mdx

* Update cloudflare.mdx

* Update markdown-content.mdx

* Update styling.mdx

* Update preact.mdx

* Update react.mdx & solid-js.mdx

* Update cli-reference.mdx

* Update adapter & configuration reference

* Update directives reference

* Update integrations reference

* Translate missing-sharp.mdx

* Remove blank line

* Update endpoints

* Update endpoints

* Update view transitions for v3

* upgrade to v3 translated

* Update src/content/docs/zh-cn/guides/styling.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/concepts/why-astro.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/preact.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/preact.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/preact.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/upgrade-to/v3.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/upgrade-to/v3.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/react.mdx

* Update src/content/docs/zh-cn/guides/integrations-guide/solid-js.mdx

* Update src/content/docs/zh-cn/guides/integrations-guide/solid-js.mdx

* Update src/content/docs/zh-cn/guides/integrations-guide/react.mdx

* Update from v3-guide

* Update src/content/docs/zh-cn/guides/integrations-guide/react.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/solid-js.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/directives-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/preact.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/react.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/integrations-guide/solid-js.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/upgrade-to/v3.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/configuration-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/configuration-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/integrations-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/integrations-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/reference/integrations-reference.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update src/content/docs/zh-cn/guides/upgrade-to/v3.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Update endpoints.mdx

* Update endpoints.mdx

* Update v3.mdx

* Update v3.mdx

* Update src/content/docs/zh-cn/guides/view-transitions.mdx

Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>

* Update src/content/docs/zh-cn/guides/upgrade-to/v3.mdx

Co-authored-by: Genteure <genteure@gmail.com>

* Apply suggestions from code review

Co-authored-by: Genteure <genteure@gmail.com>

* Update some from upstream

* Update src/content/docs/zh-cn/reference/adapter-reference.mdx

Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>

---------

Co-authored-by: Genteure <genteure@gmail.com>
Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(ja): Update view-transitions.mdx for v3 (#4424)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* [v3 image assets] (#3739)

* starting to take notes

* notes re: using in Astro files

* draft - images in astro files

* choosing image img

* move v3 upgrade guide stuff to bottom

* draft - images in markdown files

* draft - images in mdx

* draft - images in framework components

* sprinkled a few more only local images optimized

* added and updates setting defaults on image component

* carried over other Images page sections

* split pages: images guide and other to be used elsewhere

* update assets folder guidance, and some formatting

* 3 migration guides - update links to image resources. NEED TO CHECK ALL CODE SAMPLES FOR USAGE

* update link to public folder

* link check in `ko` file

* drafted upgrade to v3 content

* v3 update guide - content collections advice

* add info re: Sharp the default

* more fine-tuning and reorg

* remove assets page and sidebar entry

* fixed links to old assets page in non-error pages

* update netlify.toml with redirect assets to images

* removes the old image integration guide and redirects to image

* replaced error messages locally for checks

* delete image integration guide from other languages

* removed the built-in alias from code samples and explanations

* remove references to assets folder entirely

* added info about remote images

* next pass at new image page (upgrade stuff still to do)

* address links, incl fake config-ref links

* another quick link hotfix in error message

* change remaining links to images; incl eggregious error message hotfixes

* move non-en images pages to old translations; update migrate-to links

* more link fixes in astro-components; missing-image-dimensions and from- guides

* draft pass at v3 upgrade stuff!

* some proper Spanish

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>

* fix long sentence

* quick formatting fixes

* Apply suggestions from code review

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>

* Update src/content/docs/en/guides/images.mdx

* remove too harsh info re image tag in Markdown

* Apply suggestions from Yan comma review

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* Update src/content/docs/en/guides/images.mdx

* removed experimental flag from image service api config example

* add code example showing removing astro integration

* moved the no op image service blurb into here from v3 guide

* updated from- guides with updated image assets content

* i18n(zh-cn): Translate images.mdx (#4314)

Co-authored-by: Camol <kwwnjujlc@gmail.com>
Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>

* Apply suggestions from morinokami code review

Co-authored-by: Shinya Fujino <shf0811@gmail.com>

* Everyone caught so many little fixes!

Co-authored-by: Elian ☕️ <hello@elian.codes>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* extra line

Co-authored-by: Shinya Fujino <shf0811@gmail.com>

* another extra line

Co-authored-by: Shinya Fujino <shf0811@gmail.com>

* Rename and edit "4. Uninstall Sharp"

* i18n(zh-cn): Update zh from upstream (#4393)

* i18n(ja): Update images.mdx (#4418)

Co-authored-by: Kyosuke Nakamura <kyosuke@users.noreply.github.com>

* i18n(pt-BR): Update `images.mdx` for 3.0 (#4411)

* i18n(pt-BR): Update `images.mdx` for 3.0

* Apply suggestions from translation review

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* oops, missed suggestion

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* Update translation based on latest changes

* Fix typo

* Fix links

---------

Co-authored-by: Alisson Nunes <alynva@gmail.com>

* Bring back ES guide changes

---------

Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Co-authored-by: 李瑞丰 <liruifeng1024@gmail.com>
Co-authored-by: Camol <kwwnjujlc@gmail.com>
Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Elian ☕️ <hello@elian.codes>
Co-authored-by: Kyosuke Nakamura <kyosuke@users.noreply.github.com>
Co-authored-by: Alisson Nunes <alynva@gmail.com>

* fix link 1

Co-authored-by: Waxer59 <78129249+Waxer59@users.noreply.github.com>

* fix link 2

Co-authored-by: Waxer59 <78129249+Waxer59@users.noreply.github.com>

* fix link 3

Co-authored-by: Waxer59 <78129249+Waxer59@users.noreply.github.com>

* Remove `#draft-pages` link

* i18n(zh-cn): Update getting-started.mdx (#4426)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* i18n(es): update getting started (#4427)

Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

* Update PT-BR getting-started

* FIX ALL THEM LINKS

* fix link to experimental option

* FIX LINKS PLEASE

@tracker-major:./src/**/+(en|es|ja|zh-cn|pt-br)/concepts/*.mdx;./src/**/+(en|es|ja|zh-cn|pt-br)/core-concepts/*.mdx;./src/**/+(en|es|zh-cn)/guides/backend/*.mdx;./src/**/+(en|es|ja|zh-cn|pt-br)/guides/*.mdx;./src/**/+(en|es|ja|zh-cn|pt-br)/guides/deploy/*.mdx;./src/**/+(en|es|zh-cn)/guides/integrations-guide/*.mdx;./src/**/+(en|es|zh-cn)/guides/migrate-to-astro/*.mdx;./src/**/+(en|es|zh-cn|pt-br)/guides/upgrade-to/v3.mdx;./src/**/+(en|es|ja|zh-cn|pt-br)/install/*.mdx;./src/**/+(en|es|zh-cn|pt-br)/recipes/*.mdx;./src/**/+(en|es|zh-cn|pt-br)/reference/*.mdx;./src/**/+(en|es|zh-cn|pt-br)/reference/errors/*.mdx;./src/**/+(en|es|ja|zh-cn|pt-br)/tutorial/**/*.mdx;./src/**/+(en|es|zh-cn|pt-br)/getting-started.mdx;


---------

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: = <otterlord.dev@gmail.com>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: J. B. Rainsberger <me@jbrains.ca>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Waxer59 <78129249+Waxer59@users.noreply.github.com>
Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com>
Co-authored-by: delucis <delucis@users.noreply.github.com>
Co-authored-by: 李瑞丰 <liruifeng1024@gmail.com>
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Co-authored-by: Alisson Nunes <alynva@gmail.com>
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
Co-authored-by: Kyosuke Nakamura <kyosuke@users.noreply.github.com>
Co-authored-by: Genteure <genteure@gmail.com>
Co-authored-by: Xiaoyue Lin <36526527+100gle@users.noreply.github.com>
Co-authored-by: Camol <kwwnjujlc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants