Skip to content

Commit 741a750

Browse files
WxAtwooclaude
authored andcommitted
docs: fix mkdocs build errors
- Add EMAIL_SEARCH_PERFORMANCE.md to nav configuration - Fix broken reference to ../README.md by using GitHub repo link instead This resolves the mkdocs build failure in strict mode where undocumented files and relative links outside the docs directory are not allowed. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent a2a20cd commit 741a750

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/EMAIL_SEARCH_PERFORMANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ A: Technically yes, but it's not recommended for mailboxes > 50,000 emails. Use:
203203
## See Also
204204

205205
- [IMAP RFC 3501](https://tools.ietf.org/html/rfc3501) - IMAP Protocol Specification
206-
- [mcp-email-server Configuration Guide](../README.md)
206+
- [mcp-email-server Repository](https://github.com/ai-zerolab/mcp-email-server) - Main project

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ copyright: Maintained by <a href="https://ai-zerolab.com">ai-zerolab</a>.
99

1010
nav:
1111
- Home: index.md
12+
- Email Search Performance: EMAIL_SEARCH_PERFORMANCE.md
1213
- Modules: modules.md
1314
plugins:
1415
- search

0 commit comments

Comments
 (0)