Skip to content

Commit

Permalink
I made the wrong file...
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 2, 2024
1 parent 7604708 commit 326d9d0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 44 deletions.
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "A site detailing how to use the SpigotAPI plugin ClaimChunk"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/cjburkey01/ClaimChunk"
edit-url-template = "https://github.com/cjburkey01/claimchunk-site/edit/main/{path}"
additional-js = []
additional-css = ["src/css/downloads.css"]
no-section-label = true

Expand Down
39 changes: 0 additions & 39 deletions src/Downloads.md

This file was deleted.

30 changes: 25 additions & 5 deletions src/server/Downloads.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
# Downloads

There are two channels from which to download ClaimChunk. The release channel is the current stable version of ClaimChunk. This version *should* be safe to use for larger servers. The snapshot channel, however, provides a new build for the changes to the [ClaimChunk repository](https://github.com/cjburkey01/ClaimChunk) since the latest release. This means they may have less testing, but it may be useful if bugs exist in the latest release or you want some features that have yet to be pushed to a release.
<script src="https://unpkg.com/[email protected]" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<script>
document.body.addEventListener('htmx:configRequest', function(event) {
event.detail.headers = ''
event.detail.headers['Content-Type'] = "application/x-www-form-urlencoded; charset=UTF-8"
});
</script>

If you need help installing, please see the [Installation page](./Installation.md), which outlines the whole installation process and immediate configurations that can be done.
There are two channels from which to download ClaimChunk. The release channel is the current stable version of ClaimChunk. This version _should_ be safe to use for larger servers. The snapshot channel, however, provides a new build for the changes to the [ClaimChunk repository](https://github.com/cjburkey01/ClaimChunk) since the latest release. This means they may have less testing, but it may be useful if bugs exist in the latest release or you want some features that have yet to be pushed to a release.

## Release Downloads

The following downloads are considered stable downloads, or releases.

<div id="release_downloads"><i>Please wait... &verbar; Loading...</i></div>
<div
hx-get="https://cjburkey.com/claimchunk-api/releases.php"
hx-trigger="load"
hx-swap="innerHTML"
>
<i>Please wait... &verbar; Loading...</i>
</div>
## Snapshot Downloads

These downloads *might* be less stable than the release downloads, but have more recent features and bug fixes.
These downloads _might_ be less stable than the release downloads, but have more recent features and bug fixes.

To make these downloads available, we use a handy-dandy link service called <a href="https://nightly.link/" target="_blank" title="nightly.link GitHub link service">nightly.link</a> to make getting GitHub artifact download links possible.

<div id="snapshot_downloads"><i>Please wait... &verbar; Loading...</i></div>
After 30 days, GitHub deletes these artifacts; if you want to compile an older, non-release version that isn't listed here, please clone the repository at the preferred commit and build from source.

<div
hx-get="https://cjburkey.com/claimchunk-api/artifacts.php"
hx-trigger="load"
hx-swap="innerHTML"
>
<i>Please wait... &verbar; Loading...</i>
</div>

0 comments on commit 326d9d0

Please sign in to comment.