Skip to content

Commit

Permalink
Merge branch 'v3' of https://github.com/setupmd/docs into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan committed Oct 12, 2024
2 parents 012bdb2 + 4c95174 commit a6fe9e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/hosting/self.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ The cheapest option but is does require some additional thought however for one
</ul>


If you do want to host things yourself we have documentation on how to do such things [here](/guides/self-host).
If you do want to host things yourself we have documentation on how to do such things [here](https://www.setup.md/guides/self-host/win).
8 changes: 4 additions & 4 deletions src/content/docs/information/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Additional resources that are hosted by the setup.md team.
title: Additional Services
slug: services
lastUpdated: 2024-04-01
lastUpdated: 2024-09-30
sidebar:
order: 2
---
Expand Down Expand Up @@ -37,19 +37,19 @@ We took a cool idea produced by PenguiLoader on Github and we fixed some bugs th

#### Quickstart

The base domain is `https://jar.smd.gg`
The base domain is `https://jar.setup.md`

The subsequent URL that follows is syntaxed as below.

`/download/{SOFTWARE}/{VERSION}/{BUILD}`

To grab the latest paper .jar download.

`GET https://jar.smd.gg/download/paper/latest/latest`
`GET https://jar.setup.md/download/paper/latest/latest`

To grab the latest vanilla server.jar download link. (no build parameter required)

`GET https://jar.smd.gg/download/vanilla/latest`
`GET https://jar.setup.md/download/vanilla/latest`

<CardGrid>
<LinkCard title="PenguiLoader/MC-SRV-DL-API" href="https://github.com/PenguiLoader/MC-SRV-DL-API" />
Expand Down

0 comments on commit a6fe9e8

Please sign in to comment.