-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 2.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BladeRunnerJS API Documentation</title>
<script type="text/javascript" src="assets/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/functions.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/caplin-styles.css" />
<link rel="stylesheet" type="text/css" href="assets/style-overrides.css" />
</head>
<body>
<div class="content-wrapper">
<h1>BladeRunnerJS API Documentation</h1>
<p>
Java and JavaScript API docs are available for the following versions. You can use the 'version' command to find the version of BRJS you are using, or just view the <a href="/latest/js/">latest JavaScript docs</a> and <a href="/latest/java/">latest java docs</a>.
<span id="github-api-error">
The version list is automatically generated using the GitHub API. For some reason it hasn't worked this time. You can manually calculate the URL for the Java and JavaScript documentation. The URL for JavaScript documentation is '/vMAJOR.VERSION/js/' and '/vMAJOR.VERSION/java/' for the Java documentation, for example '/v0.9/js/ and '/v0.9/java/'.
</span>
<ul id="version-list"></ul>
</p>
<p>
BladeRunnerJS makes use of several micro libraries which have their own project documentation. Links for the various documentation can be found below.
<ul>
<li>
<b>Topiarist</b>: Provides tree and shape-based type verification for JavaScript and is used for Object Oriented utilities within BRJS.<br/>
View the source on <a href="http://github.com/BladeRunnerJS/topiarist">GitHub</a> or read the <a href="http://bladerunnerjs.github.io/topiarist/">documentation</a>.
</li>
<li>
<b>Emitr</b>: A simple event emitter used within the default EventHub.<br/>
View the source on <a href="http://github.com/BladeRunnerJS/emitr">GitHub</a> or read the <a href="http://bladerunnerjs.github.io/emitr/">documentation</a>.
</li>
<li>
<b>Fell</b>: A simple logging library.<br/>
View the source on <a href="http://github.com/BladeRunnerJS/fell">GitHub</a> or read the <a href="http://bladerunnerjs.github.io/fell/">documentation</a>.
</li>
</p>
</div>
</body>
</html>