Skip to content

Commit 1fc5b4b

Browse files
committed
feat: Add docusaurus-plugin-llms and plugin-image-zoom, and fix build
1 parent 48e3c00 commit 1fc5b4b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docusaurus.config.mjs

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,29 @@ export default {
3131
markdown: { mermaid: true },
3232

3333
plugins: [
34+
'plugin-image-zoom',
35+
[
36+
'docusaurus-plugin-llms',
37+
{
38+
// Include core developer documentation
39+
include: [
40+
'docs/develop/**',
41+
'docs/api/**',
42+
'docs/learn/technology/**'
43+
],
44+
// Exclude non-essential content
45+
exclude: [
46+
'docs/learn/ecosystem/**',
47+
'docs/desktop/**'
48+
],
49+
// Prioritize essential developer content
50+
priority: {
51+
'docs/develop/getting-started': 'high',
52+
'docs/api/': 'high',
53+
'docs/learn/technology/**': 'medium'
54+
}
55+
}
56+
],
3457
[
3558
'@docusaurus/plugin-client-redirects',
3659
{

0 commit comments

Comments
 (0)