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

fix(api-reference): add missing info, types and <Since /> #8943

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a968374
fix(api-reference): add missing Since and default in paginate section
ArmandPhilippot Jul 29, 2024
5630a1d
fix(api-reference): update MarkdownInstance interface
ArmandPhilippot Jul 29, 2024
061d4b8
fix(api-reference): update Astro.cookies types
ArmandPhilippot Jul 29, 2024
32554a2
fix(api-reference): remove Astro.canonicalURL
ArmandPhilippot Jul 29, 2024
f863f72
fix(api-reference): add missing Since/Type in Astro global & APIContext
ArmandPhilippot Jul 29, 2024
6c4017c
fix(api-reference): add getStaticPaths type
ArmandPhilippot Jul 29, 2024
8025c4d
fix(api-reference): add missing Since and Types in Content collections
ArmandPhilippot Jul 29, 2024
e8da5a3
fix(api-reference): add missing Types and Since in Middleware section
ArmandPhilippot Jul 29, 2024
4ec94b1
fix(api-reference): rewrite Types in Internationalization section
ArmandPhilippot Jul 29, 2024
d46cbb8
fix(api-reference): add missing Since for ViewTransitions built-in
ArmandPhilippot Jul 29, 2024
b8bb600
add link to documented SchemaContext type
ArmandPhilippot Aug 1, 2024
7e52d89
reword `merge` section
ArmandPhilippot Aug 1, 2024
fe59748
Merge branch 'main' into fix/api-reference-add-missing-info-types-since
ArmandPhilippot Aug 1, 2024
d895687
fix(api-reference): add a redirection for #astrocanonicalurl section
ArmandPhilippot Aug 1, 2024
306d4a4
fix(api-reference): replace AstroComponent with AstroComponentFactory
ArmandPhilippot Aug 1, 2024
2989037
fix(api-reference): add MD only mention on MarkdownInstance interface
ArmandPhilippot Aug 1, 2024
7a115e9
fix(api-reference): add Astro prefix to Cookies types
ArmandPhilippot Aug 1, 2024
bd2d7da
style(api-reference): make Types/Default/Since formatting consistent
ArmandPhilippot Aug 1, 2024
5c39fbe
feat(api-reference): add getDataEntryById section
ArmandPhilippot Aug 1, 2024
fe303f4
style(api-reference): reformat Types block when listing overloads
ArmandPhilippot Aug 1, 2024
ec5ef9e
fix(api-reference): remove Since on next() section
ArmandPhilippot Aug 1, 2024
7c944a3
fix(api-reference): add Astro version to next argument description
ArmandPhilippot Aug 1, 2024
b2aefca
fix(api-reference): update `onRequest` section struture
ArmandPhilippot Aug 2, 2024
4ab513f
fix(api-reference): add `getImage` types
ArmandPhilippot Aug 2, 2024
129d9f5
fix(api-reference): reword onRequest description
ArmandPhilippot Aug 2, 2024
d3b4b13
fix(api-reference): reword next subsection of onRequest
ArmandPhilippot Aug 2, 2024
f6b167f
Merge branch 'main' into fix/api-reference-add-missing-info-types-since
delucis Aug 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 28 additions & 27 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Moved content
# When moving a page, usually you’ll want to add a redirect to the bottom of this block.
/:lang/install/auto /:lang/install-and-setup/
/:lang/install/manual /:lang/install-and-setup/
/:lang/core-concepts/project-structure /:lang/basics/project-structure/
/:lang/core-concepts/astro-components /:lang/basics/astro-components/
/:lang/core-concepts/astro-pages /:lang/basics/astro-pages/
/:lang/core-concepts/layouts /:lang/basics/layouts/
/:lang/core-concepts/astro-syntax /:lang/basics/astro-syntax/
/:lang/core-concepts/rendering-modes /:lang/basics/rendering-modes/
/:lang/core-concepts/routing /:lang/guides/routing/
/:lang/core-concepts/endpoints /:lang/guides/endpoints/
/:lang/core-concepts/framework-components /:lang/guides/framework-components/
/:lang/core-concepts/sharing-state /:lang/recipes/sharing-state-islands/
/:lang/reference/dev-overlay-plugin-reference /:lang/reference/dev-toolbar-app-reference/
/:lang/core-concepts/partial-hydration /:lang/concepts/islands/
/:lang/guides/publish-to-npm /:lang/reference/publish-to-npm/
/:lang/concepts/mpa-vs-spa /:lang/concepts/why-astro/
/:lang/deploy/:service /:lang/guides/deploy/:service
/:lang/guides/deploy/layer-zero /:lang/guides/deploy/edgio/
/:lang/guides/client-side-routing /:lang/guides/view-transitions/
/:lang/guides/assets /:lang/guides/images/
/en/guides/aliases /en/guides/imports/#aliases
/:lang/guides/aliases /:lang/guides/imports/
/:lang/guides/integrations-guide/image /:lang/guides/images/
/:lang/migration/0.21.0 /:lang/guides/upgrade-to/v1/
/:lang/migrate /:lang/guides/upgrade-to/v1/
/:lang/recipes/studio /:lang/guides/astro-db/
/:lang/recipes /:lang/community-resources/content/
/:lang/install/auto /:lang/install-and-setup/
/:lang/install/manual /:lang/install-and-setup/
/:lang/core-concepts/project-structure /:lang/basics/project-structure/
/:lang/core-concepts/astro-components /:lang/basics/astro-components/
/:lang/core-concepts/astro-pages /:lang/basics/astro-pages/
/:lang/core-concepts/layouts /:lang/basics/layouts/
/:lang/core-concepts/astro-syntax /:lang/basics/astro-syntax/
/:lang/core-concepts/rendering-modes /:lang/basics/rendering-modes/
/:lang/core-concepts/routing /:lang/guides/routing/
/:lang/core-concepts/endpoints /:lang/guides/endpoints/
/:lang/core-concepts/framework-components /:lang/guides/framework-components/
/:lang/core-concepts/sharing-state /:lang/recipes/sharing-state-islands/
/:lang/reference/dev-overlay-plugin-reference /:lang/reference/dev-toolbar-app-reference/
/:lang/core-concepts/partial-hydration /:lang/concepts/islands/
/:lang/guides/publish-to-npm /:lang/reference/publish-to-npm/
/:lang/concepts/mpa-vs-spa /:lang/concepts/why-astro/
/:lang/deploy/:service /:lang/guides/deploy/:service
/:lang/guides/deploy/layer-zero /:lang/guides/deploy/edgio/
/:lang/guides/client-side-routing /:lang/guides/view-transitions/
/:lang/guides/assets /:lang/guides/images/
/en/guides/aliases /en/guides/imports/#aliases
/:lang/guides/aliases /:lang/guides/imports/
/:lang/guides/integrations-guide/image /:lang/guides/images/
/:lang/migration/0.21.0 /:lang/guides/upgrade-to/v1/
/:lang/migrate /:lang/guides/upgrade-to/v1/
/:lang/recipes/studio /:lang/guides/astro-db/
/:lang/recipes /:lang/community-resources/content/
/:lang:/reference/api-reference/#astrocanonicalurl /:lang:/reference/api-reference/#astrourl

# Very old docs site redirects
# Once upon a time these URLs existed, so we try to keep them meaning something.
Expand Down
Loading
Loading