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

Commit 9f334de

Browse files
authored
Update base URL for Kuzu documentation (#650)
1 parent ea7e824 commit 9f334de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const cypherGrammar = JSON.parse(
99
fs.readFileSync(path.resolve('./src/styles/cypher.tmLanguage.json'), 'utf8')
1010
)
1111

12-
const site = "https://docs.kuzudb.com";
12+
const site = "https://kuzudb.github.io/docs";
1313

1414
process.env.ASTRO_TELEMETRY_DISABLED = '1';
1515

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)