mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
feat: add comprehensive documentation for v3.2-beta
This commit is contained in:
@@ -30,5 +30,5 @@
|
|||||||
"gh-sponsor"
|
"gh-sponsor"
|
||||||
],
|
],
|
||||||
"root": true,
|
"root": true,
|
||||||
"title": "v3.1-beta"
|
"title": "v3.2-beta"
|
||||||
}
|
}
|
@@ -65,7 +65,7 @@ function Hero() {
|
|||||||
return (
|
return (
|
||||||
<section className="relative z-[2] flex flex-col border-x border-t px-6 pt-12 pb-10 md:px-12 md:pt-16 max-md:text-center">
|
<section className="relative z-[2] flex flex-col border-x border-t px-6 pt-12 pb-10 md:px-12 md:pt-16 max-md:text-center">
|
||||||
<h1 className="mb-8 text-6xl font-bold">
|
<h1 className="mb-8 text-6xl font-bold">
|
||||||
Palmr. <span className="text-[13px] font-light text-muted-foreground/50 font-mono">v3.1-beta</span>
|
Palmr. <span className="text-[13px] font-light text-muted-foreground/50 font-mono">v3.2-beta</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h1 className="hidden text-4xl font-medium max-w-[600px] md:block mb-4">Modern & efficient file sharing</h1>
|
<h1 className="hidden text-4xl font-medium max-w-[600px] md:block mb-4">Modern & efficient file sharing</h1>
|
||||||
<p className="mb-8 text-fd-muted-foreground md:max-w-[80%] md:text-xl">
|
<p className="mb-8 text-fd-muted-foreground md:max-w-[80%] md:text-xl">
|
||||||
|
@@ -9,6 +9,6 @@ export const { GET } = createFromSource(source, (page) => {
|
|||||||
url: page.url,
|
url: page.url,
|
||||||
id: page.url,
|
id: page.url,
|
||||||
structuredData: page.data.structuredData,
|
structuredData: page.data.structuredData,
|
||||||
tag: page.url.startsWith("/docs/3.1-beta") ? "v3.1-beta" : "v2.0.0-beta",
|
tag: page.url.startsWith("/docs/3.1-beta") ? "v3.2-beta" : "v2.0.0-beta",
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
export const LATEST_VERSION_PATH = "/docs/3.1-beta";
|
export const LATEST_VERSION_PATH = "/docs/3.2-beta";
|
||||||
export const LATEST_VERSION = "v3.1-beta";
|
export const LATEST_VERSION = "v3.2-beta";
|
||||||
|
Reference in New Issue
Block a user