Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function NotFound() {
return (
<div className="flex min-h-[86.5vh] flex-col items-center justify-center px-2 py-8 text-center">
<h1 className="mb-4 text-4xl font-bold sm:text-7xl">404</h1>
<p className="mb-8 max-w-[600px] text-foreground sm:text-base">
<p className="mb-8 max-w-150 text-foreground sm:text-base">
Comment thread
rubixvi marked this conversation as resolved.
Page not found
</p>
<div className="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Home() {
return (
<section className="flex min-h-[86.5vh] flex-col items-center justify-center px-2 py-8 text-center">
<h1 className="mb-4 text-4xl font-bold sm:text-7xl">Documents</h1>
<p className="mb-8 max-w-[600px] text-foreground sm:text-base">
<p className="mb-8 max-w-150 text-foreground sm:text-base">
Comment thread
rubixvi marked this conversation as resolved.
A simple open-source product documentation platform. That&apos;s simple
to use and easy to customize.
</p>
Expand Down
2 changes: 1 addition & 1 deletion components/markdown/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function Card({
alt={title}
width={400}
height={400}
className="m-0! h-[180px] w-full rounded-none! border-0 object-cover object-center"
className="m-0! h-45 w-full rounded-none! border-0 object-cover object-center"
Comment thread
rubixvi marked this conversation as resolved.
/>
)}
<div
Expand Down
4 changes: 2 additions & 2 deletions components/navigation/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function Search() {
</p>
)
)}
<ScrollArea className="max-h-[350px] w-full overflow-hidden">
<ScrollArea className="max-h-87.5 w-full overflow-hidden">
Comment thread
rubixvi marked this conversation as resolved.
<div className="flex w-full flex-col items-start px-1 pt-1 pb-4 sm:px-3">
{searchedInput
? filteredResults.map((item) => {
Expand All @@ -167,7 +167,7 @@ export default function Search() {
<DialogClose key={item.href} asChild>
<Anchor
className={cn(
"flex w-full max-w-[310px] flex-col gap-0.5 rounded-sm p-3 text-[15px] transition-all duration-300 hover:bg-neutral-100 sm:max-w-[480px] dark:hover:bg-neutral-900"
"flex w-full max-w-77.5 flex-col gap-0.5 rounded-sm p-3 text-[15px] transition-all duration-300 hover:bg-neutral-100 sm:max-w-120 dark:hover:bg-neutral-900"
Comment thread
rubixvi marked this conversation as resolved.
)}
href={`/docs${item.href}`}
>
Expand Down
2 changes: 1 addition & 1 deletion components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { PageMenu } from "@/components/sidebar/pagemenu"
export function Sidebar() {
return (
<aside
className="sticky top-26 hidden h-screen min-w-[230px] flex-1 flex-col overflow-y-auto md:flex"
className="sticky top-26 hidden h-screen min-w-57.5 flex-1 flex-col overflow-y-auto md:flex"
Comment thread
rubixvi marked this conversation as resolved.
aria-label="Page navigation"
>
<ScrollArea>
Expand Down
2 changes: 1 addition & 1 deletion components/toc/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function TableOfContents({ tocs, pathName, frontmatter }: TableProps) {
<>
{Settings.rightbar && (
<aside
className="toc sticky top-26 hidden h-screen min-w-[230px] gap-3 xl:flex xl:flex-col"
className="toc sticky top-26 hidden h-screen min-w-57.5 gap-3 xl:flex xl:flex-col"
Comment thread
rubixvi marked this conversation as resolved.
aria-label="Table of contents"
>
{Settings.toc && <TableAnchor tocs={tocs.tocs} />}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "husky"
},
"dependencies": {
"@next/third-parties": "^16.1.1",
"@next/third-parties": "^16.1.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
Expand All @@ -32,7 +32,7 @@
"gray-matter": "^4.0.3",
"lib": "^5.1.0",
"mermaid": "^11.12.2",
"next": "16.1.1",
"next": "16.1.2",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
Expand All @@ -59,24 +59,24 @@
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@tailwindcss/typography": "^0.5.19",
"@types/hast": "^3.0.4",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"@typescript-eslint/parser": "^8.52.0",
"@typescript-eslint/parser": "^8.53.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-config-next": "^16.1.2",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0"
"typescript-eslint": "^8.53.0"
},
"engines": {
"node": "^22.x"
"node": "^24.x"
},
"packageManager": "pnpm@10.25.0"
"packageManager": "pnpm@10.28.0"
}
Loading
Loading