From f21e7462e4d613ca23a34c494e7b609465acb243 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 15 Feb 2026 15:11:48 +0200 Subject: [PATCH] docs: fix cookie consent --- zensical.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zensical.toml b/zensical.toml index 3c8d248..402bd49 100644 --- a/zensical.toml +++ b/zensical.toml @@ -226,4 +226,9 @@ We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better. -""" \ No newline at end of file +""" +actions = [ + "accept", + "reject", + "manage" +] \ No newline at end of file