summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2021-09-23Update deploy.md with information how to deploy to render.com (#1391)Gravatar Roman Walters 1-0/+12
2021-09-20Update astro-pages.md: Create custom 404 error page (#1392)Gravatar Roman Walters 1-0/+5
* Update astro-pages.md * Update astro-pages.md Explained the speciallity of 404.astro * Update astro-pages.md
2021-09-16Add sponsorship logos (#1371)Gravatar Drew Powers 1-2/+39
2021-09-16Order deploy host list alphabetically (#1384)Gravatar rawknuckles 1-3/+3
* Add AWS label to S3 bucket link.
2021-09-16Update getting-started.mdGravatar Fred K. Schott 1-3/+1
2021-09-15Expose slots to components (#1368)Gravatar Jonathan Neal 1-0/+11
* Expose slots to components via Astro.slots * test: Add Astro.slots API tests * docs: Document Astro.slots API * docs: Duplicate Astro.slots documentation to other api-reference markdown * Update proposal to use booleans, based upon RFC feedback * update implementation & tests based on request * changeset
2021-09-14Update deployment docs for Netlify deployment (#1361)Gravatar Cassidy Williams 1-7/+9
* Update build command for Netlify * Clarify directions for Netlify deploy versions * Create deploy.md * Update deploy.md * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 1-3/+9
* Adds a changeset * Add types to examples and docs * Make changes based on review feedback * Avoid using the variable named props * Make path a const
2021-09-13Fix typo (#1360)Gravatar Marcus Otterström 1-1/+1
2021-09-13Disclaimer for Github pages / jekyll quirk (#1355)Gravatar Tc001 1-0/+2
* Added GH pages disclaimer * Added changeset * Reworded disclaimer * Correct GH Pages casing * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-08Update netlify deploy instructions for `.nvmrc` syntax (#1337)Gravatar Caleb Jasik 1-1/+1
2021-09-08[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-09-08Opening app to all IPs instead of localhost (#1339)Gravatar Aleš Vaupotič 1-1/+9
I see people often ask about opening up the app to local network so this looked like a good place to explain how to do it.
2021-09-07[ci] yarn formatGravatar FredKSchott 1-22/+23
2021-09-07📘 DOC: New "Publish to npm" documentation (#1323)Gravatar Fred K. Schott 3-53/+138
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email>
2021-09-06docs: small themes copy updatesGravatar Fred K. Schott 1-5/+3
2021-09-06fix type on themes.jsonGravatar Fred K. Schott 1-3/+3
2021-09-06fix bad importGravatar Fred K. Schott 1-1/+1
2021-09-06[ci] yarn formatGravatar FredKSchott 2-2/+1
2021-09-06cleanup docs changesGravatar Fred K. Schott 12-574/+14
2021-09-06[ci] yarn formatGravatar FredKSchott 5-87/+96
2021-09-06scale back the examples pageGravatar Fred K. Schott 23-723/+205
2021-09-06Adds examples pageGravatar aFuzzyBear 23-8/+1257
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 2-2/+20
2021-09-04📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299)Gravatar Caleb Jasik 2-2/+14
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott
2021-09-03docs: add a period (#1306)Gravatar Sam Chen 1-1/+1
2021-09-03[ci] yarn formatGravatar FredKSchott 1-2/+0