We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e3c00 commit 1fc5b4bCopy full SHA for 1fc5b4b
docusaurus.config.mjs
@@ -31,6 +31,29 @@ export default {
31
markdown: { mermaid: true },
32
33
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
57
[
58
'@docusaurus/plugin-client-redirects',
59
{
0 commit comments