'Configuration overview' section was moved to overview.md file

This commit is contained in:
Dmytro Shteflyuk
2024-09-29 14:00:08 -04:00
parent 91ae1dd7b9
commit ecd842ab9b

View File

@@ -118,8 +118,12 @@ class DocWriter
end end
def linkify(text) def linkify(text)
if text == "Configuration overview"
"overview"
else
text.downcase.gsub(" ", "-") text.downcase.gsub(" ", "-")
end end
end
def titlify(text) def titlify(text)
text.capitalize.gsub("-", " ") text.capitalize.gsub("-", " ")