Skip to content

Commit ddf7793

Browse files
committed
docs: plugin tweaks
Enables the privacy plugin, tweaks some settings, enables git-committers
1 parent eca5bdb commit ddf7793

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

mkdocs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extra:
8282
description: >-
8383
We use cookies to measure the effectiveness of our documentation and whether users
8484
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.
8686
actions:
8787
- accept
8888
- reject
@@ -99,6 +99,10 @@ plugins:
9999
- autorefs
100100
- git-revision-date-localized:
101101
fallback_to_build_date: true
102+
enable_creation_date: true
103+
- git-committers:
104+
repository: interactions-py/interactions.py
105+
branch: stable
102106
- mkdocstrings:
103107
# custom_templates: docs/templates
104108
enable_inventory: true
@@ -117,12 +121,11 @@ plugins:
117121
show_if_no_docstring: False # temporary, this will be reverted to False once we're done with docs
118122
- minify:
119123
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
127+
externals: bundle
128+
enabled: !ENV [ DEPLOY, False ]
126129

127130

128131
markdown_extensions:

0 commit comments

Comments
 (0)