summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-23 23:36:52 -0700
committerPete Higgins <pete@peterhiggins.org>2020-04-27 11:42:16 -0700
commit348f373280a4672380636b82c1ec5cdb5007cb0a (patch)
treef5127c4dc628ec8ea771ad4ea173fb039f70364f
parent961dde73960d97c60b1720cb88c8ecf759ff443d (diff)
downloadchef-348f373280a4672380636b82c1ec5cdb5007cb0a.tar.gz
Start the weight at 70 to match the docs site
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xtasks/docs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index dc5c747857..157c2a4655 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -283,8 +283,8 @@ namespace :docs_site do
# sort the hash so we can generate the menu weights later
resources = Hash[resources.sort]
- # weight is used to build the menu order. We start at 10 and increment by 10 each time
- @weight = 10
+ # weight is used to build the menu order. We start at 70 and increment by 10 each time
+ @weight = 70
resources.each do |resource, data|
# skip some resources we don't directly document