From 249200bfbd438e67624365101506157fdf388f6f Mon Sep 17 00:00:00 2001 From: Andre601 Date: Sat, 13 Jan 2024 16:24:46 +0100 Subject: [PATCH] Update expansion-cloud.md and use octicon icons --- docs/developers/expansion-cloud.md | 16 +++++++++++++--- mkdocs.yml | 14 ++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/developers/expansion-cloud.md b/docs/developers/expansion-cloud.md index 5427106..a00e9e4 100644 --- a/docs/developers/expansion-cloud.md +++ b/docs/developers/expansion-cloud.md @@ -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. 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. -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. +5. Click on the button that says `Choose an file...` and select the jar of your expansion. + + /// 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` 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` 3. Click on `Add Version` 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` 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. diff --git a/mkdocs.yml b/mkdocs.yml index 45c2759..5b54afe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,20 @@ theme: name: material logo: 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: - media: '(prefers-color-scheme: light)' scheme: default