Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/version2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<a href="#read-all-props" class="dropdown-item">Read All Custom Properties</a>
<a href="#update-custom-props" class="dropdown-item">Update Custom Properties</a>
<a href="#configure-custom-props" class="dropdown-item">Configure Custom Properties</a>
<a href="#version2" class="dropdown-item">version2</a>
</div>
</div>
<a href="#support" class="nav-item">Support the Devs</a>
Expand Down Expand Up @@ -305,6 +306,21 @@ <h3>
By default, it will use the file <code>custom_props.json</code> in the root of the repository.
</p>
</div>
<div id="version2" class="project-item">
<a href="https://github.com/PandasWhoCode/version2" class="project-logo-link" target="_blank" rel="noopener noreferrer">
<img src="images/version2.png" alt="Version2 Logo" class="project-logo">
</a>
<h3>
version2
<a href="https://github.com/PandasWhoCode/version2" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</h3>
<p>
version2 is a program to provide a comprehensive overview for all issues on all project boards. There
are many filters that can be applied to filter the output.
</p>
</div>
</div>
</section>

Expand Down