diff options
author | Sven Gothel <[email protected]> | 2023-06-18 22:06:08 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-18 22:06:08 +0200 |
commit | f783788e21f40a4a429221dad416a79586429eb4 (patch) | |
tree | d2b66ad809ce5e945f16d7048ee9b66565b4fe00 | |
parent | b08c609647f6280ddcd1329c40da1fe23d34c4e6 (diff) |
www/index.html: Copy Documentation section into main text for visibility
-rw-r--r-- | www/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 7000629..b5f0a78 100644 --- a/www/index.html +++ b/www/index.html @@ -73,6 +73,17 @@ <a href="../../jogl/www/">JOGL</a> and <a href="../../jocl/www/">JOCL</a>. </p> + <p> + <h3>Documentation</h3> + <ul> + <li><a href="https://jogamp.org/cgit/gluegen.git/about/">GlueGen Git Repo</a></li> + <li><a href="../../deployment/jogamp-next/javadoc/gluegen/javadoc/">GlueGen API-Doc</a></li> + <li><a href="../doc/GlueGen_Mapping.html">GlueGen Native Data & Function Mapping</a></li> + <li><a href="../doc/manual/">GlueGen Manual</a></li> + <li><a href="../doc/HowToBuild.html">How To Build</a></li> + <li><a href="../doc/JogAmpMacOSVersions.html">JogAmp's MacOS Version Support</a></li> + </ul> + </p> </div> </div> |