docs
docs copied to clipboard
Astro documentation
#### What kind of changes does this PR include? - Translated content #### Description add new arabic /getting-started.md
#### What kind of changes does this PR include? - Minor content fixes (broken links, typos, etc.) - Changes to the docs site code #### Description interface `MarkdownInstance` has a...
- New or updated content Adding a section in UI Framework Components page explicitly saying - you CAN'T import an Astro component inside another framework component - but you CAN...
- New or updated content Another pass bringing more MDX to the forefront, including renaming the page title. Also some small edits throughout. It's not the canonical source for all...
#### What kind of changes does this PR include? - Something else! #### Description Adds retry logic to our `githubGet` helper to try and mitigate the regular CI failures we...
Let's review our docs content for - areas where it makes sense to mention (especially Astro-specific) tips for designing with a11y in mind. - our code examples to make sure...
One thing I really like about MDX is that you can pass custom components for default html elements (h1/6, img, a, code, pre, etc.) with export const components = {}....
#### What kind of changes does this PR include? - Translated content #### Description - Updated Japanese `framework-components.md` to match the English update - https://github.com/withastro/docs/commit/6f131d3a68a2b3446e9acef763e52977ae27fa16 - https://github.com/withastro/docs/commit/011472dec09a8ea4a3b0cb2fe15e11cf7dc6e228 - https://github.com/withastro/docs/commit/c81e16af9a287b53accd0945cd7c08f6ecac591e -...
Adding SCSS variables globally is not something that is described in the docs. Using the traditional Astro ways does not produce a usable result. ```html @import '../path/to/file.scss' ``` ```html ---...
The page src/pages/en/guides/integrations-guide/cloudflare.md mentions that you can enable previews with Wrangler and that "This will allow you run your entire application locally with Wrangler, which supports secrets, environment variables, KV...