diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 225bb62af..d7b1e9fd0 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -146,7 +146,10 @@ id = "UA-149338238-3" url = "https://github.com/dapr/community/blob/master/README.md" [params] -copyright = "Dapr" +copyright = "The Dapr Authors" +distributed = "Documentation Distributed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)" +trademark = "The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our [Trademark Usage](https://linuxfoundation.org/trademark-usage/) page." + #privacy_policy = "https://policies.google.com/privacy" # Algolia diff --git a/daprdocs/layouts/partials/footer.html b/daprdocs/layouts/partials/footer.html new file mode 100644 index 000000000..ea35b9dd9 --- /dev/null +++ b/daprdocs/layouts/partials/footer.html @@ -0,0 +1,39 @@ +{{ $links := .Site.Params.links }} + +{{ define "footer-links-block" }} + +{{ end }}