Fix titles.
Add Related Projects to TOC. Add Related Project infos.
This commit is contained in:
parent
dca2ee1c07
commit
c04584ad0f
|
@ -0,0 +1,6 @@
|
|||
# jekyll configuration
|
||||
|
||||
# miscellaneous configuration
|
||||
title: "Jasmine"
|
||||
|
||||
# end of configuration
|
|
@ -15,6 +15,7 @@
|
|||
<li><a href="gem.html">Using the Jasmine Gem</a></li>
|
||||
<li><a href="jsdoc/index.html">API Documentation</a></li>
|
||||
<li><a href="http://github.com/pivotal/jasmine#README">Contributor Guide</a></li>
|
||||
<li><a href="related.html">Related Projects</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% if page.title %} {{ page.title }} | {% endif %} {{site.title}}</title>
|
||||
<title>{% if page.title %}{{ page.title }} | {% endif %}{{site.title}}</title>
|
||||
<!--[if IE]>
|
||||
<script type="text/javascript" src="js/html5.js"/>
|
||||
<![endif]-->
|
||||
|
|
|
@ -5,15 +5,32 @@ title: Related Projects
|
|||
|
||||
# Related Projects
|
||||
|
||||
----
|
||||
|
||||
[jasmine-ajax](http://github.com/pivotal/jasmine-ajax)
|
||||
> AJAX mocking for Jasmine.
|
||||
|
||||
[jasmine-jstd-adapter](http://github.com/ibolmo/jasmine-jstd-adapter)
|
||||
> Jasmine adapter for JsTestDriver.
|
||||
|
||||
[jasmine-jquery](http://github.com/velesin/jasmine-jquery)
|
||||
> jasmine-jquery provides extensions for Jasmine to support the jQuery framework and an API for handling HTML fixtures in your specs.
|
||||
|
||||
[jasmine-maven-plugin](http://github.com/searls/jasmine-maven-plugin)
|
||||
> A Maven Plugin for processing JavaScript sources, specs, and executing Jasmine.
|
||||
|
||||
[jasmine-node](http://github.com/mhevery/jasmine-node)
|
||||
> Makes Jasmine available in node.js.
|
||||
|
||||
[jasmine-reporters](http://github.com/larrymyers/jasmine-reporters)
|
||||
> A collection of jasmine.Reporter classes that can be used with Jasmine.
|
||||
|
||||
[jasmine-webos](http://pivotal.github.com/jasmine-webos/)
|
||||
> Jasmine webOS allows you to use Jasmine to test-drive Palm¨ webOSª applications.
|
||||
|
||||
[jazz_money](http://github.com/pivotalexperimental/jazz_money)
|
||||
> Run your Jasmine specs without a browser.
|
||||
|
||||
----
|
||||
|
||||
If you'd like your project added, email <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>.
|
||||
|
|
|
@ -24,7 +24,7 @@ There is a simple example of how to use Jasmine in the /example directory, but h
|
|||
We now have a Google Group for support & discussion.
|
||||
|
||||
* Discussion: [http://groups.google.com/group/jasmine-js](http://groups.google.com/group/jasmine-js)
|
||||
* Group email: [jasmine-js@googlegroups.com](jasmine-js@googlegroups.com)
|
||||
* Group email: <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>
|
||||
* Current build status of Jasmine is visible at [ci.pivotallabs.com](http://ci.pivotallabs.com)
|
||||
* Pivotal Tracker project: [http://www.pivotaltracker.com/projects/10606](http://www.pivotaltracker.com/projects/10606)
|
||||
* Twitter: [@JasmineBDD](http://twitter.com/JasmineBDD)
|
||||
|
|
Loading…
Reference in New Issue