diff options
author | Scott Main <smain@google.com> | 2013-01-15 15:12:13 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-12-10 15:53:37 -0800 |
commit | df75bdcc5546112958a6a5834c1a7e060f88bc68 (patch) | |
tree | d86674766d8dcf5d86f299f9b15844f73a95ce5b /docs/html/guide/guide_toc.cs | |
parent | 7618a960ab96c282b9905c038a96e2137011ba44 (diff) |
rewrite intent guide and add doc with intents supported by platform apps
Change-Id: Ida7ccbc693e7635198fd368b9560b7843266c7cc
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> |