@@ -118,8 +118,12 @@ class DocWriter
end
def linkify(text)
if text == "Configuration overview"
"overview"
else
text.downcase.gsub(" ", "-")
def titlify(text)
text.capitalize.gsub("-", " ")
The note is not visible to the blocked user.