Skip to content

Commit 2b6397c

Browse files
committed
Give the second example a button on the front page
1 parent 3f122a1 commit 2b6397c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/site/markdown/quickstart/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,13 @@ module into its own module and define inter-module dependencies. Maven will take
584584
dependencies for you. For example a `backbone.js` module could depend on `jquery` and `underscore` so that you
585585
don't need to write those dependencies yourself.
586586

587+
Check out the [next example][7] for some ideas
588+
587589

588590
[1]: http://localhost:8080/
589591
[2]: http://maven.apache.org/plugins/maven-release-plugin/
590592
[3]: http://repo1.maven.org/maven2/
591593
[4]: http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
592594
[5]: https://github.com/jrburke/r.js/
593595
[6]: https://github.com/jszip/quickstart-basic
596+
[7]: http://jszip.org/quickstart-knockback/

src/site/xdoc/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
</p>
6060
<p class="pagination-centered">
6161
<a class="btn btn-primary btn-large" href="quickstart/">Let's get started »</a>
62+
<a class="btn btn-large" href="quickstart-knockback/">More examples »</a>
6263
</p>
6364
</div>
6465
</body>

0 commit comments

Comments
 (0)