|
18 | 18 | <ul>
|
19 | 19 | <li><a href="#introduction">Introduction</a></li>
|
20 | 20 | <li><a href="#getting-started">Getting Started</a></li>
|
21 |
| - <li><a href="#tutorial">Tutorial</a></li> |
22 |
| - <li><a href="#services">Services</a></li> |
23 |
| - <li><a href="#requests">Requests</a></li> |
24 |
| - <li><a href="#realtime">Realtime Services</a></li> |
25 |
| - <li><a href="#user">Signed in User</a></li> |
| 21 | + <li><a href="#howto">How To</a></li> |
26 | 22 | <li><a href="#configurations">Configurations</a></li>
|
| 23 | + <li><a href="#customizations">Customizations</a></li> |
| 24 | + <li><a href="#events">Events</a></li> |
| 25 | + <li><a href="#logged">OAuth status</a></li> |
| 26 | + <li><a href="#profile">Profile resource</a></li> |
27 | 27 | <li><a href="#links">Links</a></li>
|
| 28 | + <li><a href="#thanks">Thanks To</a></li> |
28 | 29 | </ul>
|
29 | 30 | </div>
|
30 | 31 | <div id="heading">
|
@@ -75,7 +76,7 @@ <h2>Basic Example</h2>
|
75 | 76 | </body></xmp></code></pre>
|
76 | 77 |
|
77 | 78 | <p>
|
78 |
| - To fully understand how it works read the next <a href="#howto">section</a>. |
| 79 | + To fully understand how it works read the <a href="#howto">next section</a>. |
79 | 80 | </p>
|
80 | 81 |
|
81 | 82 | </div>
|
@@ -402,7 +403,7 @@ <h1 id="customizations">Customizations</h1>
|
402 | 403 | personalized CSS styles or create brand new templates.
|
403 | 404 | </p>
|
404 | 405 |
|
405 |
| - <h1>Custom CSS</h1> |
| 406 | + <h1 id="curstomization-css">Custom CSS</h1> |
406 | 407 |
|
407 | 408 | <p>
|
408 | 409 | By default the directive is shown as a simple link. To improve its visual style
|
@@ -520,7 +521,7 @@ <h1>Custom CSS</h1>
|
520 | 521 | </p>
|
521 | 522 |
|
522 | 523 |
|
523 |
| - <h1>Custom Template</h1> |
| 524 | + <h1 id="customization-template">Custom Template</h1> |
524 | 525 |
|
525 | 526 | <p>
|
526 | 527 | When the custom template does not satisfy your needs (e.g. you want to show the user email
|
@@ -698,7 +699,7 @@ <h1 id="events">Events</h1>
|
698 | 699 |
|
699 | 700 | <section>
|
700 | 701 | <div class="content">
|
701 |
| - <h1 id="profile">Logged in or logged out?</h1> |
| 702 | + <h1 id="logged">Logged in or logged out?</h1> |
702 | 703 |
|
703 | 704 | <p>
|
704 | 705 | Inject the <code>AccessToken.get()</code> service to understand if the user is logged in or out.
|
@@ -767,7 +768,5 @@ <h1 id="thanks">Thanks</h1>
|
767 | 768 |
|
768 | 769 | </div>
|
769 | 770 | </section>
|
770 |
| - |
771 |
| - |
772 | 771 | </body>
|
773 | 772 | </html>
|
0 commit comments