docs: optimised docs

This commit is contained in:
zihluwang
2025-02-15 12:23:22 +08:00
parent fb8d6e3476
commit d535bd165f
7 changed files with 68 additions and 191 deletions
+1 -9
View File
@@ -2,12 +2,4 @@
## Introduction
This module is the main part of `JDevKit`, an open-source Java class library that provides a set of convenient tools to streamline code development and enhance productivity. This module serves as the basement of other modules.
## Prerequisites
This whole `JDevKit` is developed by **JDK 17**, which means you have to use JDK 17 for better experience.
## Installation
You don't have to install this module at all, any module which is from `JDevKit` contains this `devkit-core` module.
This module serves as the basement of `JDevKit`. It provides some base exceptions that `JDevKit` might use.