ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
28 stars 6 forks source link

Migrate documentation to VitePress #115

Open ciscoo opened 1 month ago

ciscoo commented 1 month ago

Various documentation tools were explored as part of https://github.com/ciscoo/cxf-codegen-gradle/issues/97. The primary reason to migrate to VitePress is the minimal setup.

There is only a single file needed to get going: config.mts. Everything else is markdown content for documentation. Compared to Antora and Docusaurus where several files and configurations were required to get going.

ajiho commented 1 month ago

Yes, I also think Vitepress has a relatively clean configuration. As for version management, you can use Vercel or Netlify because these two tools produce a unique URL address every time it is deployed and it will never disappear

ciscoo commented 1 month ago

Oh! I did not know that was possible. Thanks @ajiho !