'Configuration overview' section was moved to overview.md file
This commit is contained in:
4
bin/docs
4
bin/docs
@@ -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("-", " ")
|
||||||
|
|||||||
Reference in New Issue
Block a user