Age | Commit message (Collapse) | Author | Files | Lines |
|
The `parser` key isn't valid, `render` needs to be used instead so just updating the docs to save anyone else a headache.
|
|
* docs: update some Snowpack references to Vite
Vite has replaced Snowpack in 0.21.
* Apply suggestions from code review
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
Co-authored-by: Drew Powers <1369770+drwpow@users.noreply.github.com>
|
|
* Docs: Add Japanese Astro vs. X page
* yarn format
* Fix a typo
|
|
* docs: Update danish translation of getting-started
* Update getting-started.md
Update repo URL (Oops!)
|
|
* Update getting-started.md
* yarn format
|
|
|
|
|
|
|
|
|
|
Fixes #1963
|
|
|
|
* docs: update env variable guide
* docs: add note about access server-side variable access
|
|
|
|
|
|
|
|
|
|
* Re-add smartypants
* Updated packages
* Remove all the default plugins if there are either remark or rehype plugins
* Replace deperecated remark-slug with rehype-slug
* Added MarkdownParserResponse type
* Update documentation
* Removed type import from markdown package
* Updated remark-smartypants
* Changelog
* Missed one change
* Split changelogs
* Upgraded some MDX dependencies
* Fix typos in documentation
* Changed CHANGELOG.md package name
* Renamed smartypants
|
|
|
|
* docs: update link to AstroUserConfig type definitions
addresses https://github.com/snowpackjs/astro/issues/1960
* docs: update link to `@types/astro.ts` to refer to the `latest` branch.
22b73e652d changes the branch to `main`, this changes back to use `latest`.
|
|
* Mention astro.new in docs (#1935)
* Fix - Deprecated nanostores functions
createStore and getValue is deprecated in nanostores,
changed it to atom and atom.get()
* fix: change code to nanostores non-deprecated functions
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
|
|
Co-authored-by: Tony Sullivan <tony.sullivan@hyperlab.se>
|
|
|
|
|
|
Added some proposed changes to help others migrate their Astro projects built with Tailwind CSS, over to the new version. This is what I had to do to get it to work :)
|
|
|
|
|
|
This is an attempt to make it clear that the provided arg to `define:vars` must be an object, and that the values must be serializable.
|
|
|
|
* Update astro & markdown code blocks for consistency
* Add 'JSX in Frontmatter' note to Migration Guide
* code block improvements
|
|
* Update astro & markdown code blocks for consistency
* Add 'JSX in Frontmatter' note to Migration Guide
|
|
|
|
|
|
|
|
|
|
|
|
* Docs/add italian translation
* Apply suggestions from code review
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* Update getting-started.md
* Apply suggestions from code review
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
|
* Fix PostCSS processing
* Skip Windows tests
(for now)
|
|
|
|
* Add Migration Guide to docs
* edit: replace astro.config.js with astro.config.mjs
* edit: use plain object in define:vars example
* edit: improve 'components in markdown' documentation
* edit: use astro resolve in file reference documentation example
* edit: rename 'writing plugins' heading to 'custom renderers'
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* edit: fix PUBLIC_ environment variable example
* edit: fix define:vars variable in example
* edit: remove top-level alias documentation
* edit: cleanup "passing variables into scripts and styles" description
* Update migration-guide.md
* Update migration-guide.md
* update deployment config
* update configuration
* fix some errors and write a commit message about it
* move the migration guide
* update documentation
* add migration guide to sidebar
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
|
|
To avoid confusion I seperated the `npm run build` and the `npm run dev` commands, beginners might get confused by each command being listed in the same list, thinking they need to run `npm run build` before Astro works properly.
Add `npm run preview` commands to all examples where they are missing
|
|
|
|
* update docs site to leverage astro v0.21
* fix resolutions
* fix docsearch import
* Resolve `@docsearch/react` is a cross-execution-context-friendly way
* chore: update astro version
* fix: remove line highlighting syntax
* fix: braces inside of attr string
* Match current astro version
* Trim leading newline in MainLayout.astro template
* Move card grid styles into Layout
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
|
|
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
|
|
This both lets browsers reflect this color + provides Discord embeds a nice accent color
|
|
|
|
(#1756)
* fixes links in german docs
* Adds german translation of installation.md
* Thnx for proofreading / correctinos
- agree upon informal version looking good so far
- next: fixing a few minor ones
Co-authored-by: Kim Schneider <web@schneider.kim>
* Finalizes the switch to informal german + some minor fixes
* applies changes from commit da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
Co-authored-by: Kim Schneider <web@schneider.kim>
|
|
fix typo
|