diff --git a/ISSUES.md b/ISSUES.md deleted file mode 100644 index 20fff89..0000000 --- a/ISSUES.md +++ /dev/null @@ -1 +0,0 @@ -1. When navigate to docs and navigate back to homepage, the page layout may shift when click the action buttons on the navbar \ No newline at end of file diff --git a/content/docs/customisation.mdx b/content/docs/customisation.mdx index 283c2de..070d00a 100644 --- a/content/docs/customisation.mdx +++ b/content/docs/customisation.mdx @@ -5,12 +5,6 @@ description: An overview of Fumadocs UI ## Architecture -| ------------- | ------------------------------------------------------- | -| **Sidebar** | Display site title and navigation elements. | -| **Page Tree** | Passed by you, mainly rendered as the items of sidebar. | -| **Docs Page** | All content of the page. | -| **TOC** | Navigation within the article. | - ### Page Tree Navigation elements like sidebar take a [Page Tree](/docs/headless/page-tree) to render navigation links, it's a tree that describes all available pages and folders. diff --git a/content/docs/customisation.zh.mdx b/content/docs/customisation.zh.mdx index 08e39eb..54e6f33 100644 --- a/content/docs/customisation.zh.mdx +++ b/content/docs/customisation.zh.mdx @@ -5,13 +5,6 @@ description: Fumadocs UI 的概览 ## 架构 -| | | -| ------------- | ------------------------------------------------------- | -| **侧边栏** | 显示站点标题和导航元素。 | -| **页面树** | 由您传递,主要作为侧边栏的项目渲染。 | -| **文档页面** | 页面的所有内容。 | -| **目录** | 文章内导航。 | - ### 页面树 侧边栏等导航元素使用[页面树](/docs/headless/page-tree)来渲染导航链接,它是描述所有可用页面和文件夹的树形结构。 diff --git a/public/images/blocks/card.png b/public/images/blocks/card.png deleted file mode 100644 index 75497aa..0000000 Binary files a/public/images/blocks/card.png and /dev/null differ diff --git a/public/images/blocks/charts-light.png b/public/images/blocks/charts-light.png deleted file mode 100644 index a9016ba..0000000 Binary files a/public/images/blocks/charts-light.png and /dev/null differ diff --git a/public/images/blocks/charts.png b/public/images/blocks/charts.png deleted file mode 100644 index cd898d7..0000000 Binary files a/public/images/blocks/charts.png and /dev/null differ diff --git a/public/images/blocks/dark-card.webp b/public/images/blocks/dark-card.webp deleted file mode 100644 index 3c0945e..0000000 Binary files a/public/images/blocks/dark-card.webp and /dev/null differ diff --git a/public/images/blocks/exercice-dark.png b/public/images/blocks/exercice-dark.png deleted file mode 100644 index e681042..0000000 Binary files a/public/images/blocks/exercice-dark.png and /dev/null differ diff --git a/public/images/blocks/exercice.png b/public/images/blocks/exercice.png deleted file mode 100644 index 19d4bc0..0000000 Binary files a/public/images/blocks/exercice.png and /dev/null differ diff --git a/public/images/blocks/mail-back-light.png b/public/images/blocks/mail-back-light.png deleted file mode 100644 index 6ab6bca..0000000 Binary files a/public/images/blocks/mail-back-light.png and /dev/null differ diff --git a/public/images/blocks/mail-back.png b/public/images/blocks/mail-back.png deleted file mode 100644 index b9697a7..0000000 Binary files a/public/images/blocks/mail-back.png and /dev/null differ diff --git a/public/images/blocks/mail-upper.png b/public/images/blocks/mail-upper.png deleted file mode 100644 index 2854cd3..0000000 Binary files a/public/images/blocks/mail-upper.png and /dev/null differ diff --git a/public/images/blocks/mail2-light.png b/public/images/blocks/mail2-light.png deleted file mode 100644 index ef63cdb..0000000 Binary files a/public/images/blocks/mail2-light.png and /dev/null differ diff --git a/public/images/blocks/mail2.png b/public/images/blocks/mail2.png deleted file mode 100644 index 1139890..0000000 Binary files a/public/images/blocks/mail2.png and /dev/null differ diff --git a/public/images/blocks/music-light.png b/public/images/blocks/music-light.png deleted file mode 100644 index 7baf861..0000000 Binary files a/public/images/blocks/music-light.png and /dev/null differ diff --git a/public/images/blocks/music.png b/public/images/blocks/music.png deleted file mode 100644 index 09c31de..0000000 Binary files a/public/images/blocks/music.png and /dev/null differ diff --git a/public/images/blocks/origin-cal-dark.png b/public/images/blocks/origin-cal-dark.png deleted file mode 100644 index 007b850..0000000 Binary files a/public/images/blocks/origin-cal-dark.png and /dev/null differ diff --git a/public/images/blocks/origin-cal.png b/public/images/blocks/origin-cal.png deleted file mode 100644 index a6f2ff8..0000000 Binary files a/public/images/blocks/origin-cal.png and /dev/null differ diff --git a/public/images/blocks/payments-light.png b/public/images/blocks/payments-light.png deleted file mode 100644 index 08d1438..0000000 Binary files a/public/images/blocks/payments-light.png and /dev/null differ diff --git a/public/images/blocks/payments.png b/public/images/blocks/payments.png deleted file mode 100644 index 55b1169..0000000 Binary files a/public/images/blocks/payments.png and /dev/null differ diff --git a/src/app/[locale]/preview/features/twelve/page.tsx b/src/app/[locale]/preview/features/twelve/page.tsx index cee2c11..28924c0 100644 --- a/src/app/[locale]/preview/features/twelve/page.tsx +++ b/src/app/[locale]/preview/features/twelve/page.tsx @@ -22,19 +22,19 @@ export default function Features() { const images = { 'item-1': { - image: '/images/blocks/charts.png', + image: '/blocks/charts.png', alt: 'Database visualization', }, 'item-2': { - image: '/images/blocks/music.png', + image: '/blocks/music.png', alt: 'Security authentication', }, 'item-3': { - image: '/images/blocks/mail2.png', + image: '/blocks/mail2.png', alt: 'Identity management', }, 'item-4': { - image: '/images/blocks/payments.png', + image: '/blocks/payments.png', alt: 'Analytics dashboard', }, }; diff --git a/src/components/sections/content/content-2.tsx b/src/components/sections/content/content-2.tsx index e49a316..7dc46ab 100644 --- a/src/components/sections/content/content-2.tsx +++ b/src/components/sections/content/content-2.tsx @@ -55,14 +55,14 @@ export default function Content2() { >
payments illustration dark payments illustration light
payments illustration dark payments illustration light
payments illustration dark payments illustration light
payments illustration dark payments illustration dark payments illustration light
payments illustration dark payments illustration dark payments illustration light
app illustration app illustration app screen app screen