Skip to content

Commit e2ff67b

Browse files
authored
Merge pull request #75 from rubixvi/development
Development
2 parents 3adb1f8 + 7e85edb commit e2ff67b

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

components/ui/tabs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function TabsTrigger({
4242
<TabsPrimitive.Trigger
4343
data-slot="tabs-trigger"
4444
className={cn(
45-
"data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
45+
"text-xs cursor-pointer data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-4 py-2 font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
4646
className
4747
)}
4848
{...props}

contents/docs/introduction/index.mdx contents/docs/basic-setup/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ insights into how to structure and present your content effectively.
2121
subtitle="Instructions"
2222
title="Installation"
2323
description="Get started with Documents using our quick start installation guide to get your project started."
24-
href="/docs/introduction/installation"
24+
href="/docs/basic-setup/installation"
2525
/>
2626
<Card
2727
subtitle="Setup"
2828
title="Site Settings"
2929
description="Setting up your Documents projects layout, links and search engine optimisation."
30-
href="/docs/introduction/setup"
30+
href="/docs/basic-setup/setup"
3131
/>
3232
<Card
3333
subtitle="Support"
@@ -75,7 +75,7 @@ any order, selecting the sections most relevant to your use case.
7575
On the right side of the screen, a table of contents provides easy navigation between sections of each page. For quick access to specific content, you can
7676
use the search bar at the top or the search shortcut (`Ctrl+K` or `Cmd+K`).
7777

78-
Head over to the [Installation Guide](/docs/introduction/installation).
78+
Head over to the [Installation Guide](/docs/basic-setup/installation).
7979

8080
## Join our Community
8181

contents/docs/markdown/cards/index.mdx

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ This section introduces the different card styles available in the system, from
1010
<CardGrid>
1111
<Card
1212
title="Instructions"
13-
href="/docs/introduction/installation"
13+
href="/docs/basic-setup/installation"
1414
icon="alignJustify"
1515
variant="small"
1616
description="test description"
1717
/>
1818
<Card
1919
title="Setup"
20-
href="/docs/introduction/setup"
20+
href="/docs/basic-setup/setup"
2121
icon="alignJustify"
2222
variant="small"
2323
/>
@@ -34,14 +34,14 @@ This section introduces the different card styles available in the system, from
3434
<CardGrid>
3535
<Card
3636
title="Instructions"
37-
href="/docs/introduction/installation"
37+
href="/docs/basic-setup/installation"
3838
icon="alignJustify"
3939
variant="small"
4040
description="test description"
4141
/>
4242
<Card
4343
title="Setup"
44-
href="/docs/introduction/setup"
44+
href="/docs/basic-setup/setup"
4545
icon="alignJustify"
4646
variant="small"
4747
/>
@@ -62,13 +62,13 @@ This section introduces the different card styles available in the system, from
6262
subtitle="Instructions"
6363
title="Installation"
6464
description="Get started with Documents using our quick start installation guide to get your project started."
65-
href="/docs/introduction/installation"
65+
href="/docs/basic-setup/installation"
6666
/>
6767
<Card
6868
subtitle="Setup"
6969
title="Site Settings"
7070
description="Setting up your Documents projects layout, links and search engine optimisation."
71-
href="/docs/introduction/setup"
71+
href="/docs/basic-setup/setup"
7272
/>
7373
<Card
7474
subtitle="Support"
@@ -85,13 +85,13 @@ This section introduces the different card styles available in the system, from
8585
subtitle="Instructions"
8686
title="Installation"
8787
description="Get started with Documents using our quick start installation guide to get your project started."
88-
href="/docs/introduction/installation"
88+
href="/docs/basic-setup/installation"
8989
/>
9090
<Card
9191
subtitle="Setup"
9292
title="Site Settings"
9393
description="Setting up your Documents projects layout, links and search engine optimisation."
94-
href="/docs/introduction/setup"
94+
href="/docs/basic-setup/setup"
9595
/>
9696
<Card
9797
subtitle="Support"
@@ -108,13 +108,13 @@ This section introduces the different card styles available in the system, from
108108
<CardGrid>
109109
<Card
110110
title="Instructions"
111-
href="/docs/introduction/installation"
111+
href="/docs/basic-setup/installation"
112112
image="/images/og-image.png"
113113
variant="image"
114114
/>
115115
<Card
116116
title="Setup"
117-
href="/docs/introduction/setup"
117+
href="/docs/basic-setup/setup"
118118
image="/images/og-image.png"
119119
variant="image"
120120
/>

dist/scripts/settings/documents.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const Documents = [
22
{
33
heading: "Introduction",
44
title: "Basic Setup",
5-
href: "/introduction",
5+
href: "/basic-setup",
66
items: [
77
{
88
title: "Installation",

public/search-data/documents.json

+6-6
Large diffs are not rendered by default.

settings/documents.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Documents: Paths[] = [
44
{
55
heading: "Introduction",
66
title: "Basic Setup",
7-
href: "/introduction",
7+
href: "/basic-setup",
88
items: [
99
{
1010
title: "Installation",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"allowJs": true,
66
"skipLibCheck": true,
77
"strict": true,
8-
"noEmit": true,
8+
"noEmit": false,
99
"esModuleInterop": true,
1010
"module": "ESNext",
1111
"moduleResolution": "node",

0 commit comments

Comments
 (0)