Documentation
¶
Overview ¶
Package docssearch serves search over the published docs/ tree.
docs and postings (the tables searched below) are declared in index.gen.go, which is generated from docs/ and committed — this package cannot compile without it, and a bare checkout has to build. After editing anything under docs/, regenerate with `make docs-index` (or `task docs-index`, or `go generate` here) and commit the result; CI fails on a stale index.
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.