Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit a070231

Browse files
committed
Improve warnings style in mkdocs
1 parent 9ea2f3f commit a070231

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 📚 Docs 👉🏻 <https://nextflow-io.github.io/nf-validation>
44

5+
!!! warning
6+
7+
<div class="admonition warning" markdown>
8+
59
<!-- prettier-ignore -->
610
> [!IMPORTANT]
711
> **`nf-validation` has now been renamed to `nf-schema`. The `nf-validation` plugin will not receive any future updates.**
@@ -13,6 +17,8 @@
1317
> plugins { id 'nf-schema@2.0.0' }
1418
> ```
1519
20+
</div>
21+
1622
**A Nextflow plugin to work with validation of pipeline parameters and sample sheets.**
1723
1824
## Introduction

overrides/main.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% extends "base.html" %}
22

33
{% block announce %}
4-
<div>nf-validation has been deprecated. Please use <a href="https://nextflow-io.github.io/nf-schema/latest/">nf-schema</a> instead.</div>
5-
{% endblock %}
4+
<div style="text-align: center;">
5+
<strong>nf-validation has been deprecated.</strong>
6+
Please use <a href="https://nextflow-io.github.io/nf-schema/latest/">nf-schema</a> instead.
7+
</div>
8+
{% endblock %}

0 commit comments

Comments
 (0)