summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-13docs: unify concepts in Spanish version (#1545)Gravatar Jorge del Casar 6-11/+11
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-13Add german quick start page (#1544)Gravatar Silas Krause 1-0/+73
* Add german quick start page * Apply suggestions from code review Co-authored-by: Kim Schneider <web@schneider.kim> * Fix typo Co-authored-by: Kim Schneider <web@schneider.kim>
2021-10-12docs: fix knownEntryPoints and add async renderToStaticMarkup example (#1489)Gravatar Brandon 1-3/+16
2021-10-12Revert #1520 (#1538)Gravatar Drew Powers 1-6/+0
2021-10-12Add Accessible Astro Starter (#1520)Gravatar Mark Teekman 1-0/+6
This is only a suggestion to get the word out about accessibility BUT, if you guys just want to show one featured theme then I understand and Ink would be better suited 😄 If that's the case just decline the request 🙂
2021-10-12Fix broken link to quick-start guide (#1534)Gravatar Sebastian Gorton Kalvik 1-1/+1
2021-10-12[ci] yarn formatGravatar matthewp 6-15/+28
2021-10-12[docs/ru] add translation for quick start (#1524)Gravatar Paul Mineev 3-1/+74
* [ru] add translation for quick start * fix mistakes
2021-10-12docs: spanish translation (#1531)Gravatar Jorge del Casar 25-17/+2104
2021-10-12[ci] yarn formatGravatar matthewp 1-4/+4
2021-10-12Add docs for deploying using Google Cloud (#1533)Gravatar Elian ☕️ 1-0/+32
2021-10-12[ci] yarn formatGravatar matthewp 1-4/+4
2021-10-12Documentation for deploying with buddy.works (#1506)Gravatar Maciej Palmowski 1-0/+18
* Added documentation for deploying to Buddy * Fix to make it more clear
2021-10-11[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-11Adds the astro check command (#1410)Gravatar Matthew Phillips 1-0/+6
* Adds the `astro check` command. This adds `astro check`, which runs type checking (and general error checking) on Astro projects. * print the number of errors found * Adds a changeset * Add cli docs * Upgrade the language server version * Prevent linting the console.logs
2021-10-10[ci] yarn formatGravatar jasikpark 1-1/+1
2021-10-10Typo in code snippet (#1523)Gravatar Andrei Marukhin 1-1/+1
2021-10-09[ci] yarn formatGravatar jasikpark 1-10/+10
2021-10-09i18n/es: Added comparing-astro-vs-others.md (#1488)Gravatar Pipo 4-5/+239
2021-10-09[ci] yarn formatGravatar jasikpark 1-10/+10
2021-10-09Docs: Add Japanese quick-start page (#1503)Gravatar Kyosuke 3-1/+75
2021-10-05Added astro-spa to the featured packages (#1485)Gravatar Rafid Muhymin Wafi 1-0/+9
2021-10-01Update comparison to reflect Gatsby SSR Support (#1474)Gravatar AsyncBanana 1-1/+1
* Updated comparison to reflect Gatsby SSR Support Updated comparison to show that Gatsby now supports SSR in version 4, as show by https://v4.gatsbyjs.com/docs/how-to/rendering-options/using-server-side-rendering/ * Clarified support in future versions Small change just because it clarifies it better and I didn't add it in the original commit * Removed Gatsby SSG paragraph * Added information to Gatsby comparison
2021-10-01docs: Improvements to language select and theme toggle (#1473)Gravatar Mikkel Tønder 2-24/+5
2021-10-01Added quick-start.md in spanish and link into sidebar in config.ts (#1466)Gravatar Pipo 2-0/+74
* Added quick-start.md in spanish and link into sidebar in config.ts * Change accepted * Fixed typos errors Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-10-01docs: Update danish getting started docs (#1470)Gravatar Mikkel Tønder 1-6/+16
2021-09-30[ci] yarn formatGravatar matthewp 1-1/+1
2021-09-30Remove duplicated info (#1464)Gravatar Pavel Mineev 1-2/+0
2021-09-30Translation for Getting Started [RU] (#1461)Gravatar Pavel Mineev 3-0/+80
* add getting started in russian * add russian in the lang selector * add russian in blog post * minor changes * translation for the comments in the code Co-authored-by: Alex <bespoyasov@me.com> * changes from @nlopin Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com> * sync with original docs #1464 * accept changes from @nlopin with slight changes Co-authored-by: Alex <bespoyasov@me.com> Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
2021-09-30Update deploy docs for gitlab pages (#1465)Gravatar Adam Recvlohe 1-1/+1
2021-09-29[ci] yarn formatGravatar matthewp 1-1/+0
2021-09-29Fix URL to "starter templates" link (#1455)Gravatar Risan Bagja Pradana 1-1/+1
The `starter templates` link on [Installation](https://docs.astro.build/installation#create-astro) page is currently pointed at 404 page: https://docs.astro.build/examples. This fix, simply replace the URL with: https://github.com/snowpackjs/astro/tree/main/examples
2021-09-29Added installation.md in spanish (#1444)Gravatar Pipo 2-0/+173
* Added installation.md in spanish * Add update to docs/src/config.ts sidebar Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-09-28Add script tag example (#1435)Gravatar AsyncBanana 1-0/+13
* Add script tag example Added example of using Astro with client side JavaScript * Removed partial hydration example comment
2021-09-28Update Docusaurus performance score (#1447)Gravatar Alexey Pyltsyn 1-1/+1
2021-09-27ES docs typo fixes (#1443)Gravatar arturo 1-3/+3
Fixes 3 minor typographical errors in the Spanish documentation
2021-09-24[ci] yarn formatGravatar tony-sull 1-22/+22
2021-09-24docs: Add Japanese translation of getting started page (#1375)Gravatar Kyosuke 4-1/+84
2021-09-24[ci] yarn formatGravatar tony-sull 1-1/+1
2021-09-24Update Doc: Getting Starteted in Zh-tw (#1398)Gravatar YM 2-6/+18
* Update examples in getting started * Update Online Playgrounds for zh-tw
2021-09-24[ci] yarn formatGravatar tony-sull 1-1/+1
2021-09-24update [Arabic] getting started page (#1416)Gravatar حمد بنقالي 1-3/+21
Co-authored-by: X7md
2021-09-24Fix typo (odpracht→opdracht) (#1425)Gravatar Pimm "de Chinchilla" Hogeling 1-1/+1
2021-09-24docs: German: Change some wording and punctuation (#1388)Gravatar Philip Weber 1-4/+4
2021-09-23Add Zola comparison (#1423)Gravatar AsyncBanana 1-0/+12
* Add Zola comparison A Zola comparison has been added to the Astro comparison page * Fixed naming in docs
2021-09-23📘 DOC: show how to pass props (#1381)Gravatar Knniff 1-0/+11
* show how to pass props In the current documentation it is only shown how to receive props but not how to pass a component said props. This adds a bit of code which shows how to pass props to a component. * Update docs/src/pages/core-concepts/astro-components.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-09-23update code to match description (#1422)Gravatar Brandon Stephens 1-1/+1
2021-09-23[ci] yarn formatGravatar jasikpark 1-2/+2