You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your feedback! Your feedback helps us improve our documentation.
75
76
- icon: material/heart-broken
76
77
name: This page could be improved
77
78
data: 0
78
79
note: >-
79
-
Thanks for your feedback! Please create an <a href="https://github.com/interactions-py/interactions.py/issues/new/choose">issue on Github</a> if you have any suggestions.
80
-
consent:
80
+
Thanks for your feedback! Please <a href="https://github.com/interactions-py/interactions.py/issues/new?assignees=LordOfPolls&labels=documentation&template=doc_improvement_req.yml&title=docs:+{title}&page={title} : {url}">open an issue</a> so we can improve our documentation.
81
81
title: Cookie consent
82
82
description: >-
83
83
We use cookies to measure the effectiveness of our documentation and whether users
84
84
find what they're searching for. With your consent, you're helping us to
85
-
make our documentation better.
85
+
make our documentation better. Only operational data is collected, no personal data.
86
86
actions:
87
87
- accept
88
88
- reject
@@ -99,6 +99,10 @@ plugins:
99
99
- autorefs
100
100
- git-revision-date-localized:
101
101
fallback_to_build_date: true
102
+
enable_creation_date: true
103
+
- git-committers:
104
+
repository: interactions-py/interactions.py
105
+
branch: stable
102
106
- mkdocstrings:
103
107
# custom_templates: docs/templates
104
108
enable_inventory: true
@@ -117,12 +121,11 @@ plugins:
117
121
show_if_no_docstring: False # temporary, this will be reverted to False once we're done with docs
118
122
- minify:
119
123
minify_html: true
120
-
# keep these at the bottom of the plugins list
121
-
# - privacy:
122
-
# externals: bundle
123
-
# enabled: !ENV [ DEPLOY, False ]
124
-
# - offline:
125
-
# enabled: !ENV [ DEPLOY, False ]
124
+
# keep this at the bottom of the plugins list - if you are building without insiders, comment it out
125
+
- privacy:
126
+
# Downloads all external resources and stores them locally
0 commit comments