deploy: 8b98b00558
This commit is contained in:
parent
22a95000ee
commit
077d8b5b12
20 changed files with 395 additions and 38 deletions
|
|
@ -50,21 +50,41 @@
|
|||
<h3>Optional metadata fields</h3>
|
||||
<p>Please fill as many fields as possible.</p>
|
||||
<ul>
|
||||
<li><em>downloadLink</em> - link for when you click the download link.</li>
|
||||
<li><em>images</em> - lists of image files names or URLs that will appear in the project page.</li>
|
||||
<li><em>logo</em> - your logo file name or URL.</li>
|
||||
</ul>
|
||||
<h3>Releases metadata</h3>
|
||||
<ul>
|
||||
<li><em>releasesType</em> - wheter your project uses <code>local</code> releases or <code>github</code>.
|
||||
For local releases:</li>
|
||||
<li><em>releases</em> - a list of relases labels and links.
|
||||
For GitHub releases:</li>
|
||||
<li><em>githubRepoOwner</em> - username of the repo owner.</li>
|
||||
<li><em>githubReponame</em> - name of the repository.</li>
|
||||
</ul>
|
||||
<h3>Config file example</h3>
|
||||
<pre><code>{
|
||||
"name": "Ghosts 'n Stuff",
|
||||
"subtitle": "Miscellaneous additions to your server.",
|
||||
"subtitle": "Miscellaneous additions to your Minecraft server.",
|
||||
"author": "tenkuma",
|
||||
"downloadLink": "https://example.com",
|
||||
"images": "["image1.png", "image2.png", "image3.png"]",
|
||||
"downloadLink": "https://modrinth.com/plugin/ghosts/versions",
|
||||
"images": ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"],
|
||||
"logo": "logo.png",
|
||||
"tags": ["plugin", "mod"]
|
||||
}
|
||||
</code></pre>
|
||||
"tags": ["plugin"],
|
||||
"links": {
|
||||
"GitHub": "https://github.com/adrianvic/ghostsandstuff",
|
||||
"Disroot Git": "https://git.disroot.org/adrianvictor/ghostsandstuff"
|
||||
},
|
||||
"docs": {
|
||||
"Installation" : "docs/installation"
|
||||
},
|
||||
"releaseType": "github or local",
|
||||
"githubRepoOwner": "adrianvic",
|
||||
"githubRepoName": "ghostsandstuff",
|
||||
"releases": {
|
||||
"test release": "https://example.com/"
|
||||
}
|
||||
}```</code></pre>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue