Skip to content

Commit b19dee0

Browse files
committed
Update website
1 parent b8acc0d commit b19dee0

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

docs/index.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ <h2>Latest Downloads, Documentation & JavaDocs</h2>
8686
<div class="col-sm">
8787
<div class="card no-hover color">
8888
<a
89-
href="https://github.com/JorelAli/CommandAPI/releases/download/9.5.3/CommandAPI-9.5.3.jar">
89+
href="https://github.com/JorelAli/CommandAPI/releases/download/9.6.0/CommandAPI-9.6.0.jar">
9090
<div class="card-body d-flex flex-column align-items-center">
91-
<div class="swatch">9.5.3</div>
91+
<div class="swatch">9.6.0</div>
9292
<div class="title"><i class="fa fa-download" style="margin-right: 0.5em"></i>Latest
9393
Download (Spigot-Mapped)</div>
9494
</div>
@@ -98,9 +98,9 @@ <h2>Latest Downloads, Documentation & JavaDocs</h2>
9898
<div class="col-sm">
9999
<div class="card no-hover color">
100100
<a
101-
href="https://github.com/JorelAli/CommandAPI/releases/download/9.5.3/CommandAPI-9.5.3-Mojang-Mapped.jar">
101+
href="https://github.com/JorelAli/CommandAPI/releases/download/9.6.0/CommandAPI-9.6.0-Mojang-Mapped.jar">
102102
<div class="card-body d-flex flex-column align-items-center">
103-
<div class="swatch">9.5.3</div>
103+
<div class="swatch">9.6.0</div>
104104
<div class="title"><i class="fa fa-download" style="margin-right: 0.5em"></i>Latest
105105
Download (Mojang-Mapped)</div>
106106
</div>
@@ -113,7 +113,7 @@ <h2>Latest Downloads, Documentation & JavaDocs</h2>
113113
<div class="card no-hover color">
114114
<a href="./latest.html">
115115
<div class="card-body d-flex flex-column align-items-center">
116-
<div class="swatch">9.5.2</div>
116+
<div class="swatch">9.6.0</div>
117117
<div class="title"><i class="fa fa-book" style="margin-right: 0.5em"></i>Latest
118118
Documentation</div>
119119
</div>
@@ -124,7 +124,7 @@ <h2>Latest Downloads, Documentation & JavaDocs</h2>
124124
<div class="card no-hover color">
125125
<a href="./javadocs/html/annotated.html">
126126
<div class="card-body d-flex flex-column align-items-center">
127-
<div class="swatch">9.5.2</div>
127+
<div class="swatch">9.6.0</div>
128128
<div class="title"><i class="fab fa-java" style="margin-right: 0.5em"></i>Latest
129129
JavaDocs</div>
130130
</div>
@@ -136,6 +136,14 @@ <h2>Latest Downloads, Documentation & JavaDocs</h2>
136136
<div class="col-12 col-sm-6 col-lg-6" style="margin: 1.5rem 0rem;">
137137
<h3>Older Documentation</h2>
138138
<div class="list-group">
139+
<a href="./9.5.2/index.html" class="list-group-item list-group-item-action"
140+
aria-current="true">
141+
<div class="d-flex w-100 justify-content-between">
142+
<h5 class="mb-1"><i class="fa fa-book" style="margin-right: 0.5em"></i>9.5.2
143+
Documentation</h5>
144+
<small>August 2024</small>
145+
</div>
146+
</a>
139147
<a href="./9.5.0/index.html" class="list-group-item list-group-item-action"
140148
aria-current="true">
141149
<div class="d-flex w-100 justify-content-between">

0 commit comments

Comments
 (0)