Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
(#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>
|
|
(#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
|
|
|
|
|
|
* Add danish translation of the getting started page
* Add danish to KNOWN_LANGUAGES
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Add new internal module to the knownEntrypoints
* Adds a changeset
|
|
Adjust the layout imports in all md files so that they can be resolved.
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* nit: remove unused namespace checking from astro parser
* test: add tests for namespaced attributes, including one removed attribute
* add changeset
|
|
|
|
* 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
|
|
|
|
* Update Tailwind docs for path to css
* Remove other references to public in the styling guide
* Remove unnecessary (pages)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
* add "astro preview" command
* Update green-buttons-reflect.md
* Update cli-reference.md
|
|
|
|
* Remove VSCode and Langauge Server from this monorepo
* Adds back in the syntax files
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
* Fix path to CSS file in www site
* remove console.log
|
|
Fixes 2 small typos in the Dutch documentation
|
|
|
|
|
|
* stop bundling public/ files
* update www and examples
|
|
|
|
Co-authored-by: = <=>
|
|
|
|
|
|
* 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
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix lint issues, enable lint in ci
* add changeset
|
|
* Fix resolution of Astro.resolve in nested components
Components were previously tested, however nested folders were not.
* Adds a changeset
|