package main
import (
md "github.com/JohannesKaufmann/html-to-markdown"
)
// Directive represents a configuration directive with its documentation
type Directive struct
// Backend defines the interface for different documentation sources
type Backend interface
// DocPage represents a documentation page to be processed
type DocPage struct