Hi,
I was thinking - we could add links to localhost:8080/quickstart-xyz for
each quickstart, with id="qs-foo", and CSS like
#qs-foo { style="display: none"; }
and add CSS files includes, which would only load if the respective
quickstart is available, like
<link
href="http://localhost:8080/jboss-as-wicket-ear/welcome-page-autodiscovery.css"
rel="stylesheet"/>
which would override
#qs-foo { style="display: block"; }
effectively showing only links to deployed quickstarts?
Could add some points to UX :)
Ondra