Skip to content

Commit e50b6d7

Browse files
authored
Revise copyright information in mkdocs.yml
Updated copyright section to include legal links and change year to 2025. Signed-off-by: Henrique Graca <[email protected]>
1 parent e8501b1 commit e50b6d7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mkdocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,14 @@ markdown_extensions:
100100
format: !!python/name:pymdownx.superfences.fence_code_format
101101
- md_in_html
102102

103-
copyright: Copyright &copy; 2024 Amazon Web Services
103+
+copyright: |
104+
<div id="awsdocs-legal-zone-copyright">
105+
<a href="https://aws.amazon.com/privacy" target="_blank" rel="nofollow">Privacy</a> |
106+
<a href="https://aws.amazon.com/terms/" target="_blank" rel="nofollow">Site terms</a> |
107+
<span class="copyright">
108+
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
109+
</span>
110+
</div>
104111
105112
plugins:
106113
- privacy

0 commit comments

Comments
 (0)