Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 2d7bdb9

Browse files
committed
Fixed low lying fruit typo bugs in docs
Signed-off-by: Pete LePage <[email protected]>
1 parent 4a8dda7 commit 2d7bdb9

File tree

7 files changed

+1617
-1604
lines changed

7 files changed

+1617
-1604
lines changed

Docs/Instructions.md

Lines changed: 44 additions & 39 deletions
Large diffs are not rendered by default.

Docs/build-docs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
perl ../tools/Markdown.pl --html4tags Instructions.md > temp.html
2-
cat doc_top.shtml temp.html doc_bottom.shtml > index.html
2+
cat doc_top.shtml temp.html doc_bottom.shtml > ../index.html
33
rm temp.html
44

55
perl ../tools/Markdown.pl --html4tags errata.md > temp.html
6-
cat doc_top.shtml temp.html doc_bottom.shtml > errata.html
6+
cat doc_top.shtml temp.html doc_bottom.shtml > ../errata.html
77
rm temp.html

Docs/doc_bottom.shtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<!-- Le javascript
1313
================================================== -->
1414
<!-- Placed at the end of the document so the pages load faster -->
15-
<script src="../finalproject/js/libs/jquery-1.7.1.min.js"></script>
16-
<script src="../finalproject/js/libs/bootstrap.js"></script>
17-
<script type="text/javascript" src="prettify.js"></script>
15+
<script src="finalproject/js/libs/jquery-1.7.1.min.js"></script>
16+
<script src="finalproject/js/libs/bootstrap.js"></script>
17+
<script type="text/javascript" src="docs/prettify.js"></script>
1818

1919
<script type="text/javascript">
2020
$("pre").addClass("prettyprint");

Docs/doc_top.shtml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="Pete LePage [email protected]">
99

1010
<!-- Le styles -->
11-
<link href="prettify.css" type="text/css" rel="stylesheet" />
12-
<link href="../finalproject/css/bootstrap.css" rel="stylesheet" />
11+
<link href="docs/prettify.css" type="text/css" rel="stylesheet" />
12+
<link href="finalproject/css/bootstrap.css" rel="stylesheet" />
1313

1414
<style type="text/css">
1515
body {
@@ -25,7 +25,7 @@
2525
<body>
2626

2727

28-
<a href="https://github.com/petele/WebApp-CodeLab"><img style="z-index: 2000; position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
28+
<a href="https://github.com/petele/WebApp-CodeLab"><img style="z-index: 2000; position: fixed; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
2929

3030
<div class="navbar navbar-fixed-top">
3131
<div class="navbar-inner">
@@ -39,9 +39,8 @@
3939
<div class="nav-collapse">
4040
<ul class="nav">
4141
<li><a href="index.html">Instructions</a></li>
42-
<li><a href="errata.html">Errata</a></li>
43-
<li><a href="../slides/index.html">Slides</a></li>
44-
<li><a href="../finalproject/">Completed App</a></li>
42+
<li><a href="slides/index.html">Slides</a></li>
43+
<li><a href="finalproject/">Completed App</a></li>
4544
<li><a href="https://github.com/petele/WebApp-CodeLab">Github Repo</a></li>
4645
</ul>
4746
</div><!--/.nav-collapse -->
@@ -68,8 +67,12 @@
6867
<li><a href="#">Exercise 10</a></li>
6968
<li><a href="#">Exercise 11</a></li>
7069
<li><a href="#">Exercise 12</a></li>
71-
<li class="nav-header">Errata &amp; Updates</li>
72-
<li><a href="#">Coming Soon</a></li>
70+
<li class="nav-header">Library Documentation</li>
71+
<li><a href="http://html5boilerplate.com/">HTML5 Boiler Plate</a></li>
72+
<li><a href="http://emberjs.com/">Ember.js</a></li>
73+
<li><a href="http://momentjs.com/">Moment.js</a></li>
74+
<li><a href="http://twitter.github.com/bootstrap/">Bootstrap CSS Framework</a></li>
75+
<li><a href="http://westcoastlogic.com/lawnchair/">LawnChair.js</a></li>
7376
</ul>
7477
</div><!--/.well -->
7578
</div><!--/span-->

0 commit comments

Comments
 (0)