Skip to main content

Help search

Type into the search bar at the top of any /help page — results across the error catalog and topic corpus appear inline.

Cmd-K palette

Press + K (or Ctrl + K) anywhere in Citadel to open the global palette. It searches namespaces and repos you own or are a member of — click a row to jump.

Symbol search inside a repo

Open a repo and use the symbol search to find a function, type, or constant by name. The backend serves the index built by the KG indexer — exact matches rank above prefix matches, with a 60 RPM per-user limit. Symbol clicks deep-link to RepoBlob at the matching line via #L{n}.

Mention autocomplete

Markdown editors that opt in (issue comments, support replies, README previews) trigger a slug autocomplete on @. The lookup uses the public namespace-search endpoint — it surfaces public names only.

Related