diff options
| author | 2011-12-15 19:59:25 -0800 | |
|---|---|---|
| committer | 2011-12-15 19:59:25 -0800 | |
| commit | 34e46115a5cee1b0e186b450ef2598df999c5cbe (patch) | |
| tree | fa877e2f778a5b383a31aa90646df0e0ac9487d7 | |
| parent | 98e4adf942fe3ade14225875fdb018efe941e99f (diff) | |
| parent | 8f266b9e348ba69d953568624b8d0e2cea07f99d (diff) | |
am 8f266b9e: am d9bc2d21: Merge "docs: add remembering users class to nav" into ics-mr0
* commit '8f266b9e348ba69d953568624b8d0e2cea07f99d':
docs: add remembering users class to nav
| -rw-r--r-- | docs/html/resources/resources_toc.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/html/resources/resources_toc.cs b/docs/html/resources/resources_toc.cs index 067575aa526d..f21e0bef83f9 100644 --- a/docs/html/resources/resources_toc.cs +++ b/docs/html/resources/resources_toc.cs @@ -97,6 +97,25 @@ </ul> </li> + <li class="toggle-list"> + <div><a href="<?cs var:toroot ?>training/id-auth/index.html"> + <span class="en">Remembering Users</span> + </a></div> + <ul> + <li><a href="<?cs var:toroot ?>training/id-auth/identify.html"> + <span class="en">Remembering Your User</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/id-auth/authenticate.html"> + <span class="en">Authenticating to OAuth2 Services</span> + </a> + </li> + <li><a href="<?cs var:toroot ?>training/id-auth/custom_auth.html"> + <span class="en">Creating a Custom Account Type</span> + </a> + </li> + </ul> + </li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>training/sharing/index.html"> |