summaryrefslogtreecommitdiff
path: root/examples/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-01Version Packages (#593)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01update example readmes (#591)Gravatar Fred K. Schott 1-0/+28
* update example readmes * Update README.md
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-4/+11
2021-06-30Version Packages (#589)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Version Packages (#567)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-29Fix changesets action (#576)Gravatar Nate Moore 1-2/+2
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-2/+2
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>
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-24force pnpm to hoist packages inside astro #342 #190 (#530)Gravatar duncanhealy 1-0/+2
* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
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-21Fix sidebar scrolling docs (#499)Gravatar Laura Caroline 1-0/+43
* Allow scrolling for side bar + scroll bar styling * Add tentative of styling for firefox
2021-06-17fix: keyboard unable to target theme switcher (#488)Gravatar Kitto Khrangtong 1-1/+2
2021-06-14[ci] yarn formatGravatar matthewp 1-0/+1
2021-06-14Version Packages (#431)Gravatar github-actions[bot] 2-2/+8
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 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-11Version Packages (#381)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 19-0/+1237
* 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>