diff options
author | Scott Main <smain@google.com> | 2009-08-29 13:17:53 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-29 13:25:19 -0700 |
commit | 689d16be5e091545371ef5f5ff4ed25649520bc3 (patch) | |
tree | a29c765c692320cf414d0bf607b8dd8b2429fbb3 /docs/html/guide/guide_toc.cs | |
parent | e1df82248a68282a4d556ce61db09949fc186827 (diff) |
add searchable dictionary to html docs and dev guide nav
and add screenshots.
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 459ad37f79b6..ef1a1ea51caa 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -399,6 +399,9 @@ <li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html"> <span class="en">Note Pad</span> </a></li> + <li><a href="<?cs var:toroot ?>guide/samples/SearchableDictionary/index.html"> + <span class="en">Searchable Dictionary</span> + </a></li> <li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html"> <span class="en">Snake</span> </a></li> |