summaryrefslogtreecommitdiff
path: root/docs/src/pages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-01Update styling.md re link-handling for .scss files (#977)Gravatar Bryce Wray 1-1/+3
Adding a note to make clear that users of .scss files should still link to the final compiled .css files, as per https://discord.com/channels/830184174198718474/853350631389265940/871151798075949066.
2021-08-01full translation (#967)Gravatar Fred K. Schott 1-3/+1
2021-07-31fix bad merge from outdated layoutGravatar Fred K. Schott 3-3/+3
2021-07-30small cleanup to installation docsGravatar Fred K. Schott 1-9/+6
2021-07-30add finnish to language selectorGravatar Fred K. Schott 1-1/+1
2021-07-30move finnish translations to fiGravatar Fred K. Schott 3-0/+0
2021-07-30WIP: Documentation in Finnish (#837)Gravatar Vesa Piittinen 3-0/+201
* Initial Finnish getting-started.md * Initial Finnish `quick-start.md` * Missing word * Use a different test path name * Initial Finnish `installation.md` * Sync with `installation.md` * WIP Finnish island-architecture.md * Fix some sillyness * Delete island-architecture.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-30📘 DOC: Add PostCSS configuration on Astro (#947)Gravatar Diogo Felix 1-0/+27
2021-07-30Add svelte file extension to tailwind puge configuration. (#964)Gravatar allanvobraun 1-1/+1
Self explanatory.
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 26-33/+43
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 7-58/+58
2021-07-30[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-07-30Fix typos and clarify docs (#880)Gravatar Marcus Otterström 4-4/+5
* Add more missing words * Add missing dot * Add another missing dot * Clarify what optimized css means (discussed on Discord) * Remove oxford comma Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-29move translated nl docsGravatar Fred K. Schott 1-0/+0
2021-07-29Started on the getting started dutch docs 🇳🇱 (#855)Gravatar Chris Bongers 1-0/+59
2021-07-29Fix Github Action setup (#934)Gravatar Mulai 1-6/+7
2021-07-28Add remark-slug (#862)Gravatar Maksim Markelov 1-4/+2
* Add remark-slug * Add remark-slug in documentation * Add changeset
2021-07-28Fixes typo (#902)Gravatar Nikola Hristov 1-1/+1
2021-07-27remove warning from collections docsGravatar Fred K. Schott 1-2/+0
2021-07-27docs: add missing `matchMedia` reference (#895)Gravatar Balázs Orbán 1-0/+1
* docs: add missing `matchMedia` reference * Update docs/src/pages/core-concepts/component-hydration.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-07-27[ci] yarn formatGravatar matthewp 3-7/+6
2021-07-27DOC: revisions made to the setup section (#864)Gravatar Peter Singh 3-42/+137
* this is the last time im changing these files.... * This is Thats these two files finished off... * Updated the section setup, a bit * trying to resolve the conflict Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-07-26Add missing word (#879)Gravatar Marcus Otterström 1-1/+1
2021-07-24Fixed typo in getting-started.md (#842)Gravatar Alexandre Desroches 1-1/+1
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 2-1/+29
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-23[ci] yarn formatGravatar FredKSchott 1-5/+4
2021-07-23📘 DOC: Adding github actions example to deploy.md (#823)Gravatar Danny Burrows 1-1/+59
* Adding github actions example to deploy.md * Update wording and example Made the suggested changes * Apply suggestions from code review Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-22docs: fix broken link to Markdown component (#827)Gravatar João Paquim 1-1/+1
2021-07-22📘 DOC: improve a11y (#806)Gravatar Caleb Jasik 4-7/+5
* Add `tabindex="0"` to `<pre>` so that they are navigable by keyboard users if they overflow. * Landmark elements should have unique names https://dequeuniversity.com/rules/axe/4.3/landmark-unique * Page must have one main landmark https://dequeuniversity.com/rules/axe/4.3/landmark-one-main - Main landmark must not be contained by another landmark https://dequeuniversity.com/rules/axe/4.3/landmark-main-is-top-level * Heading level cannot increase by more than one * Ensure that links with the same accessible name serve a similar purpose https://dequeuniversity.com/rules/axe/4.3/identical-links-same-purpose * Just update the accessible name and require context for the visible link name * Fix CSS from the removal of the second <main> * Revert heading level change
2021-07-22[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-07-22Update deploy.sh to include touch .nojekyll (#819)Gravatar Danny Burrows 1-2/+4
* Update deploy.sh to include touch .nojekyll * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-22Added docs for community plugins 📗 (#799)Gravatar Chris Bongers 1-1/+18
* Added docs for community plugins 📗 * Updated copy for keywords 🔗
2021-07-22docs: remove duplicate section describing slots (#820)Gravatar João Paquim 1-30/+2
With the recently added documentation describing named slots, the previous Slots section was redundant, and was consolidated into the same section.
2021-07-21[ci] yarn formatGravatar natemoo-re 1-0/+2
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-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-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 `--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 the templating setup for the `<title/>` in `MainLayout.astro` (#779)Gravatar Caleb Jasik 1-1/+1
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-19docs/fix: add language to code block (#761)Gravatar Caleb Jasik 1-1/+1
2021-07-19Improve docs theme (#717)Gravatar Nate Moore 2-485/+11
* 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>