Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Mar 14, 2024
1 parent 5ba0816 commit 60e265a
Show file tree
Hide file tree
Showing 58 changed files with 5,337 additions and 714 deletions.
54 changes: 43 additions & 11 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Mixpanel 4.2.0 Docs</a> (0% documented)</p>
<p><a href="index.html">Mixpanel 4.2.1 Docs</a> (84% documented)</p>
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -118,7 +118,7 @@
<a href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Typealiases.html#/Properties">Properties</a>
<a href="Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
</li>
</ul>
</li>
Expand All @@ -137,9 +137,9 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="/s:8Mixpanel5GroupC"></a>
<a name="//apple_ref/swift/Class/Group" class="dashAnchor"></a>
<a class="token" href="#/">Group</a>
<a class="token" href="#/s:8Mixpanel5GroupC">Group</a>
</code>
</div>
<div class="height-container">
Expand All @@ -152,15 +152,23 @@ <h1>Classes</h1>

<a href="Classes/Group.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Group</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="/s:8MixpanelAAC"></a>
<a name="//apple_ref/swift/Class/Mixpanel" class="dashAnchor"></a>
<a class="token" href="#/">Mixpanel</a>
<a class="token" href="#/s:8MixpanelAAC">Mixpanel</a>
</code>
</div>
<div class="height-container">
Expand All @@ -172,15 +180,23 @@ <h1>Classes</h1>

<a href="Classes/Mixpanel.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Mixpanel</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="/s:8Mixpanel0A8InstanceC"></a>
<a name="//apple_ref/swift/Class/MixpanelInstance" class="dashAnchor"></a>
<a class="token" href="#/">MixpanelInstance</a>
<a class="token" href="#/s:8Mixpanel0A8InstanceC">MixpanelInstance</a>
</code>
</div>
<div class="height-container">
Expand All @@ -192,15 +208,23 @@ <h1>Classes</h1>

<a href="Classes/MixpanelInstance.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MixpanelInstance</span> <span class="p">:</span> <span class="kt">CustomDebugStringConvertible</span><span class="p">,</span> <span class="kt">FlushDelegate</span><span class="p">,</span> <span class="kt">AEDelegate</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="/s:8Mixpanel6PeopleC"></a>
<a name="//apple_ref/swift/Class/People" class="dashAnchor"></a>
<a class="token" href="#/">People</a>
<a class="token" href="#/s:8Mixpanel6PeopleC">People</a>
</code>
</div>
<div class="height-container">
Expand All @@ -213,6 +237,14 @@ <h1>Classes</h1>

<a href="Classes/People.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">People</span></code></pre>

</div>
</div>
</section>
</div>
</li>
Expand All @@ -221,7 +253,7 @@ <h1>Classes</h1>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="http://mixpanel.com" target="_blank" rel="external noopener">Mixpanel</a>. All rights reserved. (Last updated: 2023-11-13)</p>
<p>&copy; 2024 <a class="link" href="http://mixpanel.com" target="_blank" rel="external noopener">Mixpanel</a>. All rights reserved. (Last updated: 2024-03-14)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 60e265a

Please sign in to comment.