mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-26 12:35:44 +01:00
Update expansion-cloud.md and use octicon icons
This commit is contained in:
parent
569d71c874
commit
249200bfbd
@ -26,8 +26,13 @@ In order to do that, you have to follow those steps:
|
|||||||
2. Create an account on the site, or log in, if you already have one.
|
2. Create an account on the site, or log in, if you already have one.
|
||||||
3. Click on `Expansions` and then on [`Upload New`](https://api.extendedclip.com/manage/add/).
|
3. Click on `Expansions` and then on [`Upload New`](https://api.extendedclip.com/manage/add/).
|
||||||
4. Fill out the required information. `Source URL` and `Dependency URL` are optional and would link to the source code and any dependency (plugin) of your expansion respectively.
|
4. Fill out the required information. `Source URL` and `Dependency URL` are optional and would link to the source code and any dependency (plugin) of your expansion respectively.
|
||||||
5. Click on the button that says `Choose an file...` and select the jar of your expansion.
|
5. Click on the button that says `Choose an file...` and select the jar of your expansion.
|
||||||
- **Important!** Make sure, that the name of the jar file contains the same version like you set in the version field.
|
|
||||||
|
/// warning |
|
||||||
|
**Important!**
|
||||||
|
Make sure, that the name of the jar file contains the same version like you set in the version field.
|
||||||
|
///
|
||||||
|
|
||||||
6. Click on `Submit Expansion`
|
6. Click on `Submit Expansion`
|
||||||
|
|
||||||
Your expansion is now uploaded and will be reviewed by a moderator.
|
Your expansion is now uploaded and will be reviewed by a moderator.
|
||||||
@ -53,7 +58,12 @@ After that, follow those steps:
|
|||||||
2. Click on the button that says `Version`
|
2. Click on the button that says `Version`
|
||||||
3. Click on `Add Version`
|
3. Click on `Add Version`
|
||||||
4. Fill out the fields and upload the new jar.
|
4. Fill out the fields and upload the new jar.
|
||||||
- **Important!** Make sure, that the name of the jar file contains the same version like you set in the version-field!
|
|
||||||
|
/// warning |
|
||||||
|
**Important!**
|
||||||
|
Make sure, that the name of the jar file contains the same version like you set in the version field.
|
||||||
|
///
|
||||||
|
|
||||||
5. Click on `Save Changes`
|
5. Click on `Save Changes`
|
||||||
|
|
||||||
Your version should now be uploaded to the eCloud. You can now ask a responsible staff member on the [HelpChat Discord](https://discord.gg/helpchat) to review your expansion to get it re-verified. Please remain patient and polite when asking.
|
Your version should now be uploaded to the eCloud. You can now ask a responsible staff member on the [HelpChat Discord](https://discord.gg/helpchat) to review your expansion to get it re-verified. Please remain patient and polite when asking.
|
||||||
|
14
mkdocs.yml
14
mkdocs.yml
@ -19,6 +19,20 @@ theme:
|
|||||||
name: material
|
name: material
|
||||||
logo: assets/img/icon.png
|
logo: assets/img/icon.png
|
||||||
favicon: assets/img/icon.png
|
favicon: assets/img/icon.png
|
||||||
|
icon:
|
||||||
|
admonition:
|
||||||
|
note: octicons/pencil-16
|
||||||
|
abstract: octicons/checklist-16
|
||||||
|
info: octicons/info-16
|
||||||
|
tip: octicons/rocket-16
|
||||||
|
success: octicons/check-circle-16
|
||||||
|
question: octicons/question-16
|
||||||
|
warning: octicons/alert-16
|
||||||
|
failure: octicons/x-circle-16
|
||||||
|
danger: octicons/zap-16
|
||||||
|
bug: octicons/bug-16
|
||||||
|
example: octicons/beaker-16
|
||||||
|
quote: octicons/comment-16
|
||||||
palette:
|
palette:
|
||||||
- media: '(prefers-color-scheme: light)'
|
- media: '(prefers-color-scheme: light)'
|
||||||
scheme: default
|
scheme: default
|
||||||
|
Loading…
Reference in New Issue
Block a user