diff --git a/docs/src/config.ts b/docs/src/config.ts index 3cd88714a..50132d16d 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -135,7 +135,6 @@ export const SIDEBAR = { { text: '新手上路', link: 'zh-TW/getting-started' }, { text: '快速開始', link: 'zh-TW/quick-start' }, { text: '安裝', link: 'zh-TW/installation' }, - { text: '佈景主題', link: 'zh-TW/themes' }, ], bg: [ { text: 'Главни', header: true }, diff --git a/docs/src/pages/zh-TW/themes.astro b/docs/src/pages/zh-TW/themes.astro deleted file mode 100644 index b305a0c6d..000000000 --- a/docs/src/pages/zh-TW/themes.astro +++ /dev/null @@ -1,52 +0,0 @@ ---- -import Layout from '../../layouts/MainLayout.astro'; -import Card from '../../components/Card.astro'; -import {Markdown} from 'astro/components'; -import themes from '../../data/themes.json'; -import components from '../../data/components.json'; ---- - - - - ## 精選佈景主題 - -
- {themes.featured.map((item)=>())} -
- - ## 官方佈景主題 - - Astro 維護的文件網站、作品集⋯等官方佈景主題。 - -
- {themes.official.map((item)=>())} -
- - ## 社群佈景主題 - - 趕緊來看看社群開發的佈景主題! - -
- {themes.community.map((item)=>())} -
- - ## 精選套件 - - 我們的套件生態持續成長!所有精選社群套件都可以在 [npm](https://www.npmjs.com/search?q=keywords%3Aastro-component) 發掘。 - -
- {components.community.map((item)=>())} -
- - > 想要讓自己的作品成為精選嗎?[在 Discord 分享!](https://astro.build/chat) - 我們常在 `#showcase` 頻道取材,把深受喜愛的在這裡發布。 - -