summaryrefslogtreecommitdiff
path: root/examples/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24New Props API (#515)Gravatar Nate Moore 2-3/+6
* wip: update props api * feat(#139, #309): enable new props api * chore: migrate examples to new props API * docs: update syntax guide for new props API * chore: update examples to new props API * chore: update docs to new Props API * fix: hide __astroInternal from `Astro.props` consumers * chore: remove scratchpad file * chore: fix script error * test: fix failing collection tests * fix: set __astroInternal to `enumerable: false` * chore: add changeset * feat: warn users using old props api
2021-06-14[ci] yarn formatGravatar matthewp 1-2/+2
2021-06-14fix some example docs site issues (#434)Gravatar Fred K. Schott 7-28/+71
2021-06-11[ci] yarn formatGravatar matthewp 2-4/+4
2021-06-11Fix/issue #385 (#392)Gravatar Laura Caroline 5-3/+69
* Apply favicon to the docs template * Fix Sidebar category headers aren't clickable Fixes #385 * Improve Docs example documentation * Fix Documentation List on getting started page
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 11-0/+602
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>