diff options
Diffstat (limited to 'docs/src/pages/zh-TW/examples.md')
-rw-r--r-- | docs/src/pages/zh-TW/examples.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/pages/zh-TW/examples.md b/docs/src/pages/zh-TW/examples.md new file mode 100644 index 000000000..e8e38f6b9 --- /dev/null +++ b/docs/src/pages/zh-TW/examples.md @@ -0,0 +1,9 @@ +--- +layout: ~/layouts/MainLayout.astro +title: 範例 +lang: zh-Hant-TW +--- + +如果喜歡從做中學,可以看看放在 Github 的[範例資源庫](https://github.com/snowpackjs/astro/tree/main/examples)。 + +<!-- 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! --> |