summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06chore(lint): Prettier fixGravatar GitHub Action 1-2/+2
2021-12-06Recreating recent changes to German docs as performed in #2093 but ↵Gravatar borisv 12-74/+78
overwritten (#2120) * Update config.ts again Recreating recent changes to the de menu section that got lost during some other PR using outdated data or whatever))) * Update getting-started.md Recreating re-routes in text links Recreating replacement of snowpackjs by withastro in links * Update quick-start.md Recreating re-routes in text links Recreating replacement of snowpackjs by withastro in links * Update getting-started.md Recreating title replacement in frontmatter * Update installation.md Recreating re-routes in text links Recreating replacement of snowpackjs by withastro in links * Update comparing-astro-vs-other-tools.md Recreating re-routes in text links Recreating replacement of snowpackjs by withastro in links * Update quick-start.md Adds missing preceding slash * Update astro-components.md Recreating re-routes in text links Recreating replacement of the term Rückfall by Fallback Updating frontmatter * Update astro-pages.md Recreating re-routes in text links Recreating changes to frontmatter * Update component-hydration.md Recreating re-routes in text links Recreating changes to frontmatter * Update layouts.md Recreating re-routes in text links Recreating changes to frontmatter * Update project-structure.md Recreating re-routes in text links Recreating changes to frontmatter * Update routing.md Recreating re-routes in text links Recreating replacement of snowpackjs by withastro in links Recreating changes to frontmatter * Update 0.21.0.md Small grammar fix
2021-12-06Fix build missing styles (affecting docs) (#2112)Gravatar Drew Powers 7-0/+118
* Revert "remove odd docs regression caused by Astro.fetchContent()" This reverts commit df4707797821060228454acf7f9fb316dd953e8a. * Fix build missing styles
2021-12-03Fix a link syntax (#2114)Gravatar Leon 1-1/+1
2021-12-03chore(lint): Prettier fixGravatar GitHub Action 1-6/+2
2021-12-03Update styling.md (#2084)astro@0.21.9Gravatar Andreas Koutsoukos 1-8/+6
I found that the require is better way to import postcss plugins: https://github.com/postcss/postcss-load-config/issues/192
2021-12-02Revert "Docs: Add Themes page in Zh-TW (#1725)"Gravatar Fred K. Schott 2-53/+0
This reverts commit 3a8c9a6408fcc3ae3776a4380f447f776341ce68.
2021-12-02remove odd docs regression caused by Astro.fetchContent()Gravatar Fred K. Schott 5-65/+0
2021-12-02Docs: Add Themes page in Zh-TW (#1725)Gravatar YM 2-0/+53
* Add 'Themes' page in zh-TW for docs * Update translations of Themes for Zh-tw in Doc * Update relative path for zh-TW docs
2021-12-01Add migration guide for markdownOptions (#2070)Gravatar Ian VanSchooten 1-0/+23
2021-12-01German translation - docs (#1830)Gravatar borisv 15-109/+1537
* New translation of getting-started.md Rework of the basic translation, resolving a bunch of issues and correcting misconceptions in terminologies. * Spelling correction * Omitting redundant paragraph. Minor corrections. * New translation Fixing errors and grammatical misconceptions. Rectifying terminology. * Minor corrections in quick-start.md * Update quick-start.md Minor corrections * Update quick-start.md Small fix * Update quick-start.md * Update getting-started.md * Update quick-start.md * Update quick-start.md * Update quick-start.md * New translation installation.md New translation leveraging a consistent nomenklatura, fixing spelling errors * Update installation.md * Update installation.md * Update installation.md * Update docs/src/pages/de/getting-started.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/getting-started.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/getting-started.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/installation.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/quick-start.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/quick-start.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/quick-start.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/installation.md Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/getting-started.md Co-authored-by: Kim Schneider <web@schneider.kim> * [ci] yarn format * Create 0.21.0.md First translation * [ci] yarn format * Create themes.astro First translation * Create 404.astro First translation * Update 0.21.0.md Small changes according to the reviews. Additionally changing 'Hydratation' to 'Anreicherung' in the code example (76), which is far more closer to the fact. * [ci] yarn format * Update themes.astro Changed 'Motive' to 'Vorlagen' throughout this document * Create comparing-astro-vs-other-tools.md First translation. Last missing page from the first documentation section 'SETUP' * [ci] yarn format * Create astro-components.md First translation * [ci] yarn format * Update comparing-astro-vs-other-tools.md Corrected reference to Vue in Nuxt section * Update comparing-astro-vs-other-tools.md Replaced 'Vorlagen' with the english term 'Templates' for consistency inside nomenclature across all document pages. * Create astro-pages.md First translation * [ci] yarn format * Create project-structure.md First translation * Create component-hydration.md New translation * [ci] yarn format * Create layouts.md First translation * Create routing.md First translation * [ci] yarn format * Update quick-start.md Changed expression to 'Entwickeln' * Update installation.md Changed expression to 'Entwickeln' * Update comparing-astro-vs-other-tools.md Changed all occurences of 'partielle Anreicherung' to 'Partial Hydration' * Update comparing-astro-vs-other-tools.md Minor punctuation fix * Update astro-components.md Bunch of suggestions worked in * [ci] yarn format * Update astro-pages.md Added suggestions * Update component-hydration.md Added suggestions * Update layouts.md Added suggestions * [ci] yarn format * Update project-structure.md Added suggestions * Update routing.md Added suggestions * Update installation.md Added suggestions * Update 0.21.0.md Added suggestions * Update quick-start.md added suggestions * Update themes.astro Added suggestions * Update 0.21.0.md Added suggestion * Update astro-components.md Minor punctuation fix * [ci] yarn format * Update astro-components.md Replaced last of 'Anreicherung' * Update astro-components.md Punctuation fix, again((( * [ci] yarn format * Update docs/src/pages/de/core-concepts/astro-components.md Minor punctioation fix Co-authored-by: Kim Schneider <web@schneider.kim> * [ci] yarn format * Update astro-components.md Added code example, since github hickubs when only removing ';' * Added sidebar links (de) config.ts Added links to the first two sections of the German translation * Update config.ts Replaced Getting Started with 'Erste Schritte' * Update config.ts Replaced Themes with 'Vorlagen' * Update config.ts Changed Migration to 'Umstellung' * Fixing routing error((( * Fixing routing errors(( * reverse and fix routing errors((( Co-authored-by: Kim Schneider <web@schneider.kim> Co-authored-by: borisv <borisv@users.noreply.github.com> Co-authored-by: smplrtrn <smplrtrn@gmail.com>
2021-11-29Rename the `markdownOptions` "parser" property to "render" (#2030)Gravatar Joshua Jackson 1-3/+3
The `parser` key isn't valid, `render` needs to be used instead so just updating the docs to save anyone else a headache.
2021-11-29docs: update some Snowpack references to Vite (#2035)Gravatar Ludovico Fischer 2-4/+4
* docs: update some Snowpack references to Vite Vite has replaced Snowpack in 0.21. * Apply suggestions from code review Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com> Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
2021-11-29Docs: Add Japanese Astro vs. X page (#1856)Gravatar Kyosuke 2-0/+238
* Docs: Add Japanese Astro vs. X page * yarn format * Fix a typo
2021-11-29docs: Update danish translation of getting-started (#1985)Gravatar Mikkel Tønder 1-1/+4
* docs: Update danish translation of getting-started * Update getting-started.md Update repo URL (Oops!)
2021-11-29Docs: Update Japanese getting started page (#2005)Gravatar Kyosuke 1-2/+2
* Update getting-started.md * yarn format
2021-11-29Add italian to language selector (#1983)Gravatar Stefano Novelli 1-0/+3
2021-11-29fix: typo (#2029)Gravatar Jason Lengstorf 1-1/+1
2021-11-29fixed aliasing path. (#2028)Gravatar Vin E. R. Yap 1-1/+1
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 47-111/+111
2021-11-23Fix client:visible (#1999)Gravatar Drew Powers 1-5/+5
Fixes #1963
2021-11-23[ci] yarn formatGravatar natemoo-re 1-2/+2
2021-11-23docs: update env variable guide (#1990)Gravatar Nate Moore 1-5/+7
* docs: update env variable guide * docs: add note about access server-side variable access
2021-11-23Fix broken "Routing guide" link (#1991)Gravatar Damien Alleyne 1-1/+1
2021-11-22[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-22Update Tailwind PostCSS config sample (#1980)Gravatar Matt Rossman 1-2/+4
2021-11-22[ci] yarn formatGravatar natemoo-re 1-8/+8
2021-11-22Markdown package improvements (#1954)Gravatar JuanM04 1-18/+53
* Re-add smartypants * Updated packages * Remove all the default plugins if there are either remark or rehype plugins * Replace deperecated remark-slug with rehype-slug * Added MarkdownParserResponse type * Update documentation * Removed type import from markdown package * Updated remark-smartypants * Changelog * Missed one change * Split changelogs * Upgraded some MDX dependencies * Fix typos in documentation * Changed CHANGELOG.md package name * Renamed smartypants
2021-11-22Fix Japanese theme page to use v0.21 (#1966)Gravatar Kyosuke 1-9/+9
2021-11-22docs: update link to AstroUserConfig type definitions (#1961)Gravatar Masataka Yakura 1-1/+1
* docs: update link to AstroUserConfig type definitions addresses https://github.com/snowpackjs/astro/issues/1960 * docs: update link to `@types/astro.ts` to refer to the `latest` branch. 22b73e652d changes the branch to `main`, this changes back to use `latest`.
2021-11-21Patch: Example Nanostores Update (#1955)Gravatar Withered Flowers 1-1/+3
* Mention astro.new in docs (#1935) * Fix - Deprecated nanostores functions createStore and getValue is deprecated in nanostores, changed it to atom and atom.get() * fix: change code to nanostores non-deprecated functions Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-20Updating docs for automatic detection of `export interface Props` (#1945)Gravatar Tony Sullivan 1-2/+5
Co-authored-by: Tony Sullivan <tony.sullivan@hyperlab.se>
2021-11-20(docs) Fix config reference link (#1946)Gravatar JuanM04 1-1/+1
2021-11-20[ci] yarn formatGravatar tony-sull 1-1/+2
2021-11-20Add migration guide for Tailwind CSS (#1940)Gravatar Stiaan Jacobs 1-0/+14
Added some proposed changes to help others migrate their Astro projects built with Tailwind CSS, over to the new version. This is what I had to do to get it to work :)
2021-11-19[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-11-19add more detail on "no jsx components" migration guide sectionGravatar Fred K. Schott 1-2/+5
2021-11-19Clarify rules of define:vars (#1937)Gravatar Ian VanSchooten 1-3/+4
This is an attempt to make it clear that the provided arg to `define:vars` must be an object, and that the values must be serializable.
2021-11-19[ci] yarn formatGravatar jonathantneal 2-6/+6
2021-11-19Docs codeblock fixes (#1931)Gravatar Jonathan Neal 8-15/+15
* Update astro & markdown code blocks for consistency * Add 'JSX in Frontmatter' note to Migration Guide * code block improvements
2021-11-19Doc improvements (#1929)Gravatar Jonathan Neal 10-22/+26
* Update astro & markdown code blocks for consistency * Add 'JSX in Frontmatter' note to Migration Guide
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17Fix docs Netlify build (#1859)Gravatar Matthew Phillips 1-0/+4
2021-11-15Add Autoprefixer change to 0.21 migration guide (#1841)Gravatar Drew Powers 1-0/+16
2021-11-15[ci] yarn formatGravatar jonathantneal 1-0/+2
2021-11-15Docs/add italian translation (#1689)Gravatar Stefano Novelli 1-0/+70
* Docs/add italian translation * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update getting-started.md * Apply suggestions from code review Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2021-11-15Fix PostCSS (and Autoprefixer) processing (#1837)Gravatar Drew Powers 1-2/+4
* Fix PostCSS processing * Skip Windows tests (for now)
2021-11-12[ci] yarn formatGravatar jonathantneal 1-32/+14
2021-11-12Add Migration Guide to docs (#1751)Gravatar Jonathan Neal 10-8/+217
* Add Migration Guide to docs * edit: replace astro.config.js with astro.config.mjs * edit: use plain object in define:vars example * edit: improve 'components in markdown' documentation * edit: use astro resolve in file reference documentation example * edit: rename 'writing plugins' heading to 'custom renderers' Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * edit: fix PUBLIC_ environment variable example * edit: fix define:vars variable in example * edit: remove top-level alias documentation * edit: cleanup "passing variables into scripts and styles" description * Update migration-guide.md * Update migration-guide.md * update deployment config * update configuration * fix some errors and write a commit message about it * move the migration guide * update documentation * add migration guide to sidebar Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-11-11[ci] yarn formatGravatar natemoo-re 3-2/+5