diff --git a/custom/main.html b/custom/main.html index 94d9808..4e3541a 100644 --- a/custom/main.html +++ b/custom/main.html @@ -1 +1,57 @@ {% extends "base.html" %} + +{% block footer %} + +{% endblock %} diff --git a/mkdocs.yml b/mkdocs.yml index 3fe0d12..30813f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,7 +48,22 @@ nav: - "dev/index.md" - Blog: - "blog/index.md" - - Help: "help/" + - Help: + - "help/index.md" + - Community: + - "help/community/get-involved.md" + - "help/community/pulpcon.md" + - "help/community/publish-to-blog.md" + - More: + - "help/more/why-pulp.md" + - "help/more/quick-links.md" + - "help/more/brand-guide.md" + - "help/more/docs-usage.md" + - Governance: + - "help/more/governance/licenses.md" + - "help/more/governance/privacy.md" + - "help/more/governance/code-of-conduct.md" + - "help/more/governance/ai_policy.md" plugins: - PulpDocs: components: @@ -242,4 +257,5 @@ markdown_extensions: - pymdownx.tilde copyright: | - © 2025 Pulp Project + © 2026 Pulp Project. + Website licensed under CC BY-SA 4.0. diff --git a/pulpproject.org/css/extra.css b/pulpproject.org/css/extra.css index 1fb739b..e2c978f 100644 --- a/pulpproject.org/css/extra.css +++ b/pulpproject.org/css/extra.css @@ -38,6 +38,54 @@ line-height: 1.1; } +.md-footer-links { + display: flex; + gap: 1.5rem; + justify-content: center; + padding: 0.4rem 0; +} + +.md-footer-links a { + color: var(--md-footer-fg-color--lighter); + font-size: 0.7rem; +} + +.md-footer-links a:hover { + color: var(--md-footer-fg-color); +} + +.md-footer-license { + text-align: center; + font-size: 0.7rem; + color: var(--md-footer-fg-color--lighter); +} + +.md-footer-license a { + color: var(--md-footer-fg-color--lighter); +} + +.md-footer-license a:hover { + color: var(--md-footer-fg-color); +} + +.md-copyright__highlight { + color: var(--md-footer-fg-color--lighter); +} + +.md-copyright__highlight a { + color: var(--md-footer-fg-color--lighter); +} + +.md-copyright__highlight a:hover { + color: var(--md-footer-fg-color); +} + +.md-footer-custom { + display: flex; + justify-content: center; + padding: 0.2rem 0; +} + :root { --md-primary-fg-color: #347dbe; --md-primary-fg-color--light: #ECB7B7; diff --git a/pulpproject.org/help/more/governance/licenses.md b/pulpproject.org/help/more/governance/licenses.md new file mode 100644 index 0000000..8be0afe --- /dev/null +++ b/pulpproject.org/help/more/governance/licenses.md @@ -0,0 +1,14 @@ +# Licensing Notice + +## Website Content + +The site design, original text, and curated content on this website are licensed under the +[Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/). + +## Aggregated Projects + +The software documentation aggregated on this site comes from multiple Pulp Project repositories. +Each repository is governed by its own open-source license. +Please refer to each project's repository for specific licensing terms. + +You can find links to all project repositories on the [Quick Links](site:help/more/quick-links/) page.