Commit graph

475 commits

Author SHA1 Message Date
Andreas Koutsoukos
a7a5546429
Update styling.md (#2084)
I found that the require is better way to import postcss plugins: https://github.com/postcss/postcss-load-config/issues/192
2021-12-03 09:39:37 -05:00
Fred K. Schott
b098f04dc3 Revert "Docs: Add Themes page in Zh-TW (#1725)"
This reverts commit 3a8c9a6408.
2021-12-02 20:51:25 -08:00
Fred K. Schott
df47077978 remove odd docs regression caused by Astro.fetchContent() 2021-12-02 20:13:39 -08:00
YM
3a8c9a6408
Docs: Add Themes page in Zh-TW (#1725)
* 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-02 13:22:58 -06:00
Nate Moore
f6b15c3516 [experiment] ignore netlify builds outside of docs and www 2021-12-02 10:14:02 -06:00
Nate Moore
3fd59b8a3a
[experiment] Netlify Ignore (#2080)
* chore: ignore netlify builds for docs/

* chore: ignore netlify builds for www/

* chore: update netlify ignore to check against main
2021-12-02 10:07:54 -06:00
Ian VanSchooten
ec35fdd768
Add migration guide for markdownOptions (#2070) 2021-12-01 10:36:28 -06:00
borisv
3a45925415
German translation - docs (#1830)
* 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-12-01 08:27:47 -07:00
Joshua Jackson
247b6a027b
Rename the markdownOptions "parser" property to "render" (#2030)
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-29 21:12:42 -06:00
Ludovico Fischer
0f5e89f694
docs: update some Snowpack references to Vite (#2035)
* 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-29 13:39:38 -07:00
Kyosuke
c1d792dcdb
Docs: Add Japanese Astro vs. X page (#1856)
* Docs: Add Japanese Astro vs. X page

* yarn format

* Fix a typo
2021-11-29 13:19:34 -07:00
Mikkel Tønder
5af7ffe63b
docs: Update danish translation of getting-started (#1985)
* docs: Update danish translation of getting-started

* Update getting-started.md

Update repo URL (Oops!)
2021-11-29 13:18:57 -07:00
Kyosuke
df5b32d34b
Docs: Update Japanese getting started page (#2005)
* Update getting-started.md

* yarn format
2021-11-29 13:18:27 -07:00
Stefano Novelli
e87c262169
Add italian to language selector (#1983) 2021-11-29 13:15:43 -07:00
Jason Lengstorf
0aeb92be6f
fix: typo (#2029) 2021-11-29 13:04:59 -06:00
Vin E. R. Yap
bc7ee62615
fixed aliasing path. (#2028) 2021-11-29 12:53:16 -06:00
Fred K. Schott
7476a92461
update repo URL (#1994) 2021-11-23 14:47:05 -08:00
Drew Powers
8a5de03098
Fix client:visible (#1999)
Fixes #1963
2021-11-23 15:38:26 -07:00
natemoo-re
b8b04dc2d3 [ci] yarn format 2021-11-23 18:22:15 +00:00
Nate Moore
e4002f2958
docs: update env variable guide (#1990)
* docs: update env variable guide

* docs: add note about access server-side variable access
2021-11-23 12:21:21 -06:00
Damien Alleyne
0fb56bcabf
Fix broken "Routing guide" link (#1991) 2021-11-23 09:47:24 -07:00
natemoo-re
df4671788c [ci] yarn format 2021-11-22 22:27:25 +00:00
Matt Rossman
1267056181
Update Tailwind PostCSS config sample (#1980) 2021-11-22 16:26:30 -06:00
natemoo-re
c22e4c69ec [ci] yarn format 2021-11-22 20:49:15 +00:00
JuanM04
679d4395ec
Markdown package improvements (#1954)
* 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-22 14:48:00 -06:00
Kyosuke
69affc5929
Fix Japanese theme page to use v0.21 (#1966) 2021-11-22 10:56:57 -07:00
Masataka Yakura
f37c7ad2ad
docs: update link to AstroUserConfig type definitions (#1961)
* 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-22 09:12:35 -07:00
Withered Flowers
1ec3f28b63
Patch: Example Nanostores Update (#1955)
* 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-21 11:31:42 -06:00
Tony Sullivan
72f6d192ce
Updating docs for automatic detection of export interface Props (#1945)
Co-authored-by: Tony Sullivan <tony.sullivan@hyperlab.se>
2021-11-20 10:53:31 -06:00
JuanM04
b8fb80dd2c
(docs) Fix config reference link (#1946) 2021-11-20 10:43:04 -06:00
tony-sull
76def418e1 [ci] yarn format 2021-11-20 09:18:46 +00:00
Stiaan Jacobs
8ca77e7237
Add migration guide for Tailwind CSS (#1940)
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-20 10:17:58 +01:00
FredKSchott
41ada7a1a0 [ci] yarn format 2021-11-19 23:03:20 +00:00
Fred K. Schott
b35e049184
add more detail on "no jsx components" migration guide section 2021-11-19 15:02:24 -08:00
Ian VanSchooten
8d7abfcbc5
Clarify rules of define:vars (#1937)
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 14:57:53 -08:00
jonathantneal
684367b7bf [ci] yarn format 2021-11-19 20:30:23 +00:00
Jonathan Neal
ebd4a8be3a
Docs codeblock fixes (#1931)
* Update astro & markdown code blocks for consistency

* Add 'JSX in Frontmatter' note to Migration Guide

* code block improvements
2021-11-19 15:29:27 -05:00
Jonathan Neal
1692675575
Doc improvements (#1929)
* Update astro & markdown code blocks for consistency

* Add 'JSX in Frontmatter' note to Migration Guide
2021-11-19 14:53:38 -05:00
Fred K. Schott
6b9ec716ee update deps 2021-11-18 22:38:16 -08:00
natemoo-re
59eecad418 [ci] yarn format 2021-11-17 18:13:09 +00:00
Matthew Phillips
154cb4d506
Fix docs Netlify build (#1859) 2021-11-17 12:12:00 -06:00
Drew Powers
de907f44ce
Add Autoprefixer change to 0.21 migration guide (#1841) 2021-11-15 19:20:29 -05:00
jonathantneal
a3979fd1ac [ci] yarn format 2021-11-15 21:35:55 +00:00
Stefano Novelli
149c47eb7b
Docs/add italian translation (#1689)
* 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-15 16:34:36 -05:00
Drew Powers
65216ef921
Fix PostCSS (and Autoprefixer) processing (#1837)
* Fix PostCSS processing

* Skip Windows tests

(for now)
2021-11-15 14:16:07 -07:00
jonathantneal
48ebbb80d4 [ci] yarn format 2021-11-12 12:42:02 +00:00
Jonathan Neal
5470fda3fe
Add Migration Guide to docs (#1751)
* 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-12 07:40:49 -05:00
Ian VanSchooten
df4146c93b
Allow inline code blocks to wrap lines (#1799) 2021-11-11 12:30:09 -07:00
natemoo-re
abf7722b08 [ci] yarn format 2021-11-11 19:29:56 +00:00
Okiki
eb4effb6b7
docs: seperate npm run build and npm run dev to avoid confusion (#1798)
To avoid confusion I seperated the  `npm run build` and the `npm run dev` commands, beginners might get confused by each command being listed in the same list, thinking they need to run `npm run build` before Astro works properly.

Add `npm run preview` commands to all examples where they are missing
2021-11-11 13:28:51 -06:00