Skip to content

Commit 7e61a21

Browse files
Regenerates jazzy docs with correct jazzy.yaml
1 parent 534993f commit 7e61a21

File tree

24 files changed

+1574
-15
lines changed

24 files changed

+1574
-15
lines changed
File renamed without changes.

docs/Extensions.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
<a title="Extensions Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html"> Docs</a> (100% documented)</p>
17+
<p><a href="index.html">Consolidate Docs</a> (100% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SoftwareEngineerChris/Consolidate"><img src="img/gh.png"/>View on GitHub</a></p>
1819
</div>
1920
</header>
2021
<div class="content-wrapper">
2122
<p id="breadcrumbs">
22-
<a href="index.html"> Reference</a>
23+
<a href="index.html">Consolidate Reference</a>
2324
<img id="carat" src="img/carat.png" />
2425
Extensions Reference
2526
</p>

docs/Extensions/Array.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
<a title="Array Extension Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html"> Docs</a> (100% documented)</p>
17+
<p><a href="../index.html">Consolidate Docs</a> (100% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SoftwareEngineerChris/Consolidate"><img src="../img/gh.png"/>View on GitHub</a></p>
1819
</div>
1920
</header>
2021
<div class="content-wrapper">
2122
<p id="breadcrumbs">
22-
<a href="../index.html"> Reference</a>
23+
<a href="../index.html">Consolidate Reference</a>
2324
<img id="carat" src="../img/carat.png" />
2425
Array Extension Reference
2526
</p>

docs/Protocols.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
<a title="Protocols Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="index.html"> Docs</a> (100% documented)</p>
17+
<p><a href="index.html">Consolidate Docs</a> (100% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SoftwareEngineerChris/Consolidate"><img src="img/gh.png"/>View on GitHub</a></p>
1819
</div>
1920
</header>
2021
<div class="content-wrapper">
2122
<p id="breadcrumbs">
22-
<a href="index.html"> Reference</a>
23+
<a href="index.html">Consolidate Reference</a>
2324
<img id="carat" src="img/carat.png" />
2425
Protocols Reference
2526
</p>

docs/Protocols/Consolidatable.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
<a title="Consolidatable Protocol Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html"> Docs</a> (100% documented)</p>
17+
<p><a href="../index.html">Consolidate Docs</a> (100% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SoftwareEngineerChris/Consolidate"><img src="../img/gh.png"/>View on GitHub</a></p>
1819
</div>
1920
</header>
2021
<div class="content-wrapper">
2122
<p id="breadcrumbs">
22-
<a href="../index.html"> Reference</a>
23+
<a href="../index.html">Consolidate Reference</a>
2324
<img id="carat" src="../img/carat.png" />
2425
Consolidatable Protocol Reference
2526
</p>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleIdentifier</key>
6+
<string>com.jazzy.consolidate</string>
7+
<key>CFBundleName</key>
8+
<string>Consolidate</string>
9+
<key>DocSetPlatformFamily</key>
10+
<string>consolidate</string>
11+
<key>isDashDocset</key>
12+
<true/>
13+
<key>dashIndexFilePath</key>
14+
<string>index.html</string>
15+
<key>isJavaScriptEnabled</key>
16+
<true/>
17+
<key>DashDocSetFamily</key>
18+
<string>dashtoc</string>
19+
</dict>
20+
</plist>
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Extensions Reference</title>
5+
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
6+
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
7+
<meta charset='utf-8'>
8+
<script src="js/jquery.min.js" defer></script>
9+
<script src="js/jazzy.js" defer></script>
10+
11+
</head>
12+
<body>
13+
<a name="//apple_ref/swift/Section/Extensions" class="dashAnchor"></a>
14+
<a title="Extensions Reference"></a>
15+
<header>
16+
<div class="content-wrapper">
17+
<p><a href="index.html">Consolidate Docs</a> (100% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SoftwareEngineerChris/Consolidate"><img src="img/gh.png"/>View on GitHub</a></p>
19+
</div>
20+
</header>
21+
<div class="content-wrapper">
22+
<p id="breadcrumbs">
23+
<a href="index.html">Consolidate Reference</a>
24+
<img id="carat" src="img/carat.png" />
25+
Extensions Reference
26+
</p>
27+
</div>
28+
<div class="content-wrapper">
29+
<nav class="sidebar">
30+
<ul class="nav-groups">
31+
<li class="nav-group-name">
32+
<a href="Extensions.html">Extensions</a>
33+
<ul class="nav-group-tasks">
34+
<li class="nav-group-task">
35+
<a href="Extensions/Array.html">Array</a>
36+
</li>
37+
</ul>
38+
</li>
39+
<li class="nav-group-name">
40+
<a href="Protocols.html">Protocols</a>
41+
<ul class="nav-group-tasks">
42+
<li class="nav-group-task">
43+
<a href="Protocols/Consolidatable.html">Consolidatable</a>
44+
</li>
45+
</ul>
46+
</li>
47+
</ul>
48+
</nav>
49+
<article class="main-content">
50+
<section>
51+
<section class="section">
52+
<h1>Extensions</h1>
53+
<p>The following extensions are available globally.</p>
54+
55+
</section>
56+
<section class="section task-group-section">
57+
<div class="task-group">
58+
<ul>
59+
<li class="item">
60+
<div>
61+
<code>
62+
<a name="/s:Sa"></a>
63+
<a name="//apple_ref/swift/Extension/Array" class="dashAnchor"></a>
64+
<a class="token" href="#/s:Sa">Array</a>
65+
</code>
66+
</div>
67+
<div class="height-container">
68+
<div class="pointer-container"></div>
69+
<section class="section">
70+
<div class="pointer"></div>
71+
<div class="abstract">
72+
73+
<a href="Extensions/Array.html" class="slightly-smaller">See more</a>
74+
</div>
75+
<div class="declaration">
76+
<h4>Declaration</h4>
77+
<div class="language">
78+
<p class="aside-title">Swift</p>
79+
<pre class="highlight swift"><code><span class="kd">@frozen</span>
80+
<span class="kd">public</span> <span class="kd">extension</span> <span class="kt">Array</span></code></pre>
81+
82+
</div>
83+
</div>
84+
</section>
85+
</div>
86+
</li>
87+
</ul>
88+
</div>
89+
</section>
90+
</section>
91+
<section id="footer">
92+
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2019-10-02)</p>
93+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
94+
</section>
95+
</article>
96+
</div>
97+
</body>
98+
</div>
99+
</html>

0 commit comments

Comments
 (0)