Skip to content

Commit 949fa10

Browse files
committed
added org.dynapi:common to homepage and nav-links
1 parent 44b52ea commit 949fa10

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/webpage/.vitepress/config/en.ts

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ function nav(): DefaultTheme.NavItem[] {
6565
link: 'https://github.com/DynAPI/org.dynapi.json-schema-gen',
6666
target: '_blank',
6767
},
68+
{
69+
text: "org.dynapi:common",
70+
link: 'https://github.com/DynAPI/org.dynapi.common',
71+
target: '_blank',
72+
},
6873
]
6974
},
7075
]

src/webpage/en/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,9 @@ This specification can then be used in combination with [Swagger-UI](https://swa
166166
167167
Json-Schema-Gen is a library to generate a [JSON-Schema](https://json-schema.org/) for your configuration file in order for IDE to provide better autocompletion.
168168
This library supports the generation by using annotation on your configuration-class or by directly using the Java-API.
169+
170+
### [org.dynapi:common](https://github.com/dynapi/org.dynapi.common)
171+
172+
> common classes and utility functions
173+
174+
org.dynapi:common is library that contains useful classes and utility functions for building, formatting and debugging.

0 commit comments

Comments
 (0)