Skip to content

Commit fcd1d94

Browse files
authored
Merge pull request #3 from onixbyte/develop
develop: update docs
2 parents 9707900 + f03876f commit fcd1d94

File tree

60 files changed

+254
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+254
-234
lines changed

src/.vitepress/locale-config/en-gb.ts

Lines changed: 16 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,9 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
1919
text: "Projects",
2020
items: [
2121
{
22-
text: "Java Dev Kit",
23-
link: "/projects/java-dev-kit"
24-
},
25-
{
26-
text: "Version Catalogue",
27-
link: "/projects/version-catalogue",
28-
},
29-
{ text: "Common Toolkit", link: "/projects/common-toolkit" },
30-
{
31-
text: "Identity Generator",
32-
link: "/projects/identity-generator",
33-
},
34-
{ text: "Crypto Toolkit", link: "/projects/crypto-toolkit" },
35-
{ text: "Math Toolkit", link: "/projects/math-toolkit" },
36-
{
37-
text: "JWT Toolkit",
38-
link: "/projects/jwt-toolkit",
39-
},
22+
text: "OnixByte Toolbox",
23+
link: "/projects/onixbyte-toolbox"
24+
}
4025
],
4126
},
4227
],
@@ -54,69 +39,26 @@ export const britishEnglishConfig: LocaleSpecificConfig<DefaultTheme.Config> & {
5439
text: "Open Source Projects",
5540
items: [
5641
{
57-
text: "Java Dev Kit",
58-
link: "/projects/java-dev-kit"
59-
},
60-
{
61-
text: "Version Catalogue",
62-
link: "/projects/version-catalogue",
63-
},
64-
{ text: "Common Toolkit", link: "/projects/common-toolkit" },
65-
{
66-
text: "Identity Generator",
67-
link: "/projects/identity-generator",
68-
},
69-
{ text: "Crypto Toolkit", link: "/projects/crypto-toolkit" },
70-
{ text: "Math Toolkit", link: "/projects/math-toolkit" },
71-
{
72-
text: "JWT Toolkit",
73-
link: "/projects/jwt-toolkit",
74-
},
42+
text: "OnixByte Toolbox",
43+
link: "/projects/onixbyte-toolbox"
44+
}
7545
],
7646
},
7747
],
78-
"/projects/java-dev-kit": [
48+
"/projects/onixbyte-toolbox": [
7949
{
8050
text: "Project",
81-
items: projectSidebar("java-dev-kit")
51+
items: [
52+
{ text: "Intro", link: `/projects/onixbyte-toolbox/` },
53+
{ text: "Usage", link: `/projects/onixbyte-toolbox/usage` },
54+
{ text: "API", link: `/projects/onixbyte-toolbox/api` },
55+
{
56+
text: "Changelog",
57+
link: `/projects/onixbyte-toolbox/changelog`,
58+
},
59+
]
8260
}
8361
],
84-
"/projects/version-catalogue": [
85-
{
86-
text: "Project",
87-
items: projectSidebar("version-catalogue"),
88-
},
89-
],
90-
"/projects/common-toolkit/": [
91-
{
92-
text: "Project",
93-
items: projectSidebar("common-toolkit"),
94-
},
95-
],
96-
"/projects/identity-generator/": [
97-
{
98-
text: "Project",
99-
items: projectSidebar("identity-generator"),
100-
},
101-
],
102-
"/projects/crypto-toolkit/": [
103-
{
104-
text: "Project",
105-
items: projectSidebar("crypto-toolkit"),
106-
},
107-
],
108-
"/projects/math-toolkit/": [
109-
{
110-
text: "Project",
111-
items: projectSidebar("math-toolkit"),
112-
},
113-
],
114-
"/projects/jwt-toolkit/": [
115-
{
116-
text: "Project",
117-
items: projectSidebar("jwt-toolkit"),
118-
},
119-
],
12062
},
12163
},
12264
}

src/.vitepress/locale-config/zh-cn.ts

Lines changed: 17 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,8 @@ export const simplifiedChineseConfig: LocaleSpecificConfig<DefaultTheme.Config>
1818
text: "项目",
1919
items: [
2020
{
21-
text: "Java Dev Kit",
22-
link: "/zh-CN/projects/java-dev-kit"
23-
},
24-
{
25-
text: "Version Catalogue",
26-
link: "/zh-CN/projects/version-catalogue",
27-
},
28-
{ text: "Common Toolkit", link: "/zh-CN/projects/common-toolkit" },
29-
{
30-
text: "Identity Generator",
31-
link: "/zh-CN/projects/identity-generator",
32-
},
33-
{ text: "Crypto Toolkit", link: "/zh-CN/projects/crypto-toolkit" },
34-
{ text: "Math Toolkit", link: "/zh-CN/projects/math-toolkit" },
35-
{
36-
text: "JWT Toolkit",
37-
link: "/zh-CN/projects/jwt-toolkit",
21+
text: "OnixByte 工具箱",
22+
link: "/zh-CN/projects/onixbyte-toolbox",
3823
},
3924
],
4025
},
@@ -56,57 +41,27 @@ export const simplifiedChineseConfig: LocaleSpecificConfig<DefaultTheme.Config>
5641
text: "开源项目",
5742
items: [
5843
{
59-
text: "Version Catalogue",
60-
link: "/zh-CN/projects/version-catalogue",
61-
},
62-
{ text: "Common Toolkit", link: "/zh-CN/projects/common-toolkit" },
63-
{
64-
text: "Identity Generator",
65-
link: "/zh-CN/projects/identity-generator",
66-
},
67-
{ text: "Crypto Toolkit", link: "/zh-CN/projects/crypto-toolkit" },
68-
{ text: "Math Toolkit", link: "/zh-CN/projects/math-toolkit" },
69-
{
70-
text: "JWT Toolkit",
71-
link: "/zh-CN/projects/jwt-toolkit",
44+
text: "OnixByte 工具箱",
45+
link: "/zh-CN/projects/onixbyte-toolbox",
7246
},
7347
],
7448
},
7549
],
76-
"/zh-CN/projects/version-catalogue": [
77-
{
78-
text: "项目",
79-
items: projectSidebar("version-catalogue", Locale.ZH_CN),
80-
},
81-
],
82-
"/zh-CN/projects/common-toolkit/": [
83-
{
84-
text: "项目",
85-
items: projectSidebar("common-toolkit", Locale.ZH_CN),
86-
},
87-
],
88-
"/zh-CN/projects/identity-generator/": [
50+
"/zh-CN/projects/onixbyte-toolbox": [
8951
{
9052
text: "项目",
91-
items: projectSidebar("identity-generator", Locale.ZH_CN),
92-
},
93-
],
94-
"/zh-CN/projects/crypto-toolkit/": [
95-
{
96-
text: "项目",
97-
items: projectSidebar("crypto-toolkit", Locale.ZH_CN),
98-
},
99-
],
100-
"/zh-CN/projects/math-toolkit/": [
101-
{
102-
text: "项目",
103-
items: projectSidebar("math-toolkit", Locale.ZH_CN),
104-
},
105-
],
106-
"/zh-CN/projects/jwt-toolkit/": [
107-
{
108-
text: "项目",
109-
items: projectSidebar("jwt-toolkit", Locale.ZH_CN),
53+
items: [
54+
{ text: "简介", link: "/zh-CN/projects/onixbyte-toolbox/" },
55+
{
56+
text: "使用",
57+
link: "/zh-CN/projects/onixbyte-toolbox/usage",
58+
},
59+
{ text: "API", link: `/zh-CN/projects/onixbyte-toolbox/api` },
60+
{
61+
text: "更新日志",
62+
link: `/zh-CN/projects/onixbyte-toolbox/changelog`,
63+
},
64+
],
11065
},
11166
],
11267
},

src/projects/common-toolkit/index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/projects/crypto-toolkit/changelog.md

Whitespace-only changes.

src/projects/crypto-toolkit/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/projects/crypto-toolkit/usage.md

Whitespace-only changes.

src/projects/identity-generator/api.md

Whitespace-only changes.

src/projects/identity-generator/changelog.md

Whitespace-only changes.

src/projects/identity-generator/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/projects/identity-generator/usage.md

Whitespace-only changes.

src/projects/java-dev-kit/api.md

Whitespace-only changes.

src/projects/java-dev-kit/usage.md

Whitespace-only changes.

src/projects/jwt-toolkit/api.md

Whitespace-only changes.

src/projects/jwt-toolkit/changelog.md

Whitespace-only changes.

src/projects/jwt-toolkit/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/projects/jwt-toolkit/usage.md

Whitespace-only changes.

src/projects/math-toolkit/api.md

Whitespace-only changes.

src/projects/math-toolkit/changelog.md

Whitespace-only changes.

src/projects/math-toolkit/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/projects/math-toolkit/usage.md

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024-2025 OnixByte
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

src/projects/java-dev-kit/changelog.md renamed to src/projects/onixbyte-toolbox/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.4.0 (17 Jun 2025)
4+
5+
- feat: remove `ReflectMapUtil`
6+
- refactor: remove `simple-serial`
7+
- refactor: remove `simple-jwt` in gradle settings
8+
- refactor: remove `devkit-core`
9+
310
## v2.3.0 (12 Jun 2025)
411

512
- feat: deprecate reflect map util by @siujamo in #67

0 commit comments

Comments
 (0)