diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 8f2795a4ba08..6a2b1ba023cb 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -68,9 +68,16 @@ </a></li> </ul> </li> - <li><a href="<?cs var:toroot ?>guide/components/intents-filters.html"> - <span class="en">Intents and Intent Filters</span> - </a></li> + <li class="nav-section"> + <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/intents-filters.html"> + <span class="en">Intents and Intent Filters</span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>guide/components/intents-common.html"> + <span class="en">Common Intents</span> + </a></li> + </ul> + </li> <li><a href="<?cs var:toroot ?>guide/components/processes-and-threads.html"> <span class="en">Processes and Threads</span> </a> |