Skip to content

Commit c72529c

Browse files
committed
fix: resolve docs-site CI build failure — add ESM type, fix dead links, ignore localhost URLs
1 parent 74a33e2 commit c72529c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs-site/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
title: 'OpenDocuments',
55
description: 'Open source self-hosted RAG tool for AI document search — connect GitHub, Notion, Google Drive, and more. Ask questions in natural language with source citations.',
66
lang: 'en-US',
7+
ignoreDeadLinks: [/localhost/],
78

89
head: [
910
['meta', { name: 'keywords', content: 'rag tool, ai document search, self-hosted knowledge base, open source rag, retrieval augmented generation, llm document search, ollama rag, vector search, ai knowledge management, document qa, enterprise search, mcp server' }],

docs-site/guide/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ SQLite for metadata/FTS + LanceDB for vectors. Designed for single-machine deplo
4848

4949
## Contributing
5050

51-
See [CONTRIBUTING.md](../CONTRIBUTING.md) for development setup and guidelines.
52-
See [Plugin System](../plugins/index.md) for plugin development.
51+
See [CONTRIBUTING.md](https://github.com/joungminsung/OpenDocuments/blob/main/CONTRIBUTING.md) for development setup and guidelines.
52+
See [Plugin System](/plugins/) for plugin development.

docs-site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@opendocuments/docs",
33
"private": true,
4+
"type": "module",
45
"scripts": {
56
"dev": "vitepress dev",
67
"build": "vitepress build",

0 commit comments

Comments
 (0)