summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Expose JSX compilation to renderers (#588)Gravatar Nate Moore 1-0/+45
* feat: add support for `jsxImportSource`, new JSX transform * Renderer: add Solid renderer (#667) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * [Renderer] Solid (#656) * feat: add support for `jsxImportSource`, new JSX transform * WIP: solid renderer * Solid renderer: fix SSR of children, hydration (top level) Caveat: cannot hydrate children/descendants of hydrated parents * Fix hydration of fragments * fix: SyntaxError in React/Preact renderers * fix: errors in React/Preact renderers * feat: update react external * chore: update examples * chore: delete old changelog * chore: update astro config Co-authored-by: Nate Moore <nate@skypack.dev> * Changing the preact to Solid (#669) * chore: use new client:visible syntax * fix: dev script issue * chore: cleanup SolidJS example * docs: update framework example docs * chore: cleanup framework-multiple example * fix: remove SolidJS false-positives from Preact renderer * chore: add changeset Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa> * feat(create-astro): add Solid support * docs: add JSX options to renderer reference * chore: add changeset for P/React renderers * fix: move react/server.js to external * chore: remove brewfile * Revert "feat: add support for `jsxImportSource`, new JSX transform" This reverts commit 077c4bfc135c58a85d4ebfca6012e90403694d8d. * fix: remove `react-dom/server` from `external` * chore: remove unused dependency * feat: improve JSX error messages * Revert "Revert "feat: add support for `jsxImportSource`, new JSX transform"" This reverts commit f6c2896b9ec6430611fc0abae7d586c42aca87e5. * docs: update jsxImportSource * feat: improve error message * feat: improve error logging for JSX renderers * tests: add jsx-runtime tests * chore: update snowpack Co-authored-by: eyelidlessness <eyelidlessness@users.noreply.github.com> Co-authored-by: Abdullah Mzaien <s201540830@kfupm.edu.sa>
2021-07-21Hsla composition (#790)Gravatar Jesus Gil 2-4/+1
* update theme colors to hsla * Add light navbar bg color * remove duplicate color assignments in Note.astro * clean up Clean up css variables and document use of hsla colors
2021-07-21update astro vs lighthouse scoresGravatar Fred K. Schott 1-6/+6
2021-07-21remove video from getting started pageGravatar Fred K. Schott 1-3/+1
2021-07-21[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-07-21add note that collections api is newGravatar Fred K. Schott 1-0/+3
2021-07-21slight homepage redesign (#789)Gravatar Fred K. Schott 1-1/+1
2021-07-21[ci] yarn formatGravatar FredKSchott 2-20/+31
2021-07-21New Collections API (#703)Gravatar Fred K. Schott 2-214/+290
* 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-21replace `npm run start` with `npm start` (#791)Gravatar Kyosuke 1-1/+1
2021-07-20Docs/ Add MetaData component for Open Graph and Twitter embeds (#784)Gravatar Caleb Jasik 3-1/+55
* Docs/ Add MetaData component for Open Graph and Twitter embeds * Switch twitter card type to `summary_large_image` * Add a version tag to the default-og-image url for cache busting * Update docs/src/config.ts Co-authored-by: Fred K. Schott <fkschott@gmail.com> * Incorporate changes from review * Construct `canonicalImageSrc` from `Astro.site`, which is not useful now, but could be if #788 is implemented Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-20Docs/ Add `--silent` cli option (#785)Gravatar Caleb Jasik 1-0/+4
2021-07-20update astro.config.js to astro.config.mjs in docsGravatar Fred K. Schott 2-6/+6
2021-07-20Docs/fix sitesidebar template (#778)Gravatar Caleb Jasik 1-1/+1
* Fix: Do not commit `.env` files in any directory * Links that aren't current should have either *no* aria-current attribute or `aria-current="false"` for the same effect.
2021-07-20docs: fix the templating setup for the `<title/>` in `MainLayout.astro` (#779)Gravatar Caleb Jasik 3-2/+7
2021-07-20change snowpack.config.js to snowpack.config.mjs in docsGravatar Fred K. Schott 1-1/+1
2021-07-20Add title for the Astro Documentation Page (#774)Gravatar Sha Mwe La 1-1/+1
* Add title for the Astro Documentation Page * Add the missing object braces Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-07-20Remove trailing comma (#773)Gravatar Sha Mwe La 1-1/+1
2021-07-20docs: use `aria-current="page"` rather than `.is-active` in ↵Gravatar Caleb Jasik 1-5/+4
SiteSidebar.astro (#770)
2021-07-19add back removed left sidebar scroll behaviorGravatar Fred K. Schott 1-0/+9
2021-07-19docs/fix: add language to code block (#761)Gravatar Caleb Jasik 1-1/+1
2021-07-19Improve docs theme (#717)Gravatar Nate Moore 4-545/+161
* Revert "Revert "New getting started guide (#715)"" This reverts commit dc4ba25b01254ed1c2088c081e8c861172ae58a4. * style: update docs theme * style: implement feedback * feat: remove FOUC * Update docs/src/pages/404.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Fix 404 title prop * chore: implement feedback * fix: ul, ol styles * fix: center logo on mobile * fix: improve navbar header contrast * fix: improve logo overlap * fix: `.nav-link` radius * fix: small mobile tweaks * feat: improve nav styles * feat: improve embed styles * fix: feedback items * fix: make header sticky on mobile Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-19fix: :bug: ThemeToggle should initialize from localstorage immediately (#748)Gravatar Tony Sullivan 1-6/+6
Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-19[ci] yarn formatGravatar FredKSchott 1-26/+20
2021-07-19add comparison docs (#718)Gravatar Fred K. Schott 4-1/+201
2021-07-19small typo fixGravatar Fred K. Schott 1-1/+1
2021-07-17[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-17Fix typos in the documentation. (#731)Gravatar mundry 13-30/+30
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-07-17closing style tag (#730)Gravatar Seanghay 1-0/+1
2021-07-16[ci] yarn formatGravatar FredKSchott 2-14/+11
2021-07-16New getting started guideGravatar Fred K. Schott 8-22/+65
2021-07-16Revert "New getting started guide (#715)"Gravatar Fred K. Schott 13-174/+570
This reverts commit 2827f077baab6674a8ee47f3006e82ce991118b8.
2021-07-16Revert "[ci] yarn format"Gravatar Fred K. Schott 2-11/+14
This reverts commit c2176bfc839e31051e09bebd97cb09311c506b3a.
2021-07-16[ci] yarn formatGravatar natemoo-re 2-14/+11
2021-07-16New getting started guide (#715)Gravatar Fred K. Schott 13-570/+174
* New getting started guide * style: small style tweaks * style: theme updates * chore: add redirect * style: theme tweaks * fix: clamp logo height * style: fix sidebar width Co-authored-by: Nate Moore <nate@skypack.dev>
2021-07-16Changed URLs to match the release (#711)Gravatar JuanM04 2-4/+4
2021-07-16Added 404.astro to docs (#712)Gravatar Benjamin Piper 1-0/+240
2021-07-15add site analyticsGravatar Fred K. Schott 1-0/+9
2021-07-15fix import.meta docs referenceGravatar Fred K. Schott 1-3/+6
2021-07-15[ci] yarn formatGravatar FredKSchott 2-5/+54
2021-07-15new sidebar actionsGravatar Fred K. Schott 2-14/+16
2021-07-15fix installation top paragraphGravatar Fred K. Schott 1-1/+1
2021-07-15[ci] yarn formatGravatar FredKSchott 21-66/+86
2021-07-15merge in docs site (#705)Gravatar Fred K. Schott 38-0/+4171