Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update build command for Netlify
* Clarify directions for Netlify deploy versions
* Create deploy.md
* Update deploy.md
* Update deploy.md
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
* Adds a changeset
* Add types to examples and docs
* Make changes based on review feedback
* Avoid using the variable named props
* Make path a const
|
|
|
|
* Added GH pages disclaimer
* Added changeset
* Reworded disclaimer
* Correct GH Pages casing
* Update deploy.md
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
|
|
I see people often ask about opening up the app to local network so this looked like a good place to explain how to do it.
|
|
|
|
* new publish docs
* Minor cleanup
- Removed trailing whitespaces.
- Fixed a typo where `components` was misspelled.
- Moved all links to references at the bottom of the file.
- On line 162, I added bash for the file tree example as it was used for the previous example on line 29.
- Added a new line between examples that had a DO and DO NOT.
- The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read.
* cleanup publish docs
* add note on experimental nature of npm package support
Co-authored-by: Devin W. Leaman <git@4lch4.email>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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: = <=>
|
|
|
|
|