Skip to content

Commit a33ec5c

Browse files
committed
update docs
1 parent 13084e9 commit a33ec5c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const mySidebar: ThemeSidebarMulti = {
110110
{ text: 'Skills', link: 'skills' },
111111
{ text: 'MCP', link: 'mcp' },
112112
{ text: 'Prompt', link: 'prompt' },
113+
{ text: 'Nothing', link: 'nothing' },
113114
]
114115
},
115116
]

docs/.vuepress/theme.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,9 @@ export const myTheme: Theme = plumeTheme({
7777
llmstxt: {
7878
locale: 'all'
7979
},
80+
encrypt: {
81+
rules: {
82+
'/ai/nothing.html': '123456',
83+
},
84+
},
8085
})

docs/ai/nothing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: nothing
3+
---

0 commit comments

Comments
 (0)