check_documentation_health
Analyze documentation health by evaluating frontmatter, links, and navigation structure. Generate a detailed report highlighting issues and providing a health score for improved maintenance and usability.
Instructions
Check the health of the documentation by analyzing frontmatter, links, and navigation. Returns a report with issues and a health score.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
basePath | No | ||
path | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"basePath": {
"default": "",
"type": "string"
},
"path": {
"type": "string"
}
},
"type": "object"
}