We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85b90a commit 4c8a7d5Copy full SHA for 4c8a7d5
.gitignore
@@ -37,6 +37,7 @@ venv
37
38
# Static documentation site generated by Mkdocs
39
site
40
+.cache
41
42
# Generated API documentation (from TypeDoc)
43
/api
@@ -46,4 +47,4 @@ tmp
46
47
48
# TS build files
49
tsconfig.tsbuildinfo
-.tsbuildinfo
50
+.tsbuildinfo
mkdocs.yml
@@ -103,6 +103,7 @@ markdown_extensions:
103
copyright: Copyright © 2023 Amazon Web Services
104
105
plugins:
106
+ - privacy
107
- git-revision-date
108
- search
109
- exclude:
0 commit comments