mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-22 18:46:37 +01:00
Updated Html Customization (markdown)
parent
4eeb0be5ff
commit
7f88ebe355
@ -8,7 +8,7 @@ The web pages of the plugin can be completely customized.
|
|||||||
|
|
||||||
This means that you can add a links to important pages related to your server, change layout to some extent and more customization than bare config settings allow.
|
This means that you can add a links to important pages related to your server, change layout to some extent and more customization than bare config settings allow.
|
||||||
|
|
||||||
Page version: **5.5 build 2265**
|
Page version: **5.6 build 2847**
|
||||||
|
|
||||||
There is [a video that covers the steps in this wiki article](https://www.youtube.com/watch?v=DPSgzkoxVw8)
|
There is [a video that covers the steps in this wiki article](https://www.youtube.com/watch?v=DPSgzkoxVw8)
|
||||||
|
|
||||||
@ -33,14 +33,14 @@ These goals were kept in mind when implementing the new customization system
|
|||||||
|
|
||||||
Following software needs to be installed on the PC you're editing the files with before you can start customizing
|
Following software needs to be installed on the PC you're editing the files with before you can start customizing
|
||||||
|
|
||||||
- Java Runtime (Minimum Java 17)
|
- Java Runtime (Minimum Java 21)
|
||||||
- https://jdk.java.net/
|
- https://jdk.java.net/
|
||||||
- Git
|
- Git
|
||||||
- https://git-scm.com/downloads
|
- https://git-scm.com/downloads
|
||||||
|
|
||||||
> 💭 **Why is this software needed?**
|
> 💭 **Why is this software needed?**
|
||||||
>
|
>
|
||||||
> - Java 17 is needed to run Gradle, which runs and downloads all tools needed for building the React bundle, so that you don't need to install any of them.
|
> - Java 21 is needed to run Gradle, which runs and downloads all tools needed for building the React bundle, so that you don't need to install any of them.
|
||||||
> - Git is needed to easily get latest version of the source files so you can edit them, and gradle configuration so that the tools work.
|
> - Git is needed to easily get latest version of the source files so you can edit them, and gradle configuration so that the tools work.
|
||||||
|
|
||||||
## ⚙️ 1.0 Prepare for modifying the React-bundle
|
## ⚙️ 1.0 Prepare for modifying the React-bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user