summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-18Fix "Island Architecture" phrase attribution (#2411)Gravatar John 3-6/+3
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture." Fixes #2407
2022-01-18Update doc move away from Astro.resolve on styles (#2402)Gravatar Jang Rush 2-2/+6
see also #2393
2022-01-10Note that Astro also supports `<Fragment>` syntax (#2354)Gravatar Zade Viggers 1-16/+18
2022-01-10Update Cloudflare Pages guide (#2345)Gravatar Jacob Rask 1-2/+2
See https://developers.cloudflare.com/pages/framework-guides/astro
2022-01-06[ci] yarn formatGravatar natemoo-re 1-2/+2
2022-01-06Added "IntelliSense for TypeScript" (#2326)astro@0.22.7Gravatar Morritz 1-0/+17
Important knowledge to avoid type errors.
2022-01-04Rename [slug].astro to [...slug].astro (#2306)Gravatar Fred K. Schott 1-3/+2
2022-01-03Docs/move-english-docs-to-"en"-folder (#2268)Gravatar Caleb Jasik 43-125/+140
* Move english pages under `/en` and fix broken links hopefully * Add meta refresh tags for `/` to `/en/` url moves + make `/index.astro` work without js * update languageselect for new en format Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 36-1637/+1824
2021-12-22Update Configuration Reference documentation (#2239)Gravatar Jonathan Neal 1-16/+72
* Update Configuration Reference documentation * Update docs/src/pages/reference/configuration-reference.md Co-authored-by: Peter Singh <drgaud@hotmail.com> * nit: update initial config example * nit: update initial config example * clarify pages option * nit: update how the configuration reference is organized Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-12-21format (#2246)Gravatar Jonathan Neal 1-1/+2
2021-12-21Improve wording in documentation for `client:*` directives (#2232)Gravatar Alan 1-6/+8
* Make wording around `client:*` directives more clear A friend and I both found the wording on this page to be a touch ambiguous. When does the renderer JS download? Does Astro really delay all JS downloading until the component is ready to be hydrated, or just the component JS? I think these changes make the behavior crystal clear? * Make tense consistent for `client:only`
2021-12-19Fix minor typo in styling docs (#2233)Gravatar Tom VanAntwerp 1-1/+1
2021-12-16Support Node v14.15+ (#2202)Gravatar Jonathan Neal 18-18/+18
* Support Node v14.15+ * changeset * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * ES2020 * update yarn.lock Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-16chore: release pinned version of Svelte renderer (#2216)Gravatar Nate Moore 1-1/+4
* chore: release pinned version of Svelte renderer * chore(lint): Prettier fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-16chore: update tailwind to v3 and update the readme (#2209)Gravatar Abdullah Mzaien 1-2/+1
using `.cjs` for file extensions chore: update tailwind to v3 and update the readme
2021-12-15Update styling.md (#2207)Gravatar borisv 1-7/+7
Fixing minor spelling errors Removing void hint to Peter-Griffin gif
2021-12-15[ci] update lockfile (#2208)Gravatar Fred K. Schott 3-31/+24
* [ci] update lockfile * chore(lint): Prettier fix Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-14New translation for German docs Guides/Styling & CSS, updated config.js (#2179)Gravatar borisv 2-1/+647
* Create styling.md First translation for German docs. * Update config.ts Activating link to German docs - Guides/Styling & CSS * Update styling.md Missing text link to de/ - fixed * Update docs/src/pages/de/guides/styling.md Adds missing comma Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/guides/styling.md Spelling correction Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/guides/styling.md Removes extra space Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/guides/styling.md Removes superfluous comma Co-authored-by: Kim Schneider <web@schneider.kim> * Update docs/src/pages/de/guides/styling.md Phrases suggestion more friendly))) Co-authored-by: Kim Schneider <web@schneider.kim> Co-authored-by: Kim Schneider <web@schneider.kim>
2021-12-14Update alias docs (#2204)Gravatar Jonathan Neal 1-32/+37
2021-12-13Replace quote character with standard apostrophe (#2142)Gravatar Luc 1-1/+1
2021-12-13Update astro-components.md (#2181)Gravatar Allen Joslin 1-1/+1
* Update astro-components.md be a little clearer right up front about what you can do I ran this code in stackBlitz minimal - which listed no renders. Note: I don't know enough yet about Astro to say why I could use React-style interpolation at compile time to insert a variable into the html -- so I can't add a phrase describing why it works... * Update docs/src/pages/core-concepts/astro-components.md Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-12-13[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-12-13Fix Docs layout: theme in zh-tw (#2100)Gravatar YM 1-12/+12
2021-12-13Update astro-components.md (#2164)Gravatar Tegan Churchill 1-2/+2
* Update astro-components.md I don't get it, HTML entities are supported in JSX. * Update astro-components.md * Update astro-components.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-12-13fix(#2190): migration typo (#2191)Gravatar Nate Moore 2-2/+2
2021-12-07chore(lint): Prettier fixGravatar GitHub Action 1-26/+7
2021-12-07DOCS: Update "Publish to NPM" (#2134)Gravatar Jonathan Neal 1-95/+146
* DOCS: Update "Publish to NPM" * nit: fix files link * nit: update project root docs * Update docs/src/pages/guides/publish-to-npm.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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