Returns the product CFBundleIdentifier
for the
current target as configured in your config.rb
.
Returns the product CFBundleName
for the current
target as configured in your config.rb
.
This helper provides CSS for every image in your
project. Each image will have a declaration that sets
max-width
and max-height
to the actual size of the
image. Proper @2x image support is included. It’s most
useful to use this helper in a some_file.css.erb
file.
Returns the copyright page, if one is present. The first page in the hb_sitemap which includes “copyright” within its categories.
Returns the extension name and version; suitable for
the framework
field of modern Apple Help framework
field.
Returns the very top of of the current target, i.e., generally your index.html landing page in the lproj directory.
Returns a list of the locales detected during config. This can be used to build locale-list.json from the data object.
Returns the search tree for the current locale.
Returns a filtered version of the sitemap for the
current target containing only resources that the
modern Apple Help can navigate to directly, in the
current language.
as configured in your config.rb
.
This helper makes it easy to create a help book task. It supports markdown for the body of the task.
Returns a link in the help:anchor:bookID format that Apple recommends in their documentation. Although they work, they’re not recommended: - Apple doesn’t use these in their own Help Books. - When served to a browser, Apple’s JavaScript removes the link (i.e., they don’t work) because it does not access the Help Index where the anchors are recorded.
This helper provides access to an index of images in Markdown reference format, enabling you to use reference-style images in documents. Because this helper includes literal Markdown, it’s only useful in Markdown documents.
This helper provides access to an index of links in Markdown reference format, enabling you to use reference-style links in documents. Because this helper includes literal Markdown, it’s only useful in Markdown documents. These links are ready to use in modern Helpbooks.
Returns the name of the configured partials directory
to use by default with the partials
helper, i.e., the
value of options[:partials_dir]
.
Returns the ProductCopyright
for the current target
as configured in your config.rb
.
Returns the ProductName
for the current target
as configured in your config.rb
.
Returns the ProductURI
for the current target
as configured in your config.rb
.
Returns the ProductVersion
for the current target
as configured in your config.rb
.