Documentation revamp update
Igor Mironchik
igor.mironchik at gmail.com
Fri May 16 11:37:52 BST 2025
Hi.
On 10.05.2025 13:42, Igor Mironchik wrote:
> I have a question.
>
> Consider I have index page like:
>
> /*!
> \module md4qt
> \title md4qt C++ Classes
> \ingroup modules
> \cmakepackage md4qt
> \cmakecomponent md4qt
>
> \brief Header-only C++ library for parsing Markdown.
>
> \include md4qt-README.qdocinc
> */
>
> In included .qdocinc I have a link to:
>
> /*!
> \page md4qt-known_issues.md.html
> \title Known issues
> \inmodule md4qt
>
> \brief Known issues
>
> \include md4qt-known_issues.qdocinc
> */
>
> Great. All works. Only one thing - when I navigate from index page to
> any class from it I see in navigation bar a link to this index
> (module) page, that is very useful. But when I navigate from my index
> page to my second page (Known issues) I don't see in navigation bar a
> link to module, index page. This upsets me.
>
> So my question is how can I add a level to navigation bar on my second
> page to module, index page?
>
> Thank you.
One more sight - the same issue when navigating from module page to
namespace, if it's presented. There should be the link to module page too.
More information about the kde-devel
mailing list