@@ -15,10 +15,10 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
1515 items : [
1616 { title : "Introduction" , href : "/docs/getting-started/introduction" } ,
1717 { title : "Quickstart" , href : "/docs/getting-started/quickstart" , tag : "updated" } ,
18- { title : "Compatibility" , href : "/docs/getting-started/compatibility" , tag : "new" } ,
18+ { title : "Compatibility" , href : "/docs/getting-started/compatibility" } ,
1919 { title : "CLI" , href : "/docs/getting-started/cli" , tag : "updated" } ,
2020 { title : "Editor Setup" , href : "/docs/getting-started/editor-setup" } ,
21- { title : "AI Integration" , href : "/docs/getting-started/ai-integration" , tag : "new" } ,
21+ { title : "AI Integration" , href : "/docs/getting-started/ai-integration" } ,
2222 { title : "Server Components" , href : "/docs/getting-started/server-components" } ,
2323 { title : "License" , href : "/docs/getting-started/license" } ,
2424 { title : "Changelog" , href : "https://github.com/themesberg/flowbite-react/releases" } ,
@@ -30,38 +30,38 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
3030 items : [
3131 { title : "AdonisJS" , href : "/docs/guides/adonisjs" } ,
3232 { title : "Astro" , href : "/docs/guides/astro" } ,
33- { title : "Blitz.js" , href : "/docs/guides/blitzjs" , tag : "new" } ,
34- { title : "Bun" , href : "/docs/guides/bun" , tag : "new" } ,
35- { title : "ESBuild" , href : "/docs/guides/esbuild" , tag : "new" } ,
36- { title : "Farm" , href : "/docs/guides/farm" , tag : "new" } ,
33+ { title : "Blitz.js" , href : "/docs/guides/blitzjs" } ,
34+ { title : "Bun" , href : "/docs/guides/bun" } ,
35+ { title : "ESBuild" , href : "/docs/guides/esbuild" } ,
36+ { title : "Farm" , href : "/docs/guides/farm" } ,
3737 { title : "Gatsby" , href : "/docs/guides/gatsby" } ,
3838 { title : "Laravel" , href : "/docs/guides/laravel" } ,
39- { title : "Meteor.js" , href : "/docs/guides/meteorjs" , tag : "new" } ,
40- { title : "Modern.js" , href : "/docs/guides/modernjs" , tag : "new" } ,
39+ { title : "Meteor.js" , href : "/docs/guides/meteorjs" } ,
40+ { title : "Modern.js" , href : "/docs/guides/modernjs" } ,
4141 { title : "Next.js" , href : "/docs/guides/nextjs" } ,
4242 { title : "Parcel" , href : "/docs/guides/parcel" } ,
43- { title : "React Router" , href : "/docs/guides/react-router" , tag : "new" } ,
44- { title : "React Server" , href : "/docs/guides/react-server" , tag : "new" } ,
43+ { title : "React Router" , href : "/docs/guides/react-router" } ,
44+ { title : "React Server" , href : "/docs/guides/react-server" } ,
4545 { title : "RedwoodJS" , href : "/docs/guides/redwoodjs" } ,
4646 { title : "Remix" , href : "/docs/guides/remix" } ,
47- { title : "Rsbuild" , href : "/docs/guides/rsbuild" , tag : "new" } ,
48- { title : "Rspack" , href : "/docs/guides/rspack" , tag : "new" } ,
49- { title : "TanStack Router" , href : "/docs/guides/tanstack-router" , tag : "new" } ,
50- { title : "TanStack Start" , href : "/docs/guides/tanstack-start" , tag : "new" } ,
51- { title : "Vike" , href : "/docs/guides/vike" , tag : "new" } ,
47+ { title : "Rsbuild" , href : "/docs/guides/rsbuild" } ,
48+ { title : "Rspack" , href : "/docs/guides/rspack" } ,
49+ { title : "TanStack Router" , href : "/docs/guides/tanstack-router" } ,
50+ { title : "TanStack Start" , href : "/docs/guides/tanstack-start" } ,
51+ { title : "Vike" , href : "/docs/guides/vike" } ,
5252 { title : "Vite" , href : "/docs/guides/vite" } ,
53- { title : "Waku" , href : "/docs/guides/waku" , tag : "new" } ,
54- { title : "Webpack" , href : "/docs/guides/webpack" , tag : "new" } ,
53+ { title : "Waku" , href : "/docs/guides/waku" } ,
54+ { title : "Webpack" , href : "/docs/guides/webpack" } ,
5555 ] ,
5656 } ,
5757 {
5858 title : "customize" ,
5959 items : [
60- { title : "Colors" , href : "/docs/customize/colors" , tag : "new" } ,
61- { title : "Config" , href : "/docs/customize/config" , tag : "new" } ,
62- { title : "Custom Components" , href : "/docs/customize/custom-components" , tag : "new" } ,
60+ { title : "Colors" , href : "/docs/customize/colors" } ,
61+ { title : "Config" , href : "/docs/customize/config" } ,
62+ { title : "Custom Components" , href : "/docs/customize/custom-components" } ,
6363 { title : "Dark Mode" , href : "/docs/customize/dark-mode" } ,
64- { title : "Prefix" , href : "/docs/customize/prefix" , tag : "new" } ,
64+ { title : "Prefix" , href : "/docs/customize/prefix" } ,
6565 { title : "Theme" , href : "/docs/customize/theme" , tag : "updated" } ,
6666 ] ,
6767 } ,
0 commit comments