From e944b53a060601c216ac7278313d1ea8275e7c2b Mon Sep 17 00:00:00 2001 From: marcobarilari Date: Wed, 18 Sep 2024 10:49:35 +0200 Subject: [PATCH 1/2] add search bar and edit button --- mkdocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 7cade4a..ca69200 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,7 @@ theme: accent: light blue features: - navigation.expand + - content.action.edit docs_dir: doc @@ -59,3 +60,7 @@ markdown_extensions: plugins: - include-markdown +- search +- git-revision-date-localized: + type: datetime + timezone: Europe/Brussels \ No newline at end of file From b30a2cf30b452c4ab37d9cd63abe17387a280ea7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:50:04 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ca69200..ec7f976 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,4 +63,4 @@ plugins: - search - git-revision-date-localized: type: datetime - timezone: Europe/Brussels \ No newline at end of file + timezone: Europe/Brussels