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.
2 parents 921a61c + 9fa2131 commit def4b28Copy full SHA for def4b28
lib/app.rb
@@ -37,6 +37,9 @@ class App < Sinatra::Application
37
38
set :csp, false
39
40
+ require 'docs'
41
+ Docs.generate_manifest
42
+
43
Dir[docs_path, root.join(assets_prefix, '*/')].each do |path|
44
sprockets.append_path(path)
45
end
public/docs/docs.json
0 commit comments