Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* Fix URL normalization for the Left Sidebar in docs
* Move the fix into `util.ts` as suggested by @FredKSchott
|
|
|
|
|
|
* 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>
|
|
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?
|
|
Fixing some minor typos and improving style.
|
|
|
|
* 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.
|
|
|
|
|
|
* 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>
|
|
|
|
|
|
* Add danish translation of the getting started page
* Add danish to KNOWN_LANGUAGES
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
* add "astro preview" command
* Update green-buttons-reflect.md
* Update cli-reference.md
|
|
|
|
|
|
|
|
Fixes 2 small typos in the Dutch documentation
|
|
|
|
|
|
Co-authored-by: = <=>
|
|
|
|
|
|
|
|
* translate getting-started.md into KR
* add kr to KNOWN_LANGUAGES
* add kr config to sidebar
* add kr option to the language selector
|
|
|
|
|
|
|
|
* 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>
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
corrected typo "quickly" to "quick"
|
|
|
|
Removed duplicate paragraph in the section about Eleventy vs Astro performance.
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
Co-authored-by: mundry <mundry@users.noreply.github.com>
|
|
|