refactor: docubook@latest template nextjs-docker
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { ArrowUpRight } from "lucide-react";
|
||||
import GitHubButton from "@/components/Github";
|
||||
import Anchor from "@/components/anchor";
|
||||
import docuConfig from "@/docu.json";
|
||||
|
||||
@@ -36,6 +37,7 @@ export function DocsNavbar() {
|
||||
</Anchor>
|
||||
);
|
||||
})}
|
||||
<GitHubButton />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user