You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance content validation capabilities and improve documentation structure
- Introduced a new validation tool for general content quality, checking for broken links, code syntax, and references.
- Updated the documentation index to improve readability by formatting tutorial and guide links.
- Enhanced the ContentAccuracyValidator to provide detailed confidence metrics and recommendations based on validation results.
- Added helper functions for extracting links and code blocks from markdown files to streamline validation processes.
These changes aim to improve the overall quality and reliability of documentation by ensuring content accuracy and providing actionable feedback during validation.
Copy file name to clipboardExpand all lines: docs/index.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,27 @@ Welcome to the documentation! This comprehensive guide is organized following th
5
5
## 📚 Learning-Oriented: Tutorials
6
6
7
7
Start here if you're new to the project:
8
-
-[Getting Started with documcp](tutorials/getting-started-with-documcp.md)\n- [Setting Up Your Development Environment](tutorials/setting-up-your-development-environment.md)\n- [Writing and Running Tests](tutorials/writing-and-running-tests.md)
8
+
-[Getting Started with documcp](tutorials/getting-started-with-documcp.md)
9
+
-[Setting Up Your Development Environment](tutorials/setting-up-your-development-environment.md)
10
+
-[Writing and Running Tests](tutorials/writing-and-running-tests.md)
9
11
10
12
## 🔧 Task-Oriented: How-To Guides
11
13
12
14
Practical guides for specific tasks:
13
-
-[How to Add a New Feature](how-to/how-to-add-a-new-feature.md)\n- [How to Debug Common Issues](how-to/how-to-debug-common-issues.md)\n- [How to Deploy Your Application](how-to/how-to-deploy-your-application.md)
15
+
-[How to Add a New Feature](how-to/how-to-add-a-new-feature.md)
16
+
-[How to Debug Common Issues](how-to/how-to-debug-common-issues.md)
17
+
-[How to Deploy Your Application](how-to/how-to-deploy-your-application.md)
14
18
15
19
## 📖 Information-Oriented: Reference
16
20
17
21
Detailed technical reference:
18
-
-[API Reference](reference/api-reference.md)\n- [Configuration Options](reference/configuration-options.md)\n- [Command Line Interface](reference/command-line-interface.md)
0 commit comments