diff options
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 39f0ffa45c00..e2acc4f330d7 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -325,6 +325,9 @@ <span class="zh-TW">最佳實務</span> </h2> <ul> + <li><a href="<?cs var:toroot ?>guide/practices/screens_support.html"> + <span class="en">Supporting Multiple Screens</span> + </a></li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/practices/ui_guidelines/index.html"> <span class="en">UI Guidelines</span> @@ -344,6 +347,8 @@ </a></li> </ul> </li> + </ul> + <ul> <li><a href="<?cs var:toroot ?>guide/practices/design/performance.html"> <span class="en">Designing for Performance</span> </a></li> |