pub fn list_available_documents() -> Result<Vec<AvailableDocument>, SourceConfigError>Expand description
List every registered document candidate and locally indexed manual page.
ยงErrors
Returns an error when the platform data root or source configuration cannot be read or validated.