Skip to content

Commit b084b0d

Browse files
christopher-hakkaartpditommaso
authored andcommitted
Add docs migration banner (#6853)
1 parent 66c6ac2 commit b084b0d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/_static/theme.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,13 @@ div.deprecated p:first-child::before { color: #C3514D; }
244244
font-size: 0.7rem;
245245
margin-left: 0.5rem;
246246
}
247+
248+
/* Site-wide announcement banner */
249+
.admonition.site-banner {
250+
background: #E2F7F3;
251+
border-left: none;
252+
}
253+
254+
.admonition.site-banner .admonition-title {
255+
background: #0CAE8E;
256+
}

docs/_templates/layout.html

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

3+
{% block document %}
4+
<div class="admonition site-banner">
5+
<p class="admonition-title">Nextflow documentation is migrating</p>
6+
<p>Nextflow documentation is being migrated to <a href="https://docs.seqera.io/nextflow/">docs.seqera.io/nextflow</a>. This site will remain available throughout the migration.</p>
7+
</div>
8+
{{ super() }}
9+
{% endblock %}
10+
311
{% block sidebartitle %}
412
{{ super() }}
513
{%- set version_selected = "stable" -%}

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The following settings are available:
113113
: The AWS Batch [Execution Role](https://docs.aws.amazon.com/batch/latest/userguide/execution-IAM-role.html) ARN that needs to be used to execute the Batch Job. It is mandatory when using AWS Fargate.
114114

115115
`aws.batch.forceGlacierTransfer`
116-
: :::{versionadded 26.04.0}
116+
: :::{versionadded} 26.04.0
117117
:::
118118
: When `true`, add the `--force-glacier-transfer` flag to AWS CLI S3 download commands (default: `false`).
119119
: This option is needed when staging directories that have been restored from [S3 Glacier](https://aws.amazon.com/s3/storage-classes/glacier/). It does not restore objects from Glacier.

0 commit comments

Comments
 (0)