diff options
author | 2021-06-29 13:12:27 -0700 | |
---|---|---|
committer | 2021-06-29 13:12:27 -0700 | |
commit | 9c7921300c5aae35ee947be5fc515e5b3fdaf1a2 (patch) | |
tree | 94dc4d802341e827466f641de97acf74905c706c /docs/examples.md | |
parent | 4df98a79f8d5f14e9e049322a6eef2db4f985ae4 (diff) | |
parent | 279a25246260ef95459d29c8029b18bd89adc206 (diff) | |
download | astro-9c7921300c5aae35ee947be5fc515e5b3fdaf1a2.tar.gz astro-9c7921300c5aae35ee947be5fc515e5b3fdaf1a2.tar.zst astro-9c7921300c5aae35ee947be5fc515e5b3fdaf1a2.zip |
Merge branch 'docs-sync-1'
Diffstat (limited to 'docs/examples.md')
-rw-r--r-- | docs/examples.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md new file mode 100644 index 000000000..2ab3f409b --- /dev/null +++ b/docs/examples.md @@ -0,0 +1,8 @@ +--- +layout: ~/layouts/Main.astro +title: Examples +--- + +If you prefer to learn by example, check out our [Examples Library](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. + +<!-- Once we merge astro-docs back into the main repo, we can actually fetch the list of examples at build-time by scanning the examples/ directory! -->
\ No newline at end of file |