summaryrefslogtreecommitdiff
path: root/docs/src/pages/reference/api-reference.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-31Delete docs text about removed Collections API (#1286)Gravatar Mani Gandham 1-1/+1
2021-08-31Remove reference/link to Collections (#1277)Gravatar Tim Chesney 1-1/+1
* 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.
2021-08-31Remove caveat about `Astro.request` not being passed to components. (#1276)Gravatar Caleb Jasik 1-2/+0
2021-08-30Alphabetize API doc (#1270)Gravatar Drew Powers 1-12/+12
2021-08-18Update api-reference.mdGravatar Fred K. Schott 1-1/+1
2021-08-16[ci] yarn formatGravatar matthewp 1-2/+2
2021-08-16Astro.resolve (#1085)Gravatar Matthew Phillips 1-0/+24
* 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>
2021-08-12Fix typos in the docs/ content (#1093)Gravatar mundry 1-1/+1
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 1-66/+130
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-07Fix code examples that would fail if copy-pasted (#1050)Gravatar Jonathan Neal 1-1/+1
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-1/+1
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 1-2/+2
2021-07-21[ci] yarn formatGravatar FredKSchott 1-6/+9
2021-07-21New Collections API (#703)Gravatar Fred K. Schott 1-86/+92
* 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>
2021-07-17Fix typos in the documentation. (#731)Gravatar mundry 1-1/+1
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-07-15fix import.meta docs referenceGravatar Fred K. Schott 1-3/+6
2021-07-15[ci] yarn formatGravatar FredKSchott 1-2/+7
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 1-0/+179