pub fn get(topic: &str) -> Option<&'static str>
Look up a docs page by topic name.
Returns the markdown content if the topic exists, or None.
None