Why is this needed?
Inline with AWS documentation, we should update our documentation footer to reference the privacy and site terms pages for AWS documentation.
Which area does this relate to?
Governance
Solution
Perform an update similar to this in mkdocs.yaml.
-copyright: Copyright © 2021 Amazon Web Services
+copyright: |
+ <div id="awsdocs-legal-zone-copyright">
+ <a href="proxy.php?url=https%3A%2F%2Faws.amazon.com%2Fprivacy" target="_blank" rel="nofollow">Privacy</a> |
+ <a href="proxy.php?url=https%3A%2F%2Faws.amazon.com%2Fterms%2F" target="_blank" rel="nofollow">Site terms</a> |
+ <span class="copyright">
+ © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
+ </span>
+ </div>
Acknowledgment
Why is this needed?
Inline with AWS documentation, we should update our documentation footer to reference the privacy and site terms pages for AWS documentation.
Which area does this relate to?
Governance
Solution
Perform an update similar to this in
mkdocs.yaml.Acknowledgment