We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13084e9 commit a33ec5cCopy full SHA for a33ec5c
3 files changed
docs/.vuepress/sidebar.ts
@@ -110,6 +110,7 @@ export const mySidebar: ThemeSidebarMulti = {
110
{ text: 'Skills', link: 'skills' },
111
{ text: 'MCP', link: 'mcp' },
112
{ text: 'Prompt', link: 'prompt' },
113
+ { text: 'Nothing', link: 'nothing' },
114
]
115
},
116
docs/.vuepress/theme.ts
@@ -77,4 +77,9 @@ export const myTheme: Theme = plumeTheme({
77
llmstxt: {
78
locale: 'all'
79
80
+ encrypt: {
81
+ rules: {
82
+ '/ai/nothing.html': '123456',
83
+ },
84
85
})
docs/ai/nothing.md
@@ -0,0 +1,3 @@
1
+---
2
+title: nothing
3
0 commit comments