summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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 2-4/+4
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 10-23/+23
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-18Fix typo (#1151)Gravatar Magnus Markling 1-1/+1
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 1-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-16[ci] yarn formatGravatar FredKSchott 1-8/+7
2021-08-16update astro comparisons (#1109)Gravatar Fred K. Schott 1-25/+63
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-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
2021-08-11[ci] yarn formatGravatar FredKSchott 2-5/+2
2021-08-11Add file-based routing /w dynamic paths (#1010)Gravatar Fred K. Schott 7-360/+388
* wip: add file-based routing * add pagination tests and nested pagination support
2021-08-10Do not observe visible hydrate components more than once (#1015)Gravatar Fred K. Schott 1-1/+1
* add support for truely unique astro root uids * update test to test uniqueness
2021-08-08change some Spanish translations (#1063)Gravatar Kus Cámara 1-16/+16
2021-08-08[ci] yarn formatGravatar FredKSchott 1-7/+8
2021-08-07Fix code examples that would fail if copy-pasted (#1050)Gravatar Jonathan Neal 2-4/+4
2021-08-06[ci] yarn formatGravatar FredKSchott 1-2/+2
2021-08-06another pass on alias docsGravatar Fred K. Schott 1-34/+21
2021-08-06[ci] yarn formatGravatar FredKSchott 1-10/+7
2021-08-06[Docs] Added an "Aliases" page under Guides. [En] (#1042)Gravatar V. Tinev 2-0/+62
* Styled the dark version for the search bar. Changed some stlyes for both themes. * [Docs] Added an "Aliases" page under Guides. [EN] * [Docs] Added "Aliases" page under Guides. Removed styles from another PR. * Revert theme.css. * Revert Search.css. * Edited the text. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Text edits after review. * Apply suggestions from documentation review. Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-06[ci] yarn formatGravatar FredKSchott 1-51/+51
2021-08-06Styled the dark version of the search bar. (#1041)Gravatar V. Tinev 1-49/+58
* Styled the dark version for the search bar. Changed some stlyes for both themes. * Adjusted the SearchFooter glow. Co-authored-by: Peter Singh <drgaud@hotmail.com> * Removed search footer glow. * Added inset shadow for the search modal. Co-authored-by: V. Tinev <vtinev@2create.studio> Co-authored-by: Peter Singh <drgaud@hotmail.com>
2021-08-06Fix contrast issue in lang picker (#1044)Gravatar Marcus Otterström 1-2/+2