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 60a5cac commit a67b4dfCopy full SHA for a67b4df
Rakefile
@@ -50,7 +50,7 @@ task :validate_links => [:build] do
50
sh('bundle exec htmlproofer _site --assume-extension --disable-external --empty-alt-ignore --allow-hash-href --url-swap "^/docs/:/"')
51
end
52
53
-task :validate_sidebar_tree do # => [:build] do
+task :validate_sidebar_tree => [:build] do
54
# There are lots of things which this could validate, however we assume that
55
# most changes will be eyeballed by a human. We therefore just check the most
56
# nuanced case -- that the url must be an exact match for its target page.
0 commit comments