Skip to content

Commit

Permalink
Fixed low lying fruit typo bugs in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Pete LePage <Pete.LePage@pobox.com>
  • Loading branch information
petele committed Apr 6, 2012
1 parent 4a8dda7 commit 2d7bdb9
Show file tree
Hide file tree
Showing 7 changed files with 1,617 additions and 1,604 deletions.
83 changes: 44 additions & 39 deletions Docs/Instructions.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Docs/build-docs
@@ -1,7 +1,7 @@
perl ../tools/Markdown.pl --html4tags Instructions.md > temp.html
cat doc_top.shtml temp.html doc_bottom.shtml > index.html
cat doc_top.shtml temp.html doc_bottom.shtml > ../index.html
rm temp.html

perl ../tools/Markdown.pl --html4tags errata.md > temp.html
cat doc_top.shtml temp.html doc_bottom.shtml > errata.html
cat doc_top.shtml temp.html doc_bottom.shtml > ../errata.html
rm temp.html
6 changes: 3 additions & 3 deletions Docs/doc_bottom.shtml
Expand Up @@ -12,9 +12,9 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../finalproject/js/libs/jquery-1.7.1.min.js"></script>
<script src="../finalproject/js/libs/bootstrap.js"></script>
<script type="text/javascript" src="prettify.js"></script>
<script src="finalproject/js/libs/jquery-1.7.1.min.js"></script>
<script src="finalproject/js/libs/bootstrap.js"></script>
<script type="text/javascript" src="docs/prettify.js"></script>

<script type="text/javascript">
$("pre").addClass("prettyprint");
Expand Down
19 changes: 11 additions & 8 deletions Docs/doc_top.shtml
Expand Up @@ -8,8 +8,8 @@
<meta name="author" content="Pete LePage petele@google.com">

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

<style type="text/css">
body {
Expand All @@ -25,7 +25,7 @@
<body>


<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>
<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>

<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
Expand All @@ -39,9 +39,8 @@
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html">Instructions</a></li>
<li><a href="errata.html">Errata</a></li>
<li><a href="../slides/index.html">Slides</a></li>
<li><a href="../finalproject/">Completed App</a></li>
<li><a href="slides/index.html">Slides</a></li>
<li><a href="finalproject/">Completed App</a></li>
<li><a href="https://github.com/petele/WebApp-CodeLab">Github Repo</a></li>
</ul>
</div><!--/.nav-collapse -->
Expand All @@ -68,8 +67,12 @@
<li><a href="#">Exercise 10</a></li>
<li><a href="#">Exercise 11</a></li>
<li><a href="#">Exercise 12</a></li>
<li class="nav-header">Errata &amp; Updates</li>
<li><a href="#">Coming Soon</a></li>
<li class="nav-header">Library Documentation</li>
<li><a href="http://html5boilerplate.com/">HTML5 Boiler Plate</a></li>
<li><a href="http://emberjs.com/">Ember.js</a></li>
<li><a href="http://momentjs.com/">Moment.js</a></li>
<li><a href="http://twitter.github.com/bootstrap/">Bootstrap CSS Framework</a></li>
<li><a href="http://westcoastlogic.com/lawnchair/">LawnChair.js</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
Expand Down

0 comments on commit 2d7bdb9

Please sign in to comment.