-
Notifications
You must be signed in to change notification settings - Fork 119
docs: add footer with CNCF trademark notice #1186
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
Conversation
I'm not seeing the footer anywhere in the built docs. I don't think that I do see there's an |
d510b54
to
6fadc9b
Compare
yeah that is why is draft. But the current diff adds it. I am not thrilled on how it looks. |
Maybe adding a centralized |
Signed-off-by: Joseph Marrero Corchado <jmarrero@redhat.com>
ok, now I like how it looks and actually works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
[preprocessor.header-footer] | ||
headers = [] | ||
footers = [ | ||
{ padding = "\n---\n<p style=\"font-size:11px\">The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href=\"https://www.linuxfoundation.org/trademark-usage/\">Trademark Usage.</a></p>" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This HTML-in-TOML is a bit syntactically awkward, but I guess there's nothing we can do about that.
No description provided.