Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to adding copyright footer to typedoc. #35

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[GitHub](https://github.com/8hobbies/typedoc-plugin-extra-footer) | [GitLab](https://gitlab.com/8hobbies/typedoc-plugin-extra-footer)

_Since TypeDoc v0.26.0, it is advisable to use the builtin [customFooterHtml][] and
[customFooterHtmlDisableWrapper][] options instead._
[customFooterHtmlDisableWrapper][] options instead. Also check out
[this page](https://forum.8hob.io/t/how-do-i-add-a-copyright-footer-to-a-typedoc-generated-doc/35)
if you intend to add a copyright footer._

This plugin adds extra content to the footer to HTML files generated by [TypeDoc][]. This is
typically suitable for content such as [information about the author of the section, copyright data
Expand Down