Skip to content

Commit

Permalink
feat: add github url
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Oct 25, 2024
1 parent 702b9cf commit 827d817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/next/src/app/layout.config.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { DOCUMENT_URL } from "@/lib/const";
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";

/**
Expand All @@ -11,10 +12,11 @@ export const baseOptions: BaseLayoutProps = {
nav: {
title: "LlamaIndex.TS",
},
githubUrl: "https://github.com/run-llama/LlamaIndexTS",
links: [
{
text: "Documentation",
url: "/docs/llamaindex",
url: DOCUMENT_URL,
active: "nested-url",
},
],
Expand Down

0 comments on commit 827d817

Please sign in to comment.