summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Fix: lang unspecified code blocks (#8461)Gravatar Marc 1-2/+2
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 1-1/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-04-18docs: add the right `npm` command regarding `astro --help` for examples' ↵Gravatar Laurent Thiebault 1-8/+8
`README.md` files (#6864)
2023-02-25Update doc link in non-html-pages example README (#6369)Gravatar weakish 1-2/+2
2023-02-23Fixes example README links to open in codespaces (#6346)Gravatar Brian McManus 1-1/+1
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 1-0/+1
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-03Update open with codesandbox link to use synced sandboxes (#6105)Gravatar Obinna Ekwuno 1-1/+1
2022-11-10Add “Open with CodeSandbox” buttons to example project READMEs (#5322)Gravatar Obinna Ekwuno 1-0/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-09-16.md only: npm init astro --> npm create astro (#4760)Gravatar Michael Rienstra 1-1/+1
* .md only: npm init astro --> npm create astro For consistency with https://github.com/withastro/docs/pull/360. Docs always use `npm create astro` (never `npm init astro`), README.md files in this repo should do the same. Search: `\b(npm|yarn|pnpm) init astro\b` Replace: `$1 create astro` Except for two instances: 1. `packages/create-astro/CHANGELOG.md` -- skipped because changelog. 2. `packages/create-astro/test/create-astro.test.js.skipped` -- skipped, old test disabled in https://github.com/withastro/astro/pull/3168. * docs: add `@latest` to `npm create astro` Co-authored-by: Bjorn Lu <bjorn@bjornlu.com> Co-authored-by: Michael Rienstra <michael@goodmoney.com>
2022-08-05update example scripts (#4098)Gravatar Fred K. Schott 1-6/+8
2022-05-31Correcting the link to docs on Just the Basics starter README (#3482)Gravatar Sarah Rainsberger 1-1/+1
* Correcting the link to docs on Just the Basics starter README The link to documentation did not actually go to Docs. Now it does! * fixing all other starter template READMEs with incorrect link to docs
2022-02-25get new example working during buildGravatar Fred K. Schott 1-1/+1
2022-02-25Add Non-HTML Pages example (#2637)Gravatar Joel Kuzmarski 1-0/+48
* Add Non-HTML Pages example * Rename dir non-html-example to non-html-pages * Update name to non-html-pages in package.json