We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5925c69 commit 99673efCopy full SHA for 99673ef
elasticsearch-api/utils/thor/generate_source.rb
@@ -88,15 +88,6 @@ def generate_source
88
BuildHashHelper.add_hash(@build_hash)
89
end
90
91
- # Create the hierarchy of directories based on API namespaces
92
- #
93
- def create_directories(key, value)
94
- return if value['documentation']
95
-
96
- empty_directory @output.join(key)
97
- create_directory_hierarchy * value.to_a.first
98
- end
99
100
def docs_helper(name, info)
101
info['type'] = 'String' if info['type'] == 'enum' # Rename 'enums' to 'strings'
102
info['type'] = 'Integer' if info['type'] == 'int' # Rename 'int' to 'Integer'
0 commit comments