+
+ Learn{" "}
+
+ Java
+ {" "}
+ programming very fast and easily with{" "}
+
+ Javaistic.
+
+
+
+ You can open{" "}
+
+ /docs/installation
+ {" "}
+ and see the documentation.
+
+
+ );
+}
diff --git a/src/app/docs/[[...slug]]/page.tsx b/src/app/docs/[[...slug]]/page.tsx
index 3cb6d70a..88c433df 100644
--- a/src/app/docs/[[...slug]]/page.tsx
+++ b/src/app/docs/[[...slug]]/page.tsx
@@ -1,13 +1,13 @@
-import { source } from '@/lib/source';
+import { source } from "@/lib/source";
import {
DocsPage,
DocsBody,
DocsDescription,
DocsTitle,
-} from 'fumadocs-ui/page';
-import { notFound } from 'next/navigation';
-import { createRelativeLink } from 'fumadocs-ui/mdx';
-import { getMDXComponents } from '@/mdx-components';
+} from "fumadocs-ui/page";
+import { notFound } from "next/navigation";
+import { createRelativeLink } from "fumadocs-ui/mdx";
+import { getMDXComponents } from "@/mdx-components";
export default async function Page(props: {
params: Promise<{ slug?: string[] }>;
@@ -19,7 +19,14 @@ export default async function Page(props: {
const MDXContent = page.data.body;
return (
-