浏览代码

Include indexes in docs

Boris Bera 7 年之前
父节点
当前提交
55023390c1
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lib/docs/filters/salt_stack/entries.rb

+ 0 - 4
lib/docs/filters/salt_stack/entries.rb

@@ -19,10 +19,6 @@ module Docs
         type, _ = slug.split('/', 2)
         type
       end
-
-      def include_default_entry?
-        !subpath.end_with?('index.html')
-      end
     end
   end
 end