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:
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@@ -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
|
||||
|
||||
@@ -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/).
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user