Age | Commit message (Collapse) | Author | Files | Lines |
|
* Move english pages under `/en` and fix broken links hopefully
* Add meta refresh tags for `/` to `/en/` url moves + make `/index.astro` work without js
* update languageselect for new en format
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
* docs: update some Snowpack references to Vite
Vite has replaced Snowpack in 0.21.
* Apply suggestions from code review
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
|
|
* Update astro & markdown code blocks for consistency
* Add 'JSX in Frontmatter' note to Migration Guide
* code block improvements
|
|
* Update astro & markdown code blocks for consistency
* Add 'JSX in Frontmatter' note to Migration Guide
|
|
Added missing curly brace ('}') to API Reference docs.
|
|
* Expose slots to components via Astro.slots
* test: Add Astro.slots API tests
* docs: Document Astro.slots API
* docs: Duplicate Astro.slots documentation to other api-reference markdown
* Update proposal to use booleans, based upon RFC feedback
* update implementation & tests based on request
* changeset
|
|
|
|
* Remove reference/link to Collections
Remove line that refers to 'Core Concepts - Collections' given this is now deprecated.
* Added reference to routing
Tested link as working in local build.
|
|
|
|
|
|
|
|
|
|
* add: Astro.resolve
* Add docs and tests for Astro.resolve
* Add warnings when using string literals
* Prevent windows errors
* Adds a changeset
* Use the astro logger to log the warning
* Use the .js extension
* Dont warn for data urls
* Rename nonRelative and better match
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
|
|
Co-authored-by: mundry <mundry@users.noreply.github.com>
|
|
* wip: add file-based routing
* add pagination tests and nested pagination support
|
|
|
|
* add language selector
* docs site cleanup
* review feedback
* code review comments
|
|
|
|
|
|
* updated createCollection API
* Update examples/portfolio/src/pages/projects.astro
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* Update docs/reference/api-reference.md
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* fix(docs): collection doc typos (#758)
* keep cleaning up docs and adding tests
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: Mark Pinero <markspinero@gmail.com>
|
|
Co-authored-by: mundry <mundry@users.noreply.github.com>
|
|
|
|
|
|
|