diff --git a/docs/hugo.yaml b/docs/hugo.yaml
index b98cdd153..f0c190c62 100644
--- a/docs/hugo.yaml
+++ b/docs/hugo.yaml
@@ -22,4 +22,8 @@ disablePathToLower: true
 params:
   geekdocRepo: "https://github.com/distribution/distribution"
   geekdocEditPath: edit/main/docs
+  geekdocLegalNotice: "https://www.linuxfoundation.org/legal/trademark-usage"
+  geekdocContentLicense:
+    name: CC BY 4.0
+    link: https://creativecommons.org/licenses/by/4.0/
   geekdocOverwriteHTMLBase: true
diff --git a/docs/i18n/en.yaml b/docs/i18n/en.yaml
new file mode 100644
index 000000000..f0eb3c489
--- /dev/null
+++ b/docs/i18n/en.yaml
@@ -0,0 +1 @@
+footer_legal_notice: Trademarks
\ No newline at end of file