From 75eab8a94f92ac0da26d3f2c6b8c828787d7c0bf Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 4 Nov 2022 15:44:15 +0800 Subject: [PATCH] [bugfix] fix sort on null object at header.html line 12 [bugfix] fix toggle sidebar issue --- JekyllHelp/_includes/header.html | 4 +- JekyllHelp/_plugins/help-filters.rb | 4 +- JekyllHelp/nav.js | 81 ++++++++++-------- MyApp Example/MyApp.xcodeproj/project.pbxproj | 3 +- MyApp Example/MyAppHelp/.jekyll-metadata | Bin 0 -> 4196 bytes MyApp Example/MyAppHelp/.vscode/launch.json | 16 ++++ MyApp Example/MyAppHelp/.vscode/tasks.json | 43 ++++++++++ MyApp Example/MyAppHelp/Gemfile | 8 ++ MyApp Example/MyAppHelp/Gemfile.lock | 78 +++++++++++++++++ .../MyAppHelp/_English.lproj/index.md | 5 +- .../MyAppHelp/_English.lproj/topic-1.md | 1 + .../MyAppHelp/_English.lproj/topic-2.md | 1 + .../MyAppHelp/_English.lproj/topic-3.md | 1 + MyApp Example/MyAppHelp/_includes/footer.html | 1 + MyApp Example/MyAppHelp/_includes/header.html | 5 +- .../MyAppHelp/_plugins/help-filters.rb | 4 +- MyApp Example/MyAppHelp/nav.js | 80 +++++++++-------- 17 files changed, 256 insertions(+), 79 deletions(-) create mode 100644 MyApp Example/MyAppHelp/.jekyll-metadata create mode 100644 MyApp Example/MyAppHelp/.vscode/launch.json create mode 100644 MyApp Example/MyAppHelp/.vscode/tasks.json create mode 100644 MyApp Example/MyAppHelp/Gemfile create mode 100644 MyApp Example/MyAppHelp/Gemfile.lock diff --git a/JekyllHelp/_includes/header.html b/JekyllHelp/_includes/header.html index 0e23bd7..7b87b88 100644 --- a/JekyllHelp/_includes/header.html +++ b/JekyllHelp/_includes/header.html @@ -3,12 +3,12 @@ Apple Help's hiutil doesn't index text inside NAV elements, however it only applies to immediate text (a bug?). Thus, all text inside this NAV section is also tightly wrapped with NAVs to prevent indexing. {% endcomment %} -