summaryrefslogtreecommitdiff
path: root/docs-www (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-27astro-docs syncGravatar Fred K. Schott 20-1349/+0
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-22Version Packages (#513)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14[ci] yarn formatGravatar matthewp 1-2/+2
2021-06-14fix some example docs site issues (#434)Gravatar Fred K. Schott 8-74/+130
2021-06-11[ci] yarn formatGravatar matthewp 2-2/+2
2021-06-11Create initial docs site (#389)Gravatar Kitto Khrangtong 20-0/+1290
* create initial docs site * change copy for title and header to say Astro Docs * create initial docs site * remove text merge changes * change workspaceRoot and remove yarn.lock from docs-www * add docs-www to workspace Co-authored-by: Kitto Khrangtong <kitto@queensboro.com>