summaryrefslogtreecommitdiff
path: root/docs/src/pages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 2-0/+25
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-23Add trailingSlash & pageDirectoryUrl config options (#1197)Gravatar Fred K. Schott 2-20/+7
2021-08-20Update getting-started.md (#1182)Gravatar headapplesgithub 1-1/+1
corrected typo "quickly" to "quick"
2021-08-20[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-08-20Update comparing-astro-vs-other-tools.md (#1169)Gravatar headapplesgithub 1-7/+0
Removed duplicate paragraph in the section about Eleventy vs Astro performance. Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-19Fix typos in the docs. (#1165)Gravatar mundry 2-4/+4
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 10-23/+23
2021-08-18Add Vitepress to "Astro vs. X" comparison pageGravatar Fred K. Schott 1-2/+4
2021-08-18[ci] yarn formatGravatar drwpow 1-1/+6
2021-08-18[DOCS] Add more information about content.astro (markdown) (#1148)Gravatar Marcus Otterström 1-40/+43
* Correct heading levels * Add more info about content.astro * Remove accidental heading
2021-08-18Update api-reference.mdGravatar Fred K. Schott 1-1/+1
2021-08-18Fix typo (#1151)Gravatar Magnus Markling 1-1/+1
2021-08-17Add support for `client:only` hydrator (#935)Gravatar Tony Sullivan 1-1/+7
* Adding support for client:only hydration * Adding documentation for client:only * Adding changeset * Updating the test to use a browser-only API * Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed * typo fix * removing mispelled test component * WIP: delaying inclusion of component imports until the hydration method is known * WIP: tweaking the test to use window instead of document * When only one renderer is included, use that for client:only hydration * temporary test script snuck into the last commit * WIP: adding check for a client:only renderer hint * refactor: Remove client:only components instead of delaying all component import statements * Updating the changeset and docs for the renderer hint * refactor: pull client:only render matching out to it's own function * Updating renderer hinting to match full name, with shorthand for internal renderers Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-08-16docs: added 2 pages in French (#1114)Gravatar Gautier Ben Aïm 3-11/+241
2021-08-16[ci] yarn formatGravatar matthewp 1-2/+2
2021-08-16Astro.resolve (#1085)Gravatar Matthew Phillips 1-0/+24
* add: Astro.resolve * Add docs and tests for Astro.resolve * Add warnings when using string literals * Prevent windows errors * Adds a changeset * Use the astro logger to log the warning * Use the .js extension * Dont warn for data urls * Rename nonRelative and better match Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-08-16Bold props interface words (#1123)Gravatar Marcus Otterström 1-1/+3
* Bold props interface words * Turn it into blockquote
2021-08-16[ci] yarn formatGravatar FredKSchott 1-8/+7
2021-08-16update astro comparisons (#1109)Gravatar Fred K. Schott 1-25/+63
2021-08-13docs: trigger buildGravatar Nate Moore 1-1/+1
2021-08-12Remove sentence about dev server docs (#1095)Gravatar Sia 1-2/+0
2021-08-12Fix typos in the docs/ content (#1093)Gravatar mundry 8-14/+14
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-12Nuxt.js official page url corrected (#1096)Gravatar Naeem N 1-1/+1
2021-08-11[ci] yarn formatGravatar FredKSchott 2-5/+2
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 6-358/+384
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-08change some Spanish translations (#1063)Gravatar Kus Cámara 1-16/+16
2021-08-08[ci] yarn formatGravatar FredKSchott 1-7/+8
2021-08-07Fix code examples that would fail if copy-pasted (#1050)Gravatar Jonathan Neal 2-4/+4
2021-08-06[ci] yarn formatGravatar FredKSchott 1-2/+2
2021-08-06another pass on alias docsGravatar Fred K. Schott 1-34/+21
2021-08-06[ci] yarn formatGravatar FredKSchott 1-10/+7
2021-08-06[Docs] Added an "Aliases" page under Guides. [En] (#1042)Gravatar V. Tinev 1-0/+61
* Styled the dark version for the search bar. Changed some stlyes for both themes. * [Docs] Added an "Aliases" page under Guides. [EN] * [Docs] Added "Aliases" page under Guides. Removed styles from another PR. * Revert theme.css. * Revert Search.css. * Edited the text. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Text edits after review. * Apply suggestions from documentation review. Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-06[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-06[ADD][i18n][Docs] French translation of getting started page (#1040)Gravatar Philippe L'ATTENTION 2-1/+63
* [ADD][i18n][Docs] French translation of getting started page - Add Sidebar translated menus - Add lang code fr to language selection - Add french translated getting-started page * [ADD][i18n][Docs] Adding 'fr' key to known langs for automatic redirect
2021-08-06[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-05Added Bulgarian translation for the Getting Started page. (#1032)Gravatar V. Tinev 2-2/+64
* Added translation for the Getting Started page. * Removed remaining English text from the translated version. * Added Bulgarian as a known langugage (index.astro). * Added Bulgarian as a known langugage (index.astro). Co-authored-by: V. Tinev <vtiev@2create.studio>
2021-08-06[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-05Docs: Add zh-tw translation for Setup (#980)Gravatar YM 4-30/+271
* Add zh-tw translation of quick start in doc * Add translation into zh-tw for Install in docs * Update getting started for zh-tw * Update language label for Traditional Chinese * Update toc titles for zh-hant-TW * Update lang attribute for zh-TW * Add zh-tw translation of example in doc * Update sidebar items for zh-TW in Docs
2021-08-04update automatic docs redirect (#1014)Gravatar Fred K. Schott 2-4/+7
2021-08-04[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-04Add Portuguese Translation of Getting Started page (#981)Gravatar Laura Caroline 1-0/+62
* Add Portuguese Translation of Getting Started page Based on Brazilian Portuguese * Fix/add improvement sugestions. * Add missing preposition * Update file to represent also the region The Only changes to the existing files were the addition of the lang attribute * Add language selection for Brazilian Portuguese
2021-08-04Add spanish getting-started translation (#988)Gravatar Jesus Gil 1-0/+62
* Add spanish getting-started translation Translated getting-started page to spanish. Added spanish links to config.ts, and spanish option to header language dropdown. * add language code to frontmatter Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04Docs/add german translation (#1005)Gravatar Joshua Stübner 1-0/+69
* feat: add German getting started page * feat: add missing links to German page to config and LanguageSelect * feat: remove two dashes because that's considered bad practice * Update LanguageSelect.tsx Co-authored-by: Joshua <joshua.stuebner@bloxxter.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04[ci] yarn formatGravatar FredKSchott 5-18/+22
2021-08-04docs(translate):translate getting-started.md into ZH (CN & TW) (#979)Gravatar Xinyuan Wang 7-3/+378
* translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-08-03Update deploy.md (typo in newly added section) (#998)Gravatar Bryce Wray 1-1/+1
2021-08-03[ci] yarn formatGravatar matthewp 1-2/+2
2021-08-03Update deploy.md for Cloudflare Pages (#992)Gravatar Bryce Wray 1-1/+19
* Update deploy.md for Cloudflare Pages - Adding description of how to set up an Astro site in Cloudflare Pages. - Minor grammatical fix in the “Credits” area. :-) [Sorry, I have OCD about “off of.”] * Remove sentence fragment Removing sentence fragment left behind when I was researching the Environment Variable part. :-/ * Update deploy.md (remove misplaced text) Same as before, but removing potentially misleading reference to Node version (since we explain in "Environment variables (advanced)" part how to resolve).
2021-08-03Improve Collection docs for RSS (#990)Gravatar Joshua Stübner 1-1/+5
- Added missing but required link attribute - Added note on how to create a full text feed
2021-08-02Add `lang` variable to docs frontmatter for translations (#984)Gravatar Caleb Jasik 4-0/+4