@@ -15,10 +15,10 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
15
15
items : [
16
16
{ title : "Introduction" , href : "/docs/getting-started/introduction" } ,
17
17
{ 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" } ,
19
19
{ title : "CLI" , href : "/docs/getting-started/cli" , tag : "updated" } ,
20
20
{ 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" } ,
22
22
{ title : "Server Components" , href : "/docs/getting-started/server-components" } ,
23
23
{ title : "License" , href : "/docs/getting-started/license" } ,
24
24
{ title : "Changelog" , href : "https://github.com/themesberg/flowbite-react/releases" } ,
@@ -30,38 +30,38 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
30
30
items : [
31
31
{ title : "AdonisJS" , href : "/docs/guides/adonisjs" } ,
32
32
{ 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" } ,
37
37
{ title : "Gatsby" , href : "/docs/guides/gatsby" } ,
38
38
{ 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" } ,
41
41
{ title : "Next.js" , href : "/docs/guides/nextjs" } ,
42
42
{ 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" } ,
45
45
{ title : "RedwoodJS" , href : "/docs/guides/redwoodjs" } ,
46
46
{ 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" } ,
52
52
{ 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" } ,
55
55
] ,
56
56
} ,
57
57
{
58
58
title : "customize" ,
59
59
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" } ,
63
63
{ title : "Dark Mode" , href : "/docs/customize/dark-mode" } ,
64
- { title : "Prefix" , href : "/docs/customize/prefix" , tag : "new" } ,
64
+ { title : "Prefix" , href : "/docs/customize/prefix" } ,
65
65
{ title : "Theme" , href : "/docs/customize/theme" , tag : "updated" } ,
66
66
] ,
67
67
} ,
0 commit comments