We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7baa728 commit 50c7997Copy full SHA for 50c7997
app/docs/layout.tsx
@@ -1,7 +1,6 @@
1
import { DocsLayout } from 'fumadocs-ui/layouts/docs';
2
import { baseOptions } from '@/lib/layout.shared';
3
import { PageTree } from 'fumadocs-core/server';
4
-import { source } from '@/lib/source';
5
6
const tree: PageTree.Root = {
7
name: 'docs',
app/sitemap.ts
@@ -12,6 +12,7 @@ const getFullUrl = (url: string) => {
12
return baseUrl + url;
13
}
14
15
+// eslint-disable-next-line @typescript-eslint/no-explicit-any
16
function getAllPagesUrls(tree: any): string[] {
17
let urls: string[] = [];
18
0 commit comments