Brandon
c7ca17c5ec
docs: fix knownEntryPoints and add async renderToStaticMarkup example ( #1489 )
2021-10-12 15:30:21 -04:00
Drew Powers
86ddc8cf38
Revert #1520 ( #1538 )
2021-10-12 12:35:23 -06:00
Mark Teekman
b2b1174623
Add Accessible Astro Starter ( #1520 )
...
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-12 12:27:40 -06:00
Sebastian Gorton Kalvik
f58ec6fe16
Fix broken link to quick-start guide ( #1534 )
2021-10-12 13:30:51 -04:00
matthewp
d59b657395
[ci] yarn format
2021-10-12 17:06:04 +00:00
Paul Mineev
ab990b2204
[docs/ru] add translation for quick start ( #1524 )
...
* [ru] add translation for quick start
* fix mistakes
2021-10-12 13:03:25 -04:00
Jorge del Casar
f6d0631cee
docs: spanish translation ( #1531 )
2021-10-12 13:02:34 -04:00
matthewp
6ea1119a32
[ci] yarn format
2021-10-12 16:36:32 +00:00
Elian ☕️
d90c0456b5
Add docs for deploying using Google Cloud ( #1533 )
2021-10-12 12:35:05 -04:00
matthewp
b21eafd35c
[ci] yarn format
2021-10-12 15:58:26 +00:00
Maciej Palmowski
0816ac0636
Documentation for deploying with buddy.works ( #1506 )
...
* Added documentation for deploying to Buddy
* Fix to make it more clear
2021-10-12 11:56:58 -04:00
matthewp
b1b564d03d
[ci] yarn format
2021-10-11 12:13:35 +00:00
Matthew Phillips
dbd2f5076b
Adds the astro check command ( #1410 )
...
* 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-11 08:12:15 -04:00
jasikpark
22751e0ff9
[ci] yarn format
2021-10-10 14:55:44 +00:00
Andrei Marukhin
7451f04171
Typo in code snippet ( #1523 )
2021-10-10 09:54:37 -05:00
jasikpark
7627ee1fae
[ci] yarn format
2021-10-09 22:32:09 +00:00
Pipo
2d2af9ee97
i18n/es: Added comparing-astro-vs-others.md ( #1488 )
2021-10-09 17:27:37 -05:00
jasikpark
71c7347135
[ci] yarn format
2021-10-09 22:18:43 +00:00
Kyosuke
4786ceddab
Docs: Add Japanese quick-start page ( #1503 )
2021-10-09 17:17:34 -05:00
Rafid Muhymin Wafi
65924004f7
Added astro-spa to the featured packages ( #1485 )
2021-10-05 22:57:20 -05:00
AsyncBanana
046756c0fb
Update comparison to reflect Gatsby SSR Support ( #1474 )
...
* 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-01 17:43:50 -07:00
Mikkel Tønder
c1aa4b4d2d
docs: Improvements to language select and theme toggle ( #1473 )
2021-10-01 15:09:10 -04:00
Pipo
f351bb8570
Added quick-start.md in spanish and link into sidebar in config.ts ( #1466 )
...
* 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-01 11:27:09 -04:00
Mikkel Tønder
46a08c6898
docs: Update danish getting started docs ( #1470 )
2021-10-01 15:53:23 +02:00
matthewp
7473da41d3
[ci] yarn format
2021-09-30 19:17:35 +00:00
Pavel Mineev
2df287dcd6
Remove duplicated info ( #1464 )
2021-09-30 15:16:30 -04:00
Pavel Mineev
9d64722e84
Translation for Getting Started [RU] ( #1461 )
...
* 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-30 15:16:09 -04:00
Adam Recvlohe
41aed672ab
Update deploy docs for gitlab pages ( #1465 )
2021-09-30 15:03:14 -04:00
matthewp
2293fa0530
[ci] yarn format
2021-09-29 18:09:57 +00:00
Risan Bagja Pradana
34ad6598ee
Fix URL to "starter templates" link ( #1455 )
...
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-29 14:08:40 -04:00
Pipo
367ebd3d9f
Added installation.md in spanish ( #1444 )
...
* 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-29 14:08:18 -04:00
AsyncBanana
dd4234a5b5
Add script tag example ( #1435 )
...
* Add script tag example
Added example of using Astro with client side JavaScript
* Removed partial hydration example comment
2021-09-28 10:25:58 -04:00
Alexey Pyltsyn
6611b6b931
Update Docusaurus performance score ( #1447 )
2021-09-28 09:11:12 -04:00
arturo
697f17a255
ES docs typo fixes ( #1443 )
...
Fixes 3 minor typographical errors in the Spanish documentation
2021-09-27 11:18:02 -07:00
tony-sull
cb5d45bd2f
[ci] yarn format
2021-09-24 16:08:26 +00:00
Kyosuke
33b7c91c97
docs: Add Japanese translation of getting started page ( #1375 )
2021-09-24 18:06:59 +02:00
tony-sull
1baadefa35
[ci] yarn format
2021-09-24 15:51:18 +00:00
YM
ffbc48da97
Update Doc: Getting Starteted in Zh-tw ( #1398 )
...
* Update examples in getting started
* Update Online Playgrounds for zh-tw
2021-09-24 17:50:00 +02:00
tony-sull
1a0e5ce2a0
[ci] yarn format
2021-09-24 15:32:42 +00:00
حمد بنقالي
61e3913aca
update [Arabic] getting started page ( #1416 )
...
Co-authored-by: X7md
2021-09-24 17:31:21 +02:00
Pimm "de Chinchilla" Hogeling
60d8191619
Fix typo (odpracht→opdracht) ( #1425 )
2021-09-24 13:23:19 +02:00
Philip Weber
193b8c503d
docs: German: Change some wording and punctuation ( #1388 )
2021-09-24 13:18:14 +02:00
AsyncBanana
66e9e41e4a
Add Zola comparison ( #1423 )
...
* Add Zola comparison
A Zola comparison has been added to the Astro comparison page
* Fixed naming in docs
2021-09-23 20:23:59 -05:00
Knniff
0012a01541
📘 DOC: show how to pass props ( #1381 )
...
* 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-23 20:23:35 -05:00
Brandon Stephens
bc01a49e33
update code to match description ( #1422 )
2021-09-23 19:52:26 -05:00
jasikpark
2ac02255a3
[ci] yarn format
2021-09-23 17:51:08 +00:00
Roman Walters
7414113065
Update deploy.md with information how to deploy to render.com ( #1391 )
2021-09-23 12:49:56 -05:00
Roman Walters
b3f34bfd0e
Update astro-pages.md: Create custom 404 error page ( #1392 )
...
* Update astro-pages.md
* Update astro-pages.md
Explained the speciallity of 404.astro
* Update astro-pages.md
2021-09-20 13:56:25 -07:00
Drew Powers
939d5c3ae6
Add sponsorship logos ( #1371 )
2021-09-16 22:24:27 -06:00
rawknuckles
769940a6eb
Order deploy host list alphabetically ( #1384 )
...
* Add AWS label to S3 bucket link.
2021-09-16 16:57:43 -07:00