Transform your non-existent or unreadable docs into an intelligent, searchable knowledge base that actually answers those 'basic questions' before they're asked.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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)