Automated Documentation Tool for IIQ

Additional Resources

3 Likes

How can we integrate the generated documentation under the https://your-server-name/identityiq?

A good place would be a subfolder of /doc, e.g. https://youriiq.yourdomain.com/identityiq/doc/iiqdoc/.

Hi Menno,
many thanks for sharing this!

for me it seems as if not all code is on the main branch. Do I need to request something to get full access? Or is the complete jar somewhere else? Also I’ve seen this sentence: " The tool is distributed as a zip file named like identityiq-documentation-generator-<version>-bin.zip". Where do I get this ZIP form?

I downloaded the code from your repo as zip and build it as maven project. Unfortunately, I am not promted for input args, but it only takes 2 arguments, input and output file path…

Many thanks
Jonas

@menno_pieters Forgot to mention you :slight_smile:

Thx!

Follow the GitHub link and on the right hand side there is a section ‘Releases’. This is where you find the pre-built zip file.

image

It is correct that you’re not asked for inputs. You can use the file src/main/xslt/IdentityIQ-Documenter-Config.xsl to configure the tool: what features to enable/disable, how fine-grained the information should be, etc.

Hi Menno,
didn’t see that. Many thank for pointing this out :slight_smile:

Cheers
Jonas

1 Like