Skip to content

Commit 90e2b38

Browse files
committed
Updates
1 parent cd65b99 commit 90e2b38

File tree

28 files changed

+45
-45
lines changed

28 files changed

+45
-45
lines changed
File renamed without changes.

contribute/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

deployment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

developing/01_Adding_a_Route/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
@@ -60,7 +60,7 @@
6060
<span class="token punctuation">}</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
6161
</code></pre>
6262
<p>Now that we&apos;ve imported our new Angular module and added it to the dependency list of our root Angular module, we should be able to navigate to <code>http://localhost:3000/foo</code> and see our new route:</p>
63-
<p><img src="../assets/foo-route.jpg" alt="Foo route screenshot"></p>
63+
<p><img src="/assets/foo-route.jpg" alt="Foo route screenshot"></p>
6464
<p>It&apos;s not a very impressive page right now, but it works.</p>
6565
<p>Now, our user&apos;s aren&apos;t going to know to go to the <code>/foo</code> route. Let&apos;s add a navbar entry for it.</p>
6666
<p><code>client/components/navbar/navbar.component.js</code></p>
@@ -92,7 +92,7 @@
9292
<span class="token punctuation">.</span>name<span class="token punctuation">;</span>
9393
</code></pre>
9494
<p>Easy enough. Now we should see our entry for &apos;Foo&apos; in our navbar. It should also be highlighted if you&apos;re still on the &apos;/foo&apos; route.</p>
95-
<p><img src="../assets/foo-route-navbar.jpg" alt="Foo route screenshot"></p>
95+
<p><img src="/assets/foo-route-navbar.jpg" alt="Foo route screenshot"></p>
9696
<p>You can read about all the other subgenerators that are available in the <a href="../Generators">Generators</a> section of the docs.</p>
9797
</div><hr style="display:none;"><h3 style="display:none;">Contributors</h3><noscript></noscript></section></div><div class="footer"><div class="container footer__inner"><section class="footer__left"><a href="/get-started" class="footer__link">Get Started</a><a href="https://github.com/angular-fullstack" target="_blank" class="footer__link">Organization</a><a href="https://github.com/angular-fullstack/generator-angular-fullstack/blob/master/contributing.md" target="_blank" class="footer__link">Contribute</a></section><section class="footer__middle"><a href="/" class="footer__icon"><img src="/44c8aeaa24cb28d0a5c6a45de449fd7d.svg"></a></section><section class="footer__right"><a href="https://gitter.im/angular-fullstack/generator-angular-fullstack" target="_blank" class="footer__link">Support</a><a href="https://github.com/angular-fullstack/generator-angular-fullstack/releases" target="_blank" class="footer__link">Changelog</a></section></div></div><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-46921629-2', 'auto');ga('send', 'pageview');</script></div>
9898

developing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

examples/Heroku_Deployment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

examples/IIS/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

generators/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

generators/component/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
1313

14-
<link href="/2d4d85c9529717b61f8c.css" rel="stylesheet">
14+
<link href="/8b8fb8c7e8ce3f339954.css" rel="stylesheet">
1515

1616

1717
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>

0 commit comments

Comments
 (0)