diff options
author | 2021-08-26 15:10:25 -0700 | |
---|---|---|
committer | 2021-08-26 15:10:25 -0700 | |
commit | 9f2b1d6071fc09c25242b9bfe001eec50bdf3ae0 (patch) | |
tree | 62b812521763db38b09eae59d74bc010dfa91470 /examples | |
parent | db0934bb5a1b482321e83fb43818e4bdc6e08e1b (diff) | |
download | astro-9f2b1d6071fc09c25242b9bfe001eec50bdf3ae0.tar.gz astro-9f2b1d6071fc09c25242b9bfe001eec50bdf3ae0.tar.zst astro-9f2b1d6071fc09c25242b9bfe001eec50bdf3ae0.zip |
improve introduction page of example/docs
Diffstat (limited to 'examples')
-rw-r--r-- | examples/docs/src/pages/en/introduction.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/docs/src/pages/en/introduction.md b/examples/docs/src/pages/en/introduction.md index 67b4afb1f..62029dded 100644 --- a/examples/docs/src/pages/en/introduction.md +++ b/examples/docs/src/pages/en/introduction.md @@ -7,9 +7,13 @@ layout: ~/layouts/MainLayout.astro This is the `docs` starter template. It contains all of the features that you need to build a Markdown-powered documentation site, including: +- ✅ **Full Markdown support** +- ✅ **Responsive mobile-friendly design** - ✅ **Sidebar navigation** - ✅ **Search (powered by Algolia)** - ✅ **Multi-language i18n** +- ✅ **Automatic table of contents** +- ✅ **Automatic list of contributors** - ✅ (and, best of all) **dark mode** ## Getting Started |