summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-3/+3
2021-10-18Added descriptions to example (#1566)Gravatar AsyncBanana 4-0/+4
2021-08-27Fixes #1249 (#1250)Gravatar Patrick Gotthardt 4-4/+4
Adjust the layout imports in all md files so that they can be resolved.
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-0/+4
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-2/+6
2021-08-26add algolia and cleanup docs readmeGravatar Fred K. Schott 7-272/+99
2021-08-26WIP update examples/docs/Gravatar Okiki 6-62/+225
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 1-1/+2
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 1-3/+3
2021-07-21replace `npm run start` with `npm start` (#791)Gravatar Kyosuke 1-1/+1
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-11/+11
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-06-14[ci] yarn formatGravatar matthewp 1-2/+2
2021-06-14fix some example docs site issues (#434)Gravatar Fred K. Schott 4-23/+65
2021-06-11[ci] yarn formatGravatar matthewp 1-3/+3
2021-06-11Fix/issue #385 (#392)Gravatar Laura Caroline 2-0/+62
* Apply favicon to the docs template * Fix Sidebar category headers aren't clickable Fixes #385 * Improve Docs example documentation * Fix Documentation List on getting started page
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 2-0/+49
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>