mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
Spreadsheet: Add support for example views and hyperlinks in the docs
Now the functions can actually be demonstrated by small examples, embedded right inside the documentation via: spreadsheet://example/<page>#<example_name> Also allows pages to link to each other via the same scheme: spreadsheet://doc/<page>
This commit is contained in:
parent
a598a2c19d
commit
1bd3a2d09f
6 changed files with 310 additions and 23 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
|
||||
private:
|
||||
static RefPtr<HelpWindow> s_the;
|
||||
String render(const GUI::ModelIndex&);
|
||||
String render(const StringView& key);
|
||||
HelpWindow(GUI::Window* parent = nullptr);
|
||||
|
||||
JsonObject m_docs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue