Skip to content

Commit e92602c

Browse files
committed
feat: Configures mkdocs site options
Adds site URL, enables header autohide, search suggestions, and sharing. Also integrates cookie consent functionality and search & privacy plugins for enhanced user experience.
1 parent d8e2686 commit e92602c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

mkdocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: DevOps Interview Questions
2+
site_url: ""
23
theme:
34
name: material
45
language: uk
@@ -15,7 +16,21 @@ theme:
1516
toggle:
1617
icon: material/brightness-7
1718
name: Switch to dark mode
19+
features:
20+
- header.autohide
21+
- search.suggest
22+
- search.share
1823
plugins:
1924
- obsidian-bridge
25+
- search
26+
- privacy
2027
markdown_extensions:
2128
- obsidian_callouts
29+
extra:
30+
consent:
31+
title: Cookie consent
32+
description: >-
33+
We use cookies to recognize your repeated visits and preferences, as well
34+
as to measure the effectiveness of our documentation and whether users
35+
find what they're searching for. With your consent, you're helping us to
36+
make our documentation better.

0 commit comments

Comments
 (0)