You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="The folowing #{migrated_pages.size} topics out of #{pages.size - number_of_staying_pages} have been migrated and will be redirected soon.\n\n"
43
42
migrated_pages_by_group.eachdo |guide,topics|
44
43
content += "\n## #{guide}\n\n\n"
45
44
topics.sort_by{ |topic| topic[:title]}
@@ -67,7 +66,7 @@ def generate(site)
67
66
68
67
# Add the newly constructed page object to the rest of pages
0 commit comments