From 54c786c291d017eb409e9f7d84e14bdb123135de Mon Sep 17 00:00:00 2001 From: dragonmacher <48328597+dragonmacher@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:24:27 -0400 Subject: [PATCH] GP-3340 - Fixed docs referencing old style sheet --- .../topics/SampleHelpTopic/SampleHelpFile.htm | 11 +++++++--- .../topics/SampleHelpTopic/SampleHelpFile.htm | 11 +++++++--- .../Base/src/main/resources/help/empty.htm | 2 +- GhidraDocs/InstallationGuide.html | 10 +++++----- GhidraDocs/languages/index.html | 16 +++++++++++---- GhidraDocs/languages/versioning.html | 20 +++++++++---------- 6 files changed, 43 insertions(+), 27 deletions(-) diff --git a/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm b/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm index 1c36413ab6..e64d0c5365 100644 --- a/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm +++ b/Ghidra/Extensions/SampleTablePlugin/src/main/help/help/topics/SampleHelpTopic/SampleHelpFile.htm @@ -30,9 +30,14 @@
Note on the Style Sheet: This sample help file uses a style sheet that is consistent - with Ghidra Help. Specify Frontpage.css as the style sheet for your help page if you - would like to maintain the same "look and feel." The Frontpage.css file is in the - help/shared/ directory.
+ with Ghidra Help. If you would like to maintain the same "look and feel.", then use the + Ghidra style sheet:
+ <LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
+
+ Here are some sample bookmarks for the actions in the sample plugins (see the setupActions() method in
Note on the Style Sheet: This sample help file uses a style sheet that is consistent
- with Ghidra Help. Specify Frontpage.css as the style sheet for your help page if you
- would like to maintain the same "look and feel." The Frontpage.css file is in the
- help/shared/ directory.
+
+ <LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
+
+ Here are some sample bookmarks for the actions in the sample plugins (see the setupActions() method in
No help found for this item.
diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html
index 06da43fbe2..825ffec20e 100644
--- a/GhidraDocs/InstallationGuide.html
+++ b/GhidraDocs/InstallationGuide.html
@@ -3,14 +3,14 @@