Skip to content

Commit

Permalink
Update sidebar for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Nov 23, 2024
1 parent 79177ba commit b12a93d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h3>Useful Links</h3>
<!-- Quickstart is hidden because the docs are outdated; will need to update later. -->
<!--<li><a href="https://dataclass.readthedocs.io/en/latest/user/quickstart/">Quickstart</a></li>-->
<li><a href="{{ pathto('overview') }}">Overview</a></li>
<li><a href="{{ pathto('installation') }}">Installation</a></li>
<li><a href="{{ pathto('examples') }}">Examples</a></li>
<li><a href="{{ pathto('python_compatibility') }}">Py Compatibility</a></li>
<li><a href="{{ pathto('common_use_cases', 1) }}">Common Use Cases</a></li>
Expand All @@ -57,7 +58,15 @@ <h3>Useful Links</h3>

<p></p>

<li><a href="https://github.com/rnag/dataclass-wizard">Dataclass Wizard @ GitHub</a></li>
<li><a href="https://pypi.org/project/dataclass-wizard/">Dataclass Wizard @ PyPI</a></li>
<li><a href="https://github.com/rnag/dataclass-wizard/issues">Issue Tracker</a></li>
<li><a href="https://github.com/rnag/dataclass-wizard/discussions">🗣 GitHub Discussions</a></li>
<li><a href="https://github.com/rnag/dataclass-wizard/issues">🎯 Issue Tracker</a></li>

<p></p>
<i>Dataclass Wizard @</i>
<li>
<a href="https://github.com/rnag/dataclass-wizard">GitHub</a> |
<a href="https://pypi.org/project/dataclass-wizard">PyPI</a> |
<a href="https://anaconda.org/conda-forge/dataclass-wizard">Anaconda</a> |
<a href="https://stackoverflow.com/questions/tagged/dataclass-wizard">Stack Overflow</a>
</li>
</ul>

0 comments on commit b12a93d

Please sign in to comment.