ZF-2885: CHM compilation update makes problems with HTML documentation
Description
CS-8703 makes some problems for HTML documentation.
The first thing is absence of the navigation links at the top and the bottom of the documentation pages. Probably there are also some other differences in the updated documentation.
Changes are produced by switching DOCBOOK_XSL from http://framework.zend.com/docbook-xsl/html/… to http://framework.zend.com/docbook-xsl/htmlhelp/…
Comments
Posted by Thomas Weidner (thomas) on 2008-03-15T13:44:31.000+0000
htmlhelp-common has a xsl parameter which has to be changed.
Set it to "0" and navbars are visible again. But this has to be made on the source (homepage) and not in the ZF itself.
Posted by Alexander Veremyev (alexander) on 2008-03-15T14:41:41.000+0000
Fixed using offered htmlhelp-common.xsl update.
Posted by Wil Sinclair (wil) on 2008-06-15T22:13:04.000+0000
Cleaning up for bookkeeping.
Posted by Wil Sinclair (wil) on 2008-06-15T22:14:19.000+0000
Updating to comply with new IT component conventions.