diff --git a/build-docs.rb b/build-docs.rb index 0ca9b27..1f8dc4b 100755 --- a/build-docs.rb +++ b/build-docs.rb @@ -55,7 +55,7 @@ def titleize(string) title = title.gsub(/(-|_)/, ' ') # Uppercase only first letter of each word, ignore stopwords - stopwords = ['and', 'or', 'to', 'by', 'on', 'with', 'is', 'at', 'of', 'from'] + stopwords = ['and', 'or', 'to', 'by', 'on', 'with', 'is', 'at', 'of', 'from', 'for'] title = title.split.map { |word| if stopwords.include?(word) word