summaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11Version Packages (next) (#1087)astro@0.19.0-next.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11[ci] yarn formatGravatar FredKSchott 2-5/+2
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 7-360/+388
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-11Version Packages (#1064)astro@0.18.10@astrojs/renderer-vue@0.1.7Gravatar github-actions[bot] 2-2/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-10Do not observe visible hydrate components more than once (#1015)Gravatar Fred K. Schott 1-1/+1
* add support for truely unique astro root uids * update test to test uniqueness
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 3-5/+5
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 2-0/+62
* 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 2-52/+52
2021-08-06Styled the dark version of the search bar. (#1041)Gravatar V. Tinev 2-49/+70
* Styled the dark version for the search bar. Changed some stlyes for both themes. * Adjusted the SearchFooter glow. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Removed search footer glow. * Added inset shadow for the search modal. Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-08-06Fix contrast issue in lang picker (#1044)Gravatar Marcus Otterström 1-2/+2
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 4-1/+70
* [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 2-3/+3
2021-08-05Added Bulgarian translation for the Getting Started page. (#1032)Gravatar V. Tinev 4-2/+71
* 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 6-33/+277
* 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 2-0/+65
* 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-04Adding Dir attribute to allow rtl languages to work (#982)Gravatar Abdullah Mzaien 2-2/+2
* Adding Dir attribute to allow rtl languges to work * Update docs/src/layouts/MainLayout.astro 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>
2021-08-04Add spanish getting-started translation (#988)Gravatar Jesus Gil 3-0/+69
* 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 3-0/+76
* 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 9-3/+395
* 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-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
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
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-01add support for 4-letter language codes (ex: zh-TW)Gravatar Fred K. Schott 1-1/+1
2021-08-02[ci] yarn formatGravatar FredKSchott 3-11/+10
2021-08-01full translation (#967)Gravatar Fred K. Schott 8-82/+84
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 2-2/+5
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-31[ci] yarn formatGravatar FredKSchott 6-36/+61
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 57-730/+739
* add language selector * docs site cleanup * review feedback * code review comments
2021-07-30Ascii quotes (#928)Gravatar Marcus Otterström 8-63/+63
2021-07-30[ci] yarn formatGravatar FredKSchott 1-1/+0