Fred K. Schott
155676275b
remove unpublished blog post from docs
2021-08-26 11:25:54 -07:00
FredKSchott
d3499fc6dd
[ci] yarn format
2021-08-26 04:45:36 +00:00
Rafid Muhymin Wafi
d6798d7ae6
added bengali translation of the getting started page ( #1215 )
2021-08-25 21:44:26 -07:00
semvis123
4d7dccfb58
NL docs typo fixes ( #1232 )
...
Fixes 2 small typos in the Dutch documentation
2021-08-25 14:57:31 -04:00
Anneke Sinnema
72d3dd00ee
Update getting-started.md ( #1231 )
2021-08-25 14:56:37 -04:00
matthewp
c819b3dade
[ci] yarn format
2021-08-25 16:12:44 +00:00
حمد بنقالي
7ea0cb3368
Arabic getting-started translation ( #1166 )
...
Co-authored-by: = <=>
2021-08-25 12:11:29 -04:00
E. Berke KARAGÖZ
f097c88d2e
Fix typo Mardown on line 219 ( #1229 )
2021-08-25 12:09:56 -04:00
Fred K. Schott
96ecb3da5f
docs: fix header rtl logo view ( #1224 )
2021-08-25 08:18:04 -04:00
FredKSchott
3835856f2b
[ci] yarn format
2021-08-24 05:32:44 +00:00
Joohoon Cha
b3a1c0cdcc
[i18n][Docs] Add Korean Translation of Getting Started page ( #1189 )
...
* translate getting-started.md into KR
* add kr to KNOWN_LANGUAGES
* add kr config to sidebar
* add kr option to the language selector
2021-08-23 22:31:24 -07:00
FredKSchott
884a2ea76a
[ci] yarn format
2021-08-23 21:17:45 +00:00
Fred K. Schott
2538325a46
fix docs on config api
2021-08-23 14:16:29 -07:00
matthewp
010c71e16a
[ci] yarn format
2021-08-23 20:44:36 +00:00
Caleb Jasik
efb41f22c3
Add Astro <Debug/>
component ( #675 )
...
* 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-23 16:43:22 -04:00
Caleb Jasik
2fd004dcd9
Add a titleClosure
to the HeadSEO.astro
component ( #1140 )
...
* Testing out adding a `titleClosure` to the `HeadSEO.astro` component
I think the api needs a bit of improvement, but the basic idea is you can pass this in to a published astro component for specifying how you want it to format your title!
* Refactor to make it pretty
* Rename the `titleClosure()` prop to `formatTitle()` to be more clear
* Use title, with site title as the fallback (#1143 )
See og:title guidance (https://developers.facebook.com/docs/sharing/webmasters/ )
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-08-23 15:08:20 -05:00
Fred K. Schott
c06da5dd78
Add trailingSlash & pageDirectoryUrl config options ( #1197 )
2021-08-23 12:05:01 -07:00
matthewp
1185d8ffcb
[ci] yarn format
2021-08-23 18:55:00 +00:00
Fred K. Schott
e03f39a1b3
fix the rtl search bar view ( #1177 )
2021-08-23 14:53:44 -04:00
Fred K. Schott
d51e0f4fef
update universal id
2021-08-20 22:48:32 -07:00
headapplesgithub
f235c84972
Update getting-started.md ( #1182 )
...
corrected typo "quickly" to "quick"
2021-08-20 13:13:43 -07:00
FredKSchott
aaef6aefef
[ci] yarn format
2021-08-20 15:54:37 +00:00
headapplesgithub
68294f777d
Update comparing-astro-vs-other-tools.md ( #1169 )
...
Removed duplicate paragraph in the section about Eleventy vs Astro performance.
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-20 08:53:12 -07:00
mundry
cdbe2e486d
Fix typos in the docs. ( #1165 )
...
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-19 17:56:58 -06:00
Jonathan Neal
e66872125d
add dev script, switch documentation from advising start to dev script ( #1141 )
2021-08-18 22:07:08 -07:00
Fred K. Schott
a79b6db152
Add Vitepress to "Astro vs. X" comparison page
2021-08-18 18:13:20 -07:00
drwpow
737c10101a
[ci] yarn format
2021-08-18 23:46:47 +00:00
Marcus Otterström
b5e5dcfed0
[DOCS] Add more information about content.astro (markdown) ( #1148 )
...
* Correct heading levels
* Add more info about content.astro
* Remove accidental heading
2021-08-18 17:45:35 -06:00
kelvinsjk
52cf927564
docs: fix mobile sidebar toggle ( #1158 )
2021-08-18 15:03:26 -07:00
Fred K. Schott
72853afffa
Update api-reference.md
2021-08-18 09:33:18 -07:00
Magnus Markling
d18402de3a
Fix typo ( #1151 )
2021-08-18 09:04:11 -07:00
Fred K. Schott
b3da04bb50
add back dark-mode aware favicons
2021-08-17 22:24:46 -07:00
Oleg
537e348b3e
docs: fix select language in Safari ( #1127 ) ( #1128 )
...
* docs: fix select language in Safari (#1127 )
* docs: fix select language top position
* docs: fix select language position
2021-08-17 22:03:13 -07:00
Tony Sullivan
1971ab3c60
Add support for client:only
hydrator ( #935 )
...
* 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-17 13:44:56 -04:00
Gautier Ben Aïm
64bbd89f42
docs: added 2 pages in French ( #1114 )
2021-08-16 22:01:02 -07:00
Fred K. Schott
5e0e276609
cleanup example favicons
2021-08-16 14:34:08 -07:00
matthewp
24a40bee63
[ci] yarn format
2021-08-16 20:44:46 +00:00
Matthew Phillips
78b5bde14c
Astro.resolve ( #1085 )
...
* 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-16 16:43:06 -04:00
Marcus Otterström
47025a7c7d
Bold props interface words ( #1123 )
...
* Bold props interface words
* Turn it into blockquote
2021-08-16 13:19:18 -07:00
FredKSchott
71e396c3cc
[ci] yarn format
2021-08-16 16:12:07 +00:00
Fred K. Schott
6322c99623
update astro comparisons ( #1109 )
2021-08-16 09:10:46 -07:00
Fred K. Schott
ada4058a3e
docs: rename sidebar "Components" to "Component Syntax"
2021-08-13 11:28:11 -07:00
Nate Moore
b3a6decc70
docs: trigger build
2021-08-13 11:49:41 -05:00
Sia
4dab932f94
Remove sentence about dev server docs ( #1095 )
2021-08-12 13:25:09 -05:00
mundry
cbae535cad
Fix typos in the docs/ content ( #1093 )
...
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-12 13:24:06 -05:00
Naeem N
fbbb589d92
Nuxt.js official page url corrected ( #1096 )
2021-08-12 13:20:31 -05:00
FredKSchott
b63960f514
[ci] yarn format
2021-08-11 22:05:17 +00:00
Fred K. Schott
0f0cc2b9d8
Add file-based routing /w dynamic paths ( #1010 )
...
* wip: add file-based routing
* add pagination tests and nested pagination support
2021-08-11 15:04:09 -07:00
Fred K. Schott
1350d57997
Do not observe visible hydrate components more than once ( #1015 )
...
* add support for truely unique astro root uids
* update test to test uniqueness
2021-08-10 09:51:19 -07:00
Kus Cámara
adc767c515
change some Spanish translations ( #1063 )
2021-08-08 22:09:19 -07:00