I remember it worked fine with a local mvn site run back when I made the change. Maybe something changed since then.
Cheers, Alex > On 20. Dec 2018, at 22:04, Julian Reschke <[email protected]> wrote: > > On 2018-12-21 02:39, Alexander Klimetschek wrote: >> This page >> https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html >> is not linked in the navigation on the documentation home page or any other >> page I tried: >> https://jackrabbit.apache.org/oak/docs/index.html >> A bug in the site generation? >> Cheers, >> Alex > > Hmmm: > > >> Index: oak-doc/src/site/site.xml >> =================================================================== >> --- oak-doc/src/site/site.xml (Revision 1838618) >> +++ oak-doc/src/site/site.xml (Revision 1838619) >> @@ -51,7 +51,9 @@ >> <item href="nodestore/segment/overview.html" name="Segment >> NodeStore" /> >> <item href="nodestore/compositens.html" name="Composite NodeStore" /> >> </item> >> - <item href="plugins/blobstore.html" name="Blob Storage" /> >> + <item href="plugins/blobstore.html" name="Blob Storage" >> collapse="false"> >> + <item href="features/direct-binary-access.html" name="Direct >> Binary Access" /> >> + </item> >> <item href="query/query.html" name="Query" collapse="false"> >> <item href="query/query-engine.html" name="Query Engine" /> >> <item href="query/grammar-xpath.html" name="XPath Grammar" /> > > Maybe a nesting problem? ("features" != "plugins"...) > > Best regards, Julian
