Skip to content

Commit

Permalink
Deploy 36bcd39
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Dec 2, 2024
1 parent 0fd8c7d commit 415b3f0
Show file tree
Hide file tree
Showing 9 changed files with 337 additions and 49 deletions.
6 changes: 6 additions & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ a:visited {

pre code {
padding: 15px;
width: 100%;
height: auto;
overflow: auto;
box-sizing: border-box;
display: block;
}

pre, code {
background-color: #d4d6db;
border-radius: 4px;
padding: 0px;
overflow: hidden;
}

.flabel {
Expand Down
53 changes: 53 additions & 0 deletions documentation/dependencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,58 @@
<div class="row">
<div class="sixteen columns">
<h1><b>Documentation</b></h1>

<div class="container">
<div class="row">
<div class="column">
Manual




<a href="/documentation/" title="Dustrc manual page"><code>dunst(5)</code></a>





<a href="/documentation/dunst/" title="Dunst manual page"><code>dunst(1)</code></a>



<a href="/documentation/dunstctl/" title="Dunstctl manual page"><code>dunstctl(1)</code></a>




</div>

<div class="column">
Wiki





<a href="/documentation/dependencies/" title=""><code>Dependencies</code></a>







<a href="/documentation/guides/" title=""><code>Guides</code></a>


</div>

</div>
</div>

<hr>
<h1><b>Dependencies</b> <div class="flabel">2024-10-31</div></h1>


<nav id="TableOfContents">
<ul>
Expand Down Expand Up @@ -153,3 +205,4 @@ <h3 id="fedora">Fedora</h3>
</body>
</html>


60 changes: 54 additions & 6 deletions documentation/dunst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,62 @@
<div class="row">
<div class="sixteen columns">
<h1><b>Documentation</b></h1>

<div class="container">
<div class="row">
<div class="column">
Manual




<a href="/documentation/" title="Dustrc manual page"><code>dunst(5)</code></a>





<a href="/documentation/dunst/" title="Dunst manual page"><code>dunst(1)</code></a>



<a href="/documentation/dunstctl/" title="Dunstctl manual page"><code>dunstctl(1)</code></a>




</div>

<div class="column">
Wiki





<a href="/documentation/dependencies/" title=""><code>Dependencies</code></a>







<a href="/documentation/guides/" title=""><code>Guides</code></a>


</div>

</div>
</div>

<hr>
<h1><b>dunst(1)</b> <div class="flabel">2023-10-17</div></h1>


<nav id="TableOfContents"></nav>

<p><a href="https://dunst-project.org/documentation/" title="Dunstrc documentation"><code>dunst(5)</code></a>
<a href="https://dunst-project.org/documentation/dunst/" title="Dunst documentation"><code>dunst(1)</code></a>
<a href="https://dunst-project.org/documentation/dunstctl/" title="Dunstctl documentation"><code>dunstctl(1)</code></a></p>
<hr>
<h1 id="dunst1-div-classflabel2023-10-17div"><strong>dunst(1)</strong> <div class="flabel"><strong>2023-10-17</strong></div></h1>
<?xml version="1.0" ?>
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand Down Expand Up @@ -234,3 +281,4 @@ <h1 id="SEE-ALSO">SEE ALSO</h1>
</body>
</html>


60 changes: 54 additions & 6 deletions documentation/dunstctl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,62 @@
<div class="row">
<div class="sixteen columns">
<h1><b>Documentation</b></h1>

<div class="container">
<div class="row">
<div class="column">
Manual




<a href="/documentation/" title="Dustrc manual page"><code>dunst(5)</code></a>





<a href="/documentation/dunst/" title="Dunst manual page"><code>dunst(1)</code></a>



<a href="/documentation/dunstctl/" title="Dunstctl manual page"><code>dunstctl(1)</code></a>




</div>

<div class="column">
Wiki





<a href="/documentation/dependencies/" title=""><code>Dependencies</code></a>







<a href="/documentation/guides/" title=""><code>Guides</code></a>


</div>

</div>
</div>

<hr>
<h1><b>dunstctl(1)</b> <div class="flabel">2024-07-15</div></h1>


<nav id="TableOfContents"></nav>

<p><a href="https://dunst-project.org/documentation/" title="Dunstrc documentation"><code>dunst(5)</code></a>
<a href="https://dunst-project.org/documentation/dunst/" title="Dunst documentation"><code>dunst(1)</code></a>
<a href="https://dunst-project.org/documentation/dunstctl/" title="Dunstctl documentation"><code>dunstctl(1)</code></a></p>
<hr>
<h1 id="dunst1-div-classflabel2024-07-15div"><strong>dunst(1)</strong> <div class="flabel"><strong>2024-07-15</strong></div></h1>
<?xml version="1.0" ?>
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
Expand Down Expand Up @@ -207,3 +254,4 @@ <h1 id="COMMANDS">COMMANDS</h1>
</body>
</html>


Loading

0 comments on commit 415b3f0

Please sign in to comment.