1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00
serenity/Userland/Libraries/LibManual
Tim Ledbetter 10700ca4c1 LibManual: Associate SubsectionNode with similarly named markdown file
For a subsection named `Foo` with a markdown file `Foo.md` in the same
directory, the document `Foo.md` will be returned when the subsection is
selected.

This prevents PageNodes and SubsectionNodes from sharing the same
name, which fixes an issue in Help where subsections could not be
navigated.
2023-04-25 02:16:48 -06:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Node.cpp AK+Everywhere: Replace URL::paths() with path_segment_at_index() 2023-04-15 06:37:04 +02:00
Node.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
PageNode.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PageNode.h LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Path.cpp Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
Path.h Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.cpp LibManual: Associate SubsectionNode with similarly named markdown file 2023-04-25 02:16:48 -06:00
SectionNode.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
SubsectionNode.cpp LibManual: Associate SubsectionNode with similarly named markdown file 2023-04-25 02:16:48 -06:00
SubsectionNode.h LibManual: Associate SubsectionNode with similarly named markdown file 2023-04-25 02:16:48 -06:00