summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-30create-astro: Format console logs and fix message about default renderers ↵Gravatar Mikkel Tønder 2-7/+12
(#1257) * create-astro: Format console logs and fix message about default renderers Format the console log statements so the code is easier to read Add a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't * Add changeset
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-27fix bad README removalGravatar Fred K. Schott 1-1/+23
2021-08-27Version Packages (#1252)astro@0.20.3Gravatar github-actions[bot] 22-25/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27Fix knownEntrypoint warning for Fix __astro_hoisted_scripts.js (#1251)Gravatar Matthew Phillips 2-0/+6
* Add new internal module to the knownEntrypoints * Adds a changeset
2021-08-27Fixes #1249 (#1250)Gravatar Patrick Gotthardt 4-4/+4
Adjust the layout imports in all md files so that they can be resolved.
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 30-49/+68
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+4
2021-08-27Add changeset for #1090 (#1248)Gravatar Matthew Phillips 1-0/+5
2021-08-27Remove unused namespace redirection from the astro parser (#1245)Gravatar Jonathan Neal 7-84/+32
* nit: remove unused namespace checking from astro parser * test: add tests for namespaced attributes, including one removed attribute * add changeset
2021-08-27[ci] yarn formatGravatar matthewp 9-69/+65
2021-08-27Implementation of hoisted scripts (#1178)Gravatar Matthew Phillips 20-12/+530
* 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-26improve introduction page of example/docsGravatar Fred K. Schott 4-58/+64
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-0/+4
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-2/+6
2021-08-26Merge branch 'okikio/main' (#1111)Gravatar Fred K. Schott 47-1430/+2074
2021-08-26add algolia and cleanup docs readmeGravatar Fred K. Schott 19-617/+286
2021-08-26Version Packages (#1239)astro@0.20.1Gravatar github-actions[bot] 22-25/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26WIP update examples/docs/Gravatar Okiki 45-1115/+2090
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 35-44/+240
* 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-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 55-5004/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-26Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0Gravatar github-actions[bot] 27-38/+45
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-25updated comment 'threw' to 'through' (#1235)Gravatar Mark Howard 1-1/+1
2021-08-25Fix path to CSS file in www site (#1233)Gravatar Matthew Phillips 1-1/+1
* Fix path to CSS file in www site * remove console.log
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 FredKSchott 2-142/+145
2021-08-25stop building, bundling, and transforming public/ files (#1210)Gravatar Fred K. Schott 28-191/+246
* stop bundling public/ files * update www and examples
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-25Upgrade unified deps and improve unified plugins types (#1200)Gravatar Robin Métral 12-428/+755
* Upgrade @astrojs/markdown-support deps and update types * Add changeset * Update changeset * Switch astro-markdown-plugins example to use rehype-autolink-headings Usage of remark-autolink-headings is discouraged in favor of the rehype counterpart: https://github.com/remarkjs/remark-autolink-headings\#remark-autolink-headings * Add stricter types for unified plugins This includes a few suggestions from a code review: - use vfile.toString instead of vfile.value.toString - refactor plugins to follow unified best practices instead of returning functions that return a plugin - use any instead of any[] for plugin options types * Narrow down types to more specific hast or mdast typings
2021-08-24Fix CSS in docs example (#1221)Gravatar Marcus Otterström 1-2/+3
2021-08-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 24-31/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-24[ci] yarn formatGravatar matthewp 1-1/+3
2021-08-24Fix linter errors and warnings (#1218)Gravatar Mihkel Eidast 12-26/+33
* fix lint issues, enable lint in ci * add changeset
2021-08-24Fix resolution of Astro.resolve in nested components (#1213)Gravatar Matthew Phillips 5-5/+14
* Fix resolution of Astro.resolve in nested components Components were previously tested, however nested folders were not. * Adds a changeset