Package-level declarations
Types
Link copied to clipboard
@Serializable
A searchable document entry in the search index.
Link copied to clipboard
A heading within a document, enabling search results to link directly to sections.
Link copied to clipboard
A search index for client-side documentation search. This structure is serialized to JSON and loaded by the browser to provide search functionality without a server.
Link copied to clipboard
object SearchIndexGenerator
Generates a SearchIndex from the subdocument graph of a multi-document project. The generated index is intended to be serialized to JSON and used for client-side search.