Skip to content

Commit fe99d4a

Browse files
author
Gabriel Monroy
committed
docs(customizing_deis): create new section for customization
1 parent 4ac0cae commit fe99d4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

web/static/js/checkURL.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ switch(cleanedPath[cleanedPath.length-2]) {
1919
case 'managing_deis':
2020
$('.toctree-l1 > a:contains("Managing Deis")').attr('state', 'open');
2121
break;
22+
case 'customizing_deis':
23+
$('.toctree-l1 > a:contains("Customizing Deis")').attr('state', 'open');
24+
break;
2225
case 'contributing':
2326
$('.toctree-l1 > a:contains("Contributing")').attr('state', 'open');
2427
break;

0 commit comments

Comments
 (0)