'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,7 +118,11 @@ class DocWriter
end
def linkify(text)
text.downcase.gsub(" ", "-")
if text == "Configuration overview"
"overview"
else
text.downcase.gsub(" ", "-")
end
end
def titlify(text)