![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
typedoc-plugin-extras
Advanced tools
A TypeDoc plugin to add extras (favicon, description, generation date...) to the output documentation
This plugin only works for HTML documentation.
A TypeDoc plugin to add extras to the output documentation.
It allows you to:
--name
would do).
--customTitle "Go back" --titleLink <url-of-your-parent-documentation>
No date/time will be added if --hideGenerator
is set (because the footer wouldn't exist).
All extras are disabled by default: they are opt-in.
Feel free to ask for another extra or to make a PR 😉
You also can view an example documentation using the plugin here:
https://drarig29.github.io/typedoc-plugin-extras/
npm install --save-dev typedoc-plugin-extras
$ npx typedoc --plugin typedoc-plugin-extras [args]
The following arguments can be used in addition to the default TypeDoc arguments.
--customTitle
Specify a custom title, for the top-most title only.
Example: foo
--customDescription
Specify a custom <meta name="description"
property.
Example: An example description
--favicon
Specify the path or URL of the favicon file.
Example: public/favicon.ico
Note: If given a path, the favicon file is copied into the documentation's output directory (--out
).
--footerTypedocVersion
Appends the TypeDoc version in the footer.
Default: false
--footerLastModified
Appends a "Last Modified" text in the footer (e.g. "Last modified 6 min. ago").
Default: false
Note: If specified, the --footerDate
and --footerTime
options are ignored.
--footerDate
(deprecated)
Appends the date of generation in the footer (e.g. "Jul 29, 2022").
Default: false
Note: If combined with --footerTime
, it will append "Jul 29, 2022, 3:44:42 PM GMT+2".
--footerTime
(deprecated)
Appends the time of generation in the footer (e.g. "3:44:42 PM GMT+2").
Default: false
Note: If combined with --footerDate
, it will append "Jul 29, 2022, 3:44:42 PM GMT+2".
To test this plugin, you can generate TypeDoc documentation for this plugin.
To do so, you'll first need to build it:
npm run build
Then, you can generate the documentation with the plugin (from source):
npm test
FAQs
A TypeDoc plugin to add extras (favicon, description, generation date...) to the output documentation
We found that typedoc-plugin-extras demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.