astro/docs
Jonathan Neal e0c3318c09
Update Astro docs to use v0.21 (#1738)
* 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>
2021-11-11 12:09:48 -05:00
..
public Changed docs TOC buttons to be better touch targets (#1570) 2021-10-18 19:50:10 +02:00
reference Expose slots to components (#1368) 2021-09-15 11:27:59 -04:00
src Update Astro docs to use v0.21 (#1738) 2021-11-11 12:09:48 -05:00
.prettierignore
.prettierrc [ci] yarn format 2021-07-20 04:07:49 +00:00
astro.config.mjs Update Astro docs to use v0.21 (#1738) 2021-11-11 12:09:48 -05:00
CHANGELOG.md Version Packages (#1358) 2021-09-14 17:22:50 -07:00
package.json Update Astro docs to use v0.21 (#1738) 2021-11-11 12:09:48 -05:00
README.md add dev script, switch documentation from advising start to dev script (#1141) 2021-08-18 22:07:08 -07:00
vercel.json Docs site cleanup (#948) 2021-07-30 22:39:15 -07:00

Astro Docs Astro logo

Contributing

Pull Requests

Every pull request needs to be reviewed by another contributor to the documentation to help with the overall quality of the documentation.

Running this project

  • Clone/Fork the project
  • This project uses yarn to manage dependencies. Make sure that you have yarn v1 installed.
  • Run yarn install to install latest dependencies.
  • Run yarn dev to start the dev server.
  • Run yarn build to build the final site for production.

The environment variable SNOWPACK_PUBLIC_GITHUB_TOKEN must be set to a personal access token with public_repo permissions to prevent rate-limiting.