summaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-25Update getting-started.md (#1231)Gravatar Anneke Sinnema 1-6/+6
2021-08-25[ci] yarn formatGravatar matthewp 2-5/+5
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 3-0/+71
Co-authored-by: = <=>
2021-08-25Fix typo Mardown on line 219 (#1229)Gravatar E. Berke KARAGÖZ 1-1/+1
2021-08-25docs: fix header rtl logo view (#1224)Gravatar Fred K. Schott 1-0/+1
2021-08-24[ci] yarn formatGravatar FredKSchott 2-7/+7
2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 4-1/+70
* 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[ci] yarn formatGravatar FredKSchott 1-4/+5
2021-08-23fix docs on config apiGravatar Fred K. Schott 1-7/+11
2021-08-23[ci] yarn formatGravatar matthewp 1-2/+1
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 3-0/+26
* 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-23Add a `titleClosure` to the `HeadSEO.astro` component (#1140)Gravatar Caleb Jasik 2-5/+8
* 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-23Add trailingSlash & pageDirectoryUrl config options (#1197)Gravatar Fred K. Schott 2-20/+7
2021-08-23[ci] yarn formatGravatar matthewp 1-1/+0
2021-08-23fix the rtl search bar view (#1177)Gravatar Fred K. Schott 3-16/+14
2021-08-20update universal idGravatar Fred K. Schott 1-3/+3
2021-08-20Update getting-started.md (#1182)Gravatar headapplesgithub 1-1/+1
corrected typo "quickly" to "quick"
2021-08-20[ci] yarn formatGravatar FredKSchott 1-1/+0
2021-08-20Update comparing-astro-vs-other-tools.md (#1169)Gravatar headapplesgithub 1-7/+0
Removed duplicate paragraph in the section about Eleventy vs Astro performance. Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-19Fix typos in the docs. (#1165)Gravatar mundry 3-5/+5
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 12-26/+27
2021-08-18Add Vitepress to "Astro vs. X" comparison pageGravatar Fred K. Schott 1-2/+4
2021-08-18[ci] yarn formatGravatar drwpow 1-1/+6
2021-08-18[DOCS] Add more information about content.astro (markdown) (#1148)Gravatar Marcus Otterström 1-40/+43
* Correct heading levels * Add more info about content.astro * Remove accidental heading
2021-08-18docs: fix mobile sidebar toggle (#1158)Gravatar kelvinsjk 1-1/+1
2021-08-18Update api-reference.mdGravatar Fred K. Schott 1-1/+1
2021-08-18Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6Gravatar github-actions[bot] 2-2/+4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18Fix typo (#1151)Gravatar Magnus Markling 1-1/+1
2021-08-17Astro v0.19 release blog post (#1135)Gravatar Fred K. Schott 1-0/+0
* wip * 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> * [ci] yarn format * Update CONTRIBUTING.md (#1131) * [ci] yarn format * 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 * Make congratsbot not run in forks (#1145) * add back dark-mode aware favicons * make example favicons prefer non-dark mode * Version Packages (next) (#1129) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * code review comments Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com> Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com> Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Oleg <64708593+olejech@users.noreply.github.com> Co-authored-by: Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17Version Packages (next) (#1129)astro@0.19.0-next.3Gravatar github-actions[bot] 2-2/+22
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17add back dark-mode aware faviconsGravatar Fred K. Schott 1-1/+2
2021-08-17docs: fix select language in Safari (#1127) (#1128)Gravatar Oleg 1-2/+27
* docs: fix select language in Safari (#1127) * docs: fix select language top position * docs: fix select language position
2021-08-17Add support for `client:only` hydrator (#935)Gravatar Tony Sullivan 1-1/+7
* 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-16docs: added 2 pages in French (#1114)Gravatar Gautier Ben Aïm 4-12/+244
2021-08-16cleanup example faviconsGravatar Fred K. Schott 2-1/+2
2021-08-16[ci] yarn formatGravatar matthewp 1-2/+2
2021-08-16Astro.resolve (#1085)Gravatar Matthew Phillips 1-0/+24
* 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-16Bold props interface words (#1123)Gravatar Marcus Otterström 1-1/+3
* Bold props interface words * Turn it into blockquote
2021-08-16Remove `font-weight:400;` from anchor links - they should be the same weight ↵Gravatar Caleb Jasik 1-1/+0
as the text without a link. (#1116) If we wanted to, we *could* set the font-weight as `heavier` maybe? Is that an option? So that it just chooses an increase in font-weight for differentiation from text outside of a link. This was mainly a problem with headings that have links, the difference in font-weight stuck out like a sore thumb to me.
2021-08-16[ci] yarn formatGravatar FredKSchott 1-8/+7
2021-08-16update astro comparisons (#1109)Gravatar Fred K. Schott 1-25/+63
2021-08-16docs: small ul,ol margin changeGravatar Fred K. Schott 1-1/+1
2021-08-16Revert short line-height for `<ul>`'s (#1121)Gravatar Caleb Jasik 1-5/+2
2021-08-13docs: rename sidebar "Components" to "Component Syntax"Gravatar Fred K. Schott 1-1/+1
2021-08-13docs: trigger buildGravatar Nate Moore 1-1/+1
2021-08-12[ci] yarn formatGravatar FredKSchott 1-2/+8
2021-08-12minor typography changes (#1083)Gravatar Fred K. Schott 1-20/+18
2021-08-12Remove sentence about dev server docs (#1095)Gravatar Sia 1-2/+0
2021-08-12Fix typos in the docs/ content (#1093)Gravatar mundry 8-14/+14
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-08-12Nuxt.js official page url corrected (#1096)Gravatar Naeem N 1-1/+1