rename: kb → notebook,更新所有文档引用和 Caddy 挂载路径

This commit is contained in:
2026-06-04 12:16:44 +08:00
parent 0a88970c90
commit 106049be04
4 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# CLAUDE.md — kb 维护说明
# CLAUDE.md — notebook 维护说明
## ⚠️ 最重要:敏感信息
kb 内容会被部署到公网,**禁止包含任何敏感信息**,包括但不限于:
知识库内容会被部署到公网,**禁止包含任何敏感信息**,包括但不限于:
- 公网 IP 地址
- 密码、API Key、Token
- 加密密钥(私钥、公钥、UUID、ShortID 等)
@@ -36,6 +36,6 @@ kb 内容会被部署到公网,**禁止包含任何敏感信息**,包括但
## 每次编辑后
```bash
cd ~/kb && mkdocs build # 重新构建 site/
cd ~/notebook && mkdocs build # 重新构建 site/
git add -A && git commit -m "描述改动"
```