summaryrefslogtreecommitdiff
path: root/examples/docs/src/pages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-06chore: remove docs example (#7306)Gravatar Nate Moore 2-27/+0
2023-01-18Migrate blog and docs starters to content collections (#5858)Gravatar Ben Holmes 5-151/+22
* docs: update README for `content/` * chore: update env * feat: update blog to use content collections * chore: remove with-content starter * fix: single quotes -> double * feat: update docs starter to content collections * refactor: config -> consts * chore: import type * edit: Astro will -> Use Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: remove unused null check * nit: spacing * nit: `as Props` 1 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * nit: `as Props` 2 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: consistent CONSTS usage * chore: `type` imports at top * chore: consistent quote usage on YAML * chore: remove `as Props` from docs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 1-1/+1
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
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>