Skip to content

Commit 6267e12

Browse files
authored
Merge pull request #497 from ewels/master
Add mike versioning
2 parents a0d86f0 + 410551c commit 6267e12

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ work
88
nf-training/results
99
transcript-index
1010
.vscode
11+
site/

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ extra:
136136
- icon: fontawesome/brands/twitter
137137
link: https://twitter.com/nextflowio
138138
name: Nextflow on twitter
139+
version:
140+
provider: mike
141+
alias: true
139142
markdown_extensions:
140143
- admonition
141144
- attr_list

netlify.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[[redirects]]
2-
from = "https://training.seqera.io/*"
3-
to = "https://training.nextflow.io/:splat"
4-
status = 301
5-
force = true
1+
# ONLY USED FOR DEPLOYMENT PREVIEWS
2+
# production deploys go from gh-pages and are pre-built using Mike, for versioning
3+
[build]
4+
command = "mkdocs build"
5+
publish = "site/"

0 commit comments

Comments
 (0)