Skip to content

Commit 10e8f4e

Browse files
committed
Add API documentation
1 parent 0267871 commit 10e8f4e

File tree

67 files changed

+66010
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+66010
-23
lines changed

_includes/navbar.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@
66
<a href="{{site.github.url}}/plugins.html">Plugins</a>
77
</li>
88

9+
<li {% if page.title == 'Events' %}class="active"{% endif %}>
10+
<a href="{{site.github.url}}/dev/events.html">Events</a>
11+
</li>
12+
13+
<li>
14+
<a href="{{site.github.url}}/api">API</a>
15+
</li>
16+
917
<li class="dropdown">
1018
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button">Advanced <span class="caret"></span></a>
1119
<ul class="dropdown-menu">
1220
<li {% if page.title == 'Create plugins' %}class="active"{% endif %}>
1321
<a href="{{site.github.url}}/dev/plugins.html">Create plugins</a>
1422
</li>
1523

16-
<li {% if page.title == 'Events' %}class="active"{% endif %}>
17-
<a href="{{site.github.url}}/dev/events.html">Events</a>
24+
<li {% if page.title == 'No Bootstrap' %}class="active"{% endif %}>
25+
<a href="{{site.github.url}}/dev/no-bootstrap.html">No Bootstrap</a>
1826
</li>
1927
</ul>
20-
</li>
28+
</li>

_layouts/default.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,8 @@ <h1>{{page.title}}</h1>
190190
<!-- Async scripts
191191
=========================================== -->
192192
{% if site.header.trianglify %}
193-
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.11/d3.min.js"></script>
194-
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.1.2/trianglify.min.js"></script>
195-
<script>trianglify('{{site.header.color1}}', '{{site.header.color2}}');</script>
193+
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/1.0.1/trianglify.min.js"></script>
194+
<script>trianglify('{{site.header.color1}}', '{{site.header.color2}}', '{{site.name}}');</script>
196195
{% endif %}
197196

198197
{% if site.twitter.enabled or site.twitter.account %}

api/Group.html

Lines changed: 1951 additions & 0 deletions
Large diffs are not rendered by default.

api/Model.html

Lines changed: 1033 additions & 0 deletions
Large diffs are not rendered by default.

api/Node.html

Lines changed: 1075 additions & 0 deletions
Large diffs are not rendered by default.

api/QueryBuilder.html

Lines changed: 5940 additions & 0 deletions
Large diffs are not rendered by default.

api/Rule.html

Lines changed: 1313 additions & 0 deletions
Large diffs are not rendered by default.

api/Utils.html

Lines changed: 952 additions & 0 deletions
Large diffs are not rendered by default.

api/core.js.html

Lines changed: 1180 additions & 0 deletions
Large diffs are not rendered by default.

api/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)