We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f86955 commit 94d30fdCopy full SHA for 94d30fd
docs/stylesheets/extra.css
@@ -1,3 +1,3 @@
1
.md-grid {
2
- max-width: initial;
+ max-width: 100%;
3
}
mkdocs.yml
@@ -29,6 +29,7 @@ theme:
29
features:
30
- content.code.annotate
31
- content.code.copy
32
+ - navigation.footer
33
- navigation.indexes
34
- navigation.instant
35
- navigation.path
@@ -96,6 +97,13 @@ extra:
96
97
analytics:
98
provider: google
99
property: G-2SWKZ494KD
100
+ consent:
101
+ title: Cookie consent
102
+ description: >-
103
+ We use cookies to recognize your repeated visits and preferences, as well
104
+ as to measure the effectiveness of our documentation and whether users
105
+ find what they're searching for. With your consent, you're helping us to
106
+ make our documentation better.
107
108
social:
109
- icon: fontawesome/brands/medium
0 commit comments