Age | Commit message (Collapse) | Author | Files | Lines |
|
* [ru] add translation for quick start
* fix mistakes
|
|
|
|
|
|
|
|
|
|
* Added documentation for deploying to Buddy
* Fix to make it more clear
|
|
|
|
* Adds the `astro check` command.
This adds `astro check`, which runs type checking (and general error
checking) on Astro projects.
* print the number of errors found
* Adds a changeset
* Add cli docs
* Upgrade the language server version
* Prevent linting the console.logs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Updated comparison to reflect Gatsby SSR Support
Updated comparison to show that Gatsby now supports SSR in version 4, as show by https://v4.gatsbyjs.com/docs/how-to/rendering-options/using-server-side-rendering/
* Clarified support in future versions
Small change just because it clarifies it better and I didn't add it in the original commit
* Removed Gatsby SSG paragraph
* Added information to Gatsby comparison
|
|
|
|
* Added quick-start.md in spanish and link into sidebar in config.ts
* Change accepted
* Fixed typos errors
Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
|
|
|
|
|
|
|
|
* add getting started in russian
* add russian in the lang selector
* add russian in blog post
* minor changes
* translation for the comments in the code
Co-authored-by: Alex <bespoyasov@me.com>
* changes from @nlopin
Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
* sync with original docs #1464
* accept changes from @nlopin with slight changes
Co-authored-by: Alex <bespoyasov@me.com>
Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
|
|
|
|
|
|
The `starter templates` link on [Installation](https://docs.astro.build/installation#create-astro) page is currently pointed at 404 page: https://docs.astro.build/examples.
This fix, simply replace the URL with: https://github.com/snowpackjs/astro/tree/main/examples
|
|
* Added installation.md in spanish
* Add update to docs/src/config.ts sidebar
Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
|
|
* Add script tag example
Added example of using Astro with client side JavaScript
* Removed partial hydration example comment
|
|
|
|
Fixes 3 minor typographical errors in the Spanish documentation
|
|
|
|
|
|
|
|
* Update examples in getting started
* Update Online Playgrounds for zh-tw
|
|
|
|
Co-authored-by: X7md
|
|
|
|
|
|
* Add Zola comparison
A Zola comparison has been added to the Astro comparison page
* Fixed naming in docs
|
|
* show how to pass props
In the current documentation it is only shown how to receive props but not how to pass a component said props.
This adds a bit of code which shows how to pass props to a component.
* Update docs/src/pages/core-concepts/astro-components.md
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
|
|
|
|
|
|
|
|
* Update astro-pages.md
* Update astro-pages.md
Explained the speciallity of 404.astro
* Update astro-pages.md
|
|
|
|
* Add AWS label to S3 bucket link.
|
|
|
|
* Expose slots to components via Astro.slots
* test: Add Astro.slots API tests
* docs: Document Astro.slots API
* docs: Duplicate Astro.slots documentation to other api-reference markdown
* Update proposal to use booleans, based upon RFC feedback
* update implementation & tests based on request
* changeset
|
|
* 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
|
|
|