From a07023184e36c3e72daa0a9066f43bfaa053c6fa Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Mon, 22 Apr 2024 17:12:17 +0200 Subject: [PATCH] Improve warnings style in mkdocs --- README.md | 6 ++++++ overrides/main.html | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4d6a88..8f4b757c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ## 📚 Docs 👉🏻 +!!! warning + +
+ > [!IMPORTANT] > **`nf-validation` has now been renamed to `nf-schema`. The `nf-validation` plugin will not receive any future updates.** @@ -13,6 +17,8 @@ > plugins { id 'nf-schema@2.0.0' } > ``` +
+ **A Nextflow plugin to work with validation of pipeline parameters and sample sheets.** ## Introduction diff --git a/overrides/main.html b/overrides/main.html index ed9985d6..87f89952 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,5 +1,8 @@ {% extends "base.html" %} {% block announce %} -
nf-validation has been deprecated. Please use nf-schema instead.
-{% endblock %} \ No newline at end of file +
+ nf-validation has been deprecated. + Please use nf-schema instead. +
+{% endblock %}