Skip to content

Commit 829ba49

Browse files
Fixed the top menu with the correct links
1 parent 60b0a54 commit 829ba49

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
<ul>
1919
<li><a href="#introduction">Introduction</a></li>
2020
<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>
2622
<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>
2727
<li><a href="#links">Links</a></li>
28+
<li><a href="#thanks">Thanks To</a></li>
2829
</ul>
2930
</div>
3031
<div id="heading">
@@ -75,7 +76,7 @@ <h2>Basic Example</h2>
7576
</body></xmp></code></pre>
7677

7778
<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>.
7980
</p>
8081

8182
</div>
@@ -402,7 +403,7 @@ <h1 id="customizations">Customizations</h1>
402403
personalized CSS styles or create brand new templates.
403404
</p>
404405

405-
<h1>Custom CSS</h1>
406+
<h1 id="curstomization-css">Custom CSS</h1>
406407

407408
<p>
408409
By default the directive is shown as a simple link. To improve its visual style
@@ -520,7 +521,7 @@ <h1>Custom CSS</h1>
520521
</p>
521522

522523

523-
<h1>Custom Template</h1>
524+
<h1 id="customization-template">Custom Template</h1>
524525

525526
<p>
526527
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>
698699

699700
<section>
700701
<div class="content">
701-
<h1 id="profile">Logged in or logged out?</h1>
702+
<h1 id="logged">Logged in or logged out?</h1>
702703

703704
<p>
704705
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>
767768

768769
</div>
769770
</section>
770-
771-
772771
</body>
773772
</html>

0 commit comments

Comments
 (0)