You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Alexander Klimetschek <ak...@adobe.com.INVALID> on 2018/12/21 01:39:03 UTC

[doc site] Missing page in nav (Direct binary access)

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

Re: [doc site] Missing page in nav (Direct binary access)

Posted by Alexander Klimetschek <ak...@adobe.com.INVALID>.
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 <ju...@gmx.de> 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


Re: [doc site] Missing page in nav (Direct binary access)

Posted by Julian Reschke <ju...@gmx.de>.
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