Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocChunk ¶
type DocChunk struct {
ID string // e.g., "workflows/session-start"
Topic string // e.g., "workflows"
Heading string // e.g., "Session Start Checklist"
Content string // full text for indexing
Preview string // first ~200 chars for display
}
DocChunk represents a searchable section of documentation.
func ChunkAllDocs ¶
func ChunkAllDocs() []DocChunk
ChunkAllDocs splits all embedded documentation into searchable chunks.
func ChunkMarkdown ¶
ChunkMarkdown splits a markdown document into chunks by headers.
type SearchResult ¶
SearchResult represents a search hit with score.
Click to show internal directories.
Click to hide internal directories.