Skip to content

Commit 520e385

Browse files
author
Gabriel Monroy
committed
docs(roadmap): make roadmap pages auto-open section on view
1 parent cdf3037 commit 520e385

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

controller/web/static/js/checkURL.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ switch(path) {
3232
case 'customizing_deis':
3333
$('.toctree-l1 > a:contains("Customizing Deis")').attr('state', 'open');
3434
break;
35+
case 'roadmap':
36+
$('.toctree-l1 > a:contains("Roadmap")').attr('state', 'open');
37+
break;
3538
case 'contributing':
3639
$('.toctree-l1 > a:contains("Contributing")').attr('state', 'open');
3740
break;

0 commit comments

Comments
 (0)