1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

docs: add footer with CNCF trademark notice

Signed-off-by: Joseph Marrero Corchado <jmarrero@redhat.com>
This commit is contained in:
Joseph Marrero Corchado
2025-03-10 14:30:18 -04:00
parent 8e2cf08ae0
commit 5229fbb1fe
3 changed files with 11 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install mdbook_header_footer
run: |
cargo install mdbook_header_footer
- name: Build with mdBook
run: cd docs && mdbook-mermaid install && mdbook build
- name: Upload artifact

View File

@@ -45,3 +45,5 @@ Matrix channel and a weekly video call meeting for example: <https://docs.fedora
Are you interested in working on bootc? Great! See our [CONTRIBUTING.md](CONTRIBUTING.md) guide.
There is also a list of [MAINTAINERS.md](MAINTAINERS.md).
---
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).

View File

@@ -8,6 +8,12 @@ title = "bootc"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[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>" }
]
[output.html]
additional-js = ["mermaid.min.js", "mermaid-init.js"]