https://github.com/wildfly/wildscribe
Documentation generator for application servers based on Wildfly
https://github.com/wildfly/wildscribe
Last synced: about 1 year ago
JSON representation
Documentation generator for application servers based on Wildfly
- Host: GitHub
- URL: https://github.com/wildfly/wildscribe
- Owner: wildfly
- License: apache-2.0
- Created: 2013-08-30T17:21:18.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T21:58:59.000Z (about 1 year ago)
- Last Synced: 2025-07-15T02:28:31.671Z (about 1 year ago)
- Language: Java
- Size: 8.16 MB
- Stars: 11
- Watchers: 1
- Forks: 13
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Wildscribe Documentation Generator
==================================
This project is a documentation generator for Wildfly/JBoss EAP. Basically takes the self describing management model
and turns it into HTML. It consists of two parts, the model dumper and the site generator.
See models/README.md for details on dumping models.
To generate the site:
Add any new model versions to models/standalone/versions.txt
Then run (for example):
$ java -Durl=https://wildscribe.github.io -jar site-generator/target/site-generator.jar models/standalone/ ../wildscribe.github.io/