Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit ad0777c

Browse files
authored
Update base URL for Kuzu documentation
1 parent 2fca2a2 commit ad0777c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-llms.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const matter = require('gray-matter');
44

55
const docsDir = path.join(__dirname, '../src/content/docs');
66
const outputFile = path.join(__dirname, '../public/llms.txt');
7-
const baseUrl = 'https://docs.kuzudb.com';
7+
const baseUrl = 'https://kuzudb.github.io/docs';
88

99
const header = "# Kuzu Documentation\n\n> Comprehensive documentation for Kuzu, an embedded (in-process), scalable, blazing fast graph database.\n";
1010

0 commit comments

Comments
 (0)