summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-06Adds examples pageGravatar aFuzzyBear 23-8/+1257
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 2-2/+20
2021-09-04📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299)Gravatar Caleb Jasik 2-2/+14
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott
2021-09-03docs: add a period (#1306)Gravatar Sam Chen 1-1/+1
2021-09-03[ci] yarn formatGravatar FredKSchott 1-2/+0
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 11-10/+30
* add code component * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix format in debug component * remove Debug changes * add wrap support * add props docs * update default theme Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-09-01Debug component importation (#1289)Gravatar raph_5 1-1/+1
with import { Debug } from 'astro/debug' : Debug = undefined Error: Unable to render Debug because it is undefined! Did you forget to import the component or is it possible there is a typo?
2021-09-01Update getting-started.md (#1281)Gravatar Hendrik Runte 1-23/+23
Fixing some minor typos and improving style.
2021-08-31Delete docs text about removed Collections API (#1286)Gravatar Mani Gandham 1-1/+1
2021-08-31Remove reference/link to Collections (#1277)Gravatar Tim Chesney 1-1/+1
* Remove reference/link to Collections Remove line that refers to 'Core Concepts - Collections' given this is now deprecated. * Added reference to routing Tested link as working in local build.
2021-08-31Remove caveat about `Astro.request` not being passed to components. (#1276)Gravatar Caleb Jasik 1-2/+0
2021-08-31[ci] yarn formatGravatar FredKSchott 1-4/+4
2021-08-31Add v20 documentation for bundling assets (#1262)Gravatar Lachlan Young 1-0/+11
* Add v20 documentation for bundling assets * 🛁 Revert bad doc * 🛁 Address CR * ✨ Use astro * 🛁 Correct Link * Update styling.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-30docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md ↵Gravatar Xinyuan Wang 2-0/+209
(#1199) * translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md * Version Packages * [ci] yarn format * fix: Merge conflicts * docs: add the part of gatsby * [ci] yarn format Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: ChelesteWang <ChelesteWang@users.noreply.github.com>
2021-08-30Alphabetize API doc (#1270)Gravatar Drew Powers 1-12/+12
2021-08-29Include lang="xxxx" in Prism component example (#1264)Gravatar Sarah Rainsberger 1-2/+4
2021-08-27Add danish translation of the getting started page (#1243)Gravatar Mikkel Tønder 4-1/+70
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Implementation of hoisted scripts (#1178)Gravatar Matthew Phillips 1-0/+33
* Implementation of hoisted scripts * Use the facade id * Adds docs on hoisted scripts * Don't try to run rollup if there are no hoisted scripts * Handle scripts possibly being undefined (client:only) * Get rid of changes to the portfolio example * Adds a changeset * Remove a todo * Fix lint errors * Rename TransformResult property to hoistedScripts * Move Hoisted Scripts docs to astro-components page * Fixes lint errors * Fix path join for windows
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Update Tailwind docs for path to css (#1240)Gravatar Matthew Phillips 1-7/+7
* Update Tailwind docs for path to css * Remove other references to public in the styling guide * Remove unnecessary (pages)
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Add new Astro components package (#1242)Gravatar Mark Teekman 1-0/+1
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 7-6/+18
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-26remove unpublished blog post from docsGravatar Fred K. Schott 1-241/+0
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 3-0/+68
2021-08-25NL docs typo fixes (#1232)Gravatar semvis123 1-1/+1
Fixes 2 small typos in the Dutch documentation
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 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