Skip to content

Commit 8e5c193

Browse files
committed
Add llms.txt to the docs
1 parent 48d4833 commit 8e5c193

3 files changed

Lines changed: 3379 additions & 2782 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
import { defineConfig } from 'vitepress';
2+
import llmstxt from 'vitepress-plugin-llms';
23

34
// https://vitepress.dev/reference/site-config
45
export default defineConfig({
56
title: 'SQLocal',
67
description:
78
'SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.',
89
cleanUrls: true,
10+
vite: {
11+
// @ts-expect-error https://github.com/okineadev/vitepress-plugin-llms/issues/75
12+
plugins: [llmstxt()],
13+
},
914
head: [
1015
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }],
1116
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],

0 commit comments

Comments
 (0)