From 32c0aa6879260948d30cb1604fe85a57e5ac0d0f Mon Sep 17 00:00:00 2001 From: "D.C. Compton" Date: Sun, 29 Sep 2024 09:29:58 -0500 Subject: [PATCH] Fix configuration issue with features. --- mkdocs.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c0dcea1..331c56f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,18 @@ theme: name: material palette: primary: green + features: + - content.action.edit + - content.action.view + - content.code.annotate + - content.code.copy + - content.tabs.link + - content.tooltips + - navigation.tabs + - navigation.top + - search.highlight + - toc.follow + plugins: - search @@ -16,16 +28,6 @@ hljs_languages: - python - sql -features: - - content.code.annotate - - content.code.copy - - content.tabs.link - - content.tooltips - - navigation.tabs - - navigation.top - - search.highlight - - toc.follow - extra_css: - /static/css/adjust.css