generated from amazon-archives/__template_Apache-2.0
- Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinternalMaintenance changesMaintenance changes
Description
Summary
Inline with AWS documentation, we should update our documentation footer to reference the privacy and site terms pages for AWS documentation.
Why is this needed?
This is a common AWS documentation standard.
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="https://aws.amazon.com/privacy" target="_blank" rel="nofollow">Privacy</a> | + <a href="https://aws.amazon.com/terms/" target="_blank" rel="nofollow">Site terms</a> | + <span class="copyright"> + © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. + </span> + </div>
Acknowledgment
- This request meets Powertools for AWS Lambda (.NET) Tenets
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationinternalMaintenance changesMaintenance changes
Type
Projects
Status
✅ Done