Skip to content

Commit

Permalink
Merge pull request #34 from devaslanphp/dev
Browse files Browse the repository at this point in the history
Updates docs
  • Loading branch information
heloufir committed Sep 19, 2022
2 parents b60b14b + 4084ead commit 6892b35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!-- Logo -->
<a class="logo ml-md-3" href="index.html" title="Help Desk">
<img src="/docs/assets/images/logo.png" alt="Help Desk" width="120" /> </a>
<span class="text-2 ml-2">v1.2.0</span>
<span class="text-2 ml-2">v1.2.1</span>
<!-- Logo End -->

<!-- Navbar Toggler -->
Expand Down Expand Up @@ -91,6 +91,7 @@
<li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a>
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="#v1-2-1">v1.2.1</a></li>
<li class="nav-item"><a class="nav-link" href="#v1-2-0">v1.2.0</a></li>
<li class="nav-item"><a class="nav-link" href="#v1-1-0">v1.1.0</a></li>
<li class="nav-item"><a class="nav-link" href="#v1-0-2">v1.0.2</a></li>
Expand Down Expand Up @@ -120,7 +121,7 @@ <h2>Help Desk</h2>
<div class="row">
<div class="col-sm-6 col-lg-4">
<ul class="list-unstyled">
<li><strong>Version:</strong> 1.2.0</li>
<li><strong>Version:</strong> 1.2.1</li>
<li><strong>Author:</strong> <a href="mailto:[email protected]"
target="_blank">heloufir</a>
</li>
Expand Down Expand Up @@ -317,6 +318,11 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ
<section id="idocs_changelog">
<h2>Changelog</h2>
<p class="text-4">See what's new added, changed, fixed, improved or updated in the latest versions. </p>
<h3 id="v1-2-1">Version 1.2.1 <small class="text-muted">(19 September, 2022)</small></h3>
<ul>
<li>Layout design enhancement</li>
<li>Change Main menu from vertical sidebar to horizontal nav bar</li>
</ul>
<h3 id="v1-2-0">Version 1.2.0 <small class="text-muted">(19 September, 2022)</small></h3>
<ul>
<li>Migrate tickets configuration (statuses, types and priorities) to database</li>
Expand Down

0 comments on commit 6892b35

Please sign in to comment.