Skip to content

Commit 8f1ea92

Browse files
guide to docs (#11)
1 parent 4c96357 commit 8f1ea92

File tree

2 files changed

+1
-102
lines changed

2 files changed

+1
-102
lines changed

app/[lang]/guide/[group]/[slug]/page.tsx renamed to app/[lang]/docs/[group]/[slug]/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// app/[lang]/guide/[group]/[slug]/page.tsx
22
import { getAllDocuments, getDocumentBySlug } from "@/lib/mdx";
33
import { Metadata } from "next";
4-
import GuidePage from "./guide-page";
4+
import GuidePage from "@/components/docs/guide-page";
55

66
interface GuidePageProps {
77
params: {

app/[lang]/guide/[group]/[slug]/guide-page.tsx

-101
This file was deleted.

0 commit comments

Comments
 (0)