From 770326143c6160c3ed7613d7ecb2145b19d4e5e5 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 3 Jun 2021 12:57:58 +0530 Subject: [PATCH 1/3] Changed hyperlinks to latest and archived site directory for PR builds Signed-off-by: Himanshu --- Jenkinsfile.yml | 2 ++ homepage/docs/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile.yml b/Jenkinsfile.yml index 7f8989a..abe5785 100644 --- a/Jenkinsfile.yml +++ b/Jenkinsfile.yml @@ -18,6 +18,8 @@ node('ubuntu18.04-OnDemand'){ """ } else { sh 'mkdocs build' + print "Archiving site directory" + archiveArtifacts artifacts: 'site/**/*', fingerprint: true, allowEmptyArchive: false echo 'Deployment to gh-pages is done only from master branch' } } diff --git a/homepage/docs/index.md b/homepage/docs/index.md index b1ac47f..9815b8a 100644 --- a/homepage/docs/index.md +++ b/homepage/docs/index.md @@ -5,4 +5,4 @@ implementations for FIDO Device Onboard specification. Following snapshots are available for different releases of FIDO Device Onboard implementations. -* [0.5](https://secure-device-onboard.github.io/docs-fidoiot/0.5.0) +* [latest](https://secure-device-onboard.github.io/docs-fidoiot/latest) From d9e1181f0ba32b699d59df245f95194edc187337 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Fri, 25 Mar 2022 14:58:55 +0530 Subject: [PATCH 2/3] Added link for 1.1.0 Signed-off-by: Himanshu --- homepage/docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/homepage/docs/index.md b/homepage/docs/index.md index 40b657b..a629581 100644 --- a/homepage/docs/index.md +++ b/homepage/docs/index.md @@ -6,4 +6,5 @@ implementations for FIDO Device Onboard specification. Following snapshots are available for different releases of FIDO Device Onboard implementations. * [latest](https://secure-device-onboard.github.io/docs-fidoiot/latest) +* [1.1.0](https://secure-device-onboard.github.io/docs-fidoiot/1.1.0) * [1.0](https://secure-device-onboard.github.io/docs-fidoiot/1.0.0) From 4c33198666c3d18d398d9fcb754e3235ab6a5fb9 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Fri, 25 Mar 2022 15:01:58 +0530 Subject: [PATCH 3/3] Added link for 1.1.0 Signed-off-by: Himanshu --- homepage/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/docs/index.md b/homepage/docs/index.md index a629581..6b5a919 100644 --- a/homepage/docs/index.md +++ b/homepage/docs/index.md @@ -6,5 +6,5 @@ implementations for FIDO Device Onboard specification. Following snapshots are available for different releases of FIDO Device Onboard implementations. * [latest](https://secure-device-onboard.github.io/docs-fidoiot/latest) -* [1.1.0](https://secure-device-onboard.github.io/docs-fidoiot/1.1.0) +* [1.1](https://secure-device-onboard.github.io/docs-fidoiot/1.1.0) * [1.0](https://secure-device-onboard.github.io/docs-fidoiot/1.0.0)