From bfd8c761c0ad990acaa140ade487f65a2a5f160e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Krzy=C5=9Bk=C3=B3w?= Date: Sun, 30 Jun 2024 20:18:52 +0200 Subject: [PATCH] restore zengin --- docs/.pages | 2 +- overrides/.hooks/all_plugin_patch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.pages b/docs/.pages index 12e925f820..890ec3c1f8 100644 --- a/docs/.pages +++ b/docs/.pages @@ -2,7 +2,7 @@ nav: - Home: - ... | index*.md - ... | preferences*.md - + - zengin - genome - contribute - blog \ No newline at end of file diff --git a/overrides/.hooks/all_plugin_patch.py b/overrides/.hooks/all_plugin_patch.py index 6a97db88c6..5187165633 100644 --- a/overrides/.hooks/all_plugin_patch.py +++ b/overrides/.hooks/all_plugin_patch.py @@ -124,7 +124,7 @@ def _on_files_disconnect_zengin(files: Files, config, *_, **__): return Files(faster_files) -on_files = plugins.CombinedEvent(_on_files_disconnect_zengin, _on_files_disconnect_blog_files, _on_files_connect_blog_files) +on_files = plugins.CombinedEvent(_on_files_disconnect_blog_files, _on_files_connect_blog_files) @plugins.event_priority(100)