diff options
Diffstat (limited to 'docs/html/resources/resources_toc.cs')
-rw-r--r-- | docs/html/resources/resources_toc.cs | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 5297c23..6fe36fa 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -278,7 +278,32 @@ class="new"> new!</span></span> </a> </li> </ul> - </li> + </li> + + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>training/implementing-navigation/index.html"> + <span class="en">Implementing Effective Navigation<span class="new"> new!</span></span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>training/implementing-navigation/lateral.html"> + <span class="en">Implementing Lateral Navigation</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/implementing-navigation/ancestral.html"> + <span class="en">Implementing Ancestral Navigation</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/implementing-navigation/temporal.html"> + <span class="en">Implementing Temporal Navigation</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/implementing-navigation/descendant.html"> + <span class="en">Implementing Descendant Navigation</span> + </a> + </li> + </ul> + </li> + <li class="toggle-list"> <div><a href="<?cs var:toroot ?>training/tv/index.html"> <span class="en">Designing for TV<span class="new"> new!</span></span> |