[
https://issues.jboss.org/browse/WFLY-10593?page=com.atlassian.jira.plugin...
]
Jeff Mesnil commented on WFLY-10593:
------------------------------------
I listed all capabilities from
https://github.com/wildscribe/wildscribe.github.io/tree/master/WildFly/13.0 with the
command line:
{code}
ack -oh "https://github.com/wildfly/wildfly-capabilities/[^\s]*/capability.adoc"
| sort | uniq > capabilities
{code}
I then check the availability of the documentation with the script
{code}
while read url;
do
curl -s -o /dev/null -w "%{http_code} " ${url}
echo ${url}
done < capabilities
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)