diff options
author | 2021-07-15 14:13:35 -0400 | |
---|---|---|
committer | 2021-07-15 14:13:35 -0400 | |
commit | 166e22bdf35b9751dc42f5cc6cb27a99b077df93 (patch) | |
tree | e8643360c2250dda82ebf95b62281978547d5188 /docs/src/pages/examples.md | |
parent | fb8bf7ec43f7b09348c12d5ff9f81131c70ef5e9 (diff) | |
download | astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.gz astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.zst astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.zip |
merge in docs site (#705)
Diffstat (limited to 'docs/src/pages/examples.md')
-rw-r--r-- | docs/src/pages/examples.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/src/pages/examples.md b/docs/src/pages/examples.md new file mode 100644 index 000000000..2ab3f409b --- /dev/null +++ b/docs/src/pages/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 |