Transform your non-existent or unreadable docs into an intelligent, searchable knowledge base that actually answers those 'basic questions' before they're asked.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Analyze and enhance existing documentation with content analysis and metadata. Parameters: projectPath (string)
Initialize documentation structure with enhanced content analysis and metadata generation. Parameters: projectPath (string)
Basic initialization of documentation structure. Parameters: projectPath (string)
Read a documentation file (required before updating). Parameters: projectPath (string), docFile (string)
Update documentation using diff-based changes. Parameters: projectPath (string), docFile (string), searchContent (string), replaceContent (string), continueToNext (boolean)
Get current content of a documentation file. Parameters: projectPath (string), docFile (string)
Get project structure and documentation status. Parameters: projectPath (string)
Search across documentation files with highlighted results. Parameters: projectPath (string), query (string)
Update documentation metadata. Parameters: projectPath (string), docFile (string), metadata (object)
Find related documentation based on metadata and content links. Parameters: projectPath (string), docFile (string)
Create or update documentation templates. Parameters: templateName (string), content (string), metadata (object)