Commit 7d9a2b81 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1104 from asudoh/dojo110

Adding info footer as well as learn sidebar back, refs #1088.
parents 03f8af01 5cee5e21
...@@ -65,6 +65,16 @@ ...@@ -65,6 +65,16 @@
</section> </section>
</script> </script>
</section> </section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Credits:
<a href="http://jamesthom.as/">James Thomas</a>,
<a href="https://github.com/edchat">Ed Chatelain</a> and
<a href="https://github.com/asudoh">Akira Sudoh</a>
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="bower_components/todomvc-common/base.js"></script>
<script src="js/main.js"></script> <script src="js/main.js"></script>
<script src="js/lib/dojo/dojo.js"></script> <script src="js/lib/dojo/dojo.js"></script>
<!-- Use below instead of above line to use non-built version of Dojo components. --> <!-- Use below instead of above line to use non-built version of Dojo components. -->
......
...@@ -778,7 +778,7 @@ ...@@ -778,7 +778,7 @@
"url": "http://dojotoolkit.org/documentation" "url": "http://dojotoolkit.org/documentation"
}, { }, {
"name": "Getting started guide", "name": "Getting started guide",
"url": "https://dojotoolkit.org/reference-guide/1.8/quickstart" "url": "https://dojotoolkit.org/reference-guide/quickstart"
}, { }, {
"name": "API Reference", "name": "API Reference",
"url": "http://dojotoolkit.org/api" "url": "http://dojotoolkit.org/api"
...@@ -795,8 +795,8 @@ ...@@ -795,8 +795,8 @@
}, { }, {
"heading": "Community", "heading": "Community",
"links": [{ "links": [{
"name": "Dojo on Stack Overflow", "name": "Dojo/MVC on Stack Overflow",
"url": "http://stackoverflow.com/questions/tagged/dojo" "url": "http://stackoverflow.com/questions/tagged/dojo+model-view-controller"
}, { }, {
"name": "Mailing list", "name": "Mailing list",
"url": "http://dojotoolkit.org/community" "url": "http://dojotoolkit.org/community"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment