Help+LibManual: Open sibling page for subsections

Clicking on a subsection now displays the sibling page, which is
intended to be the main page for that section.
This commit is contained in:
kleines Filmröllchen 2022-12-14 17:53:41 +01:00 committed by Andrew Kaster
commit 201c9d7c77
Notes: sideshowbarker 2024-07-17 02:19:00 +09:00
6 changed files with 26 additions and 2 deletions

View file

@ -26,6 +26,7 @@ public:
virtual bool is_page() const { return false; }
virtual bool is_open() const { return false; }
virtual ErrorOr<String> path() const = 0;
virtual PageNode const* document() const = 0;
// Backend for the command-line argument format that Help and man accept. Handles:
// [/path/to/documentation.md] (no second argument)