Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.
Open
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
8 changes: 8 additions & 0 deletions src/javadocs.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<i class="material-icons left">archive</i>Javadocs</a>
</div>
</div>
<div id="adventure" class="row">
<h3>Adventure</h3>
<p>Javadocs for the Adventure API (included in Paper) can be found below.</p>
<div>
<a href="https://jd.adventure.kyori.net/api/4.7.0/" class="waves-effect waves-light btn light-blue darken-2">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not include javadocs for the other projects we package - might be good to have a dropdown?

  • API
  • JSON
  • Legacy

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alternative would be to have those buttons inline

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plain serializer is also included - also, the version is out of date here as well.

<i class="material-icons left">archive</i>Javadocs</a>
</div>
</div>
</main>
{% endblock %}
{% block footer %}
Expand Down