diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 51ab6ff5b..45325d8c4 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -9,6 +9,7 @@ const description = 'Beautiful & consistent icon toolkit made by the community.' // https://vitepress.dev/reference/site-config export default defineConfig({ title, + titleTemplate: ':title \u2013 Lucide', description, cleanUrls: true, outDir: '.vercel/output/static', diff --git a/docs/icons/categories.md b/docs/icons/categories.md index 52c1bcb23..04c507358 100644 --- a/docs/icons/categories.md +++ b/docs/icons/categories.md @@ -1,4 +1,5 @@ --- +title: Categories layout: page outline: 2 outlineTitle: Categories diff --git a/docs/icons/index.md b/docs/icons/index.md index bb4ca3dc5..c5df9e1b9 100644 --- a/docs/icons/index.md +++ b/docs/icons/index.md @@ -1,4 +1,5 @@ --- +title: Icons layout: page outline: 2 outlineTitle: Categories diff --git a/docs/index.md b/docs/index.md index 9d88b6410..2b4b9b425 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,7 @@ # https://vitepress.dev/reference/default-theme-home-page layout: home markdownStyles: false +titleTemplate: false head: - - link diff --git a/docs/license.md b/docs/license.md index 955dc4081..c7b1d66c7 100644 --- a/docs/license.md +++ b/docs/license.md @@ -1,4 +1,5 @@ --- +title: License aside: false editLink: false --- diff --git a/docs/packages.md b/docs/packages.md index d456f80d1..4e466cae6 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -1,4 +1,5 @@ --- +title: Packages layout: page outline: 2 outlineTitle: Packages diff --git a/docs/showcase.md b/docs/showcase.md index 0ee9ab6b8..c8884e6ff 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -1,4 +1,5 @@ --- +title: Showcase layout: page outline: 2 outlineTitle: Showcase