Skip to content

Commit

Permalink
[1.0] generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Feb 17, 2020
1 parent 6a80154 commit c349d6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@

<h1 id='aboutthisapp' class='heading'>AboutThisApp</h1>

<p><a href="https://github.com/hexedbits/AboutThisApp/actions"><img src="https://github.com/hexedbits/AboutThisApp/workflows/CI/badge.svg" alt="Actions Status"></a></p>

<p><em>A standard &ldquo;About This App&rdquo; view for any Mac app</em></p>
<h2 id='about' class='heading'>About</h2>

<p>This library provides a standard &ldquo;About This App&rdquo; view for Mac apps. It requires <strong>zero configuration by default</strong> for typical projects, but it can also be easily customized.</p>

<p>AppKit provides a default &ldquo;About This App&rdquo; view for regular windowed applications, but you cannot customize it. It is also inacessible for apps that live only in the menu bar.</p>
<p>AppKit provides a default &ldquo;About This App&rdquo; view for regular windowed applications, but you cannot customize it. It is also inaccessible for apps that live only in the menu bar.</p>

<p>This component is used in <a href="https://www.hexedbits.com/redeye/">Red Eye</a> and <a href="https://www.hexedbits.com/lucifer/">Lucifer</a>.</p>

Expand Down
Binary file modified docs/docsets/AboutThisApp.tgz
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@

<h1 id='aboutthisapp' class='heading'>AboutThisApp</h1>

<p><a href="https://github.com/hexedbits/AboutThisApp/actions"><img src="https://github.com/hexedbits/AboutThisApp/workflows/CI/badge.svg" alt="Actions Status"></a></p>

<p><em>A standard &ldquo;About This App&rdquo; view for any Mac app</em></p>
<h2 id='about' class='heading'>About</h2>

<p>This library provides a standard &ldquo;About This App&rdquo; view for Mac apps. It requires <strong>zero configuration by default</strong> for typical projects, but it can also be easily customized.</p>

<p>AppKit provides a default &ldquo;About This App&rdquo; view for regular windowed applications, but you cannot customize it. It is also inacessible for apps that live only in the menu bar.</p>
<p>AppKit provides a default &ldquo;About This App&rdquo; view for regular windowed applications, but you cannot customize it. It is also inaccessible for apps that live only in the menu bar.</p>

<p>This component is used in <a href="https://www.hexedbits.com/redeye/">Red Eye</a> and <a href="https://www.hexedbits.com/lucifer/">Lucifer</a>.</p>

Expand Down

0 comments on commit c349d6c

Please sign in to comment.