Documentation
¶
Overview ¶
Package docssearch serves search over the published docs/ tree.
index.gen.go (the postings table searched below) is a generated build artifact, not checked into git — run `go generate` here, or `make docs-index` / `task docs-index`, to produce it locally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
ID int
Path string
Href string
Title string
Description string
Section string
Tags []string
}
Document is the metadata returned for a searchable documentation page.
Click to show internal directories.
Click to hide internal directories.