diff options
| author | 2011-12-15 19:55:25 -0800 | |
|---|---|---|
| committer | 2011-12-15 19:55:25 -0800 | |
| commit | d9bc2d21c55e58f83e4209749cc51f0da9869b54 (patch) | |
| tree | 4a13a356ae4cbab9e6a76967c51cd26b63189694 | |
| parent | 5dac1976198e5fa553749cd145c7484f3ff45c6b (diff) | |
| parent | 2956f2fd2ce7eba5abac30fa1c0a2c514edcc787 (diff) | |
Merge "docs: add remembering users class to nav" into ics-mr0
| -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"> |