From b911de0be5a857e37e425ac5fdd8273b2aea7b92 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:17:34 -0600 Subject: [PATCH 1/3] feat: link to computational resources --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 69200607..5c7d0b0d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,6 +80,7 @@ nav: - Tools and Apps: - Training Resources: training.md + - Computational Workflows: https://designsafe-ci.github.io/training-OpenSees-on-DesignSafe/Docs_MD/Oview_ComputationalWorkflow.html - Popular: - OpenSees: tools/simulation/opensees/opensees.md - ADCIRC: tools/simulation/adcirc/adcirc.md From 99eb81a9442768d38180c999743a5db15f2d3a57 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:29:00 -0600 Subject: [PATCH 2/3] fix: use full requested title --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5c7d0b0d..e825481a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,7 +80,7 @@ nav: - Tools and Apps: - Training Resources: training.md - - Computational Workflows: https://designsafe-ci.github.io/training-OpenSees-on-DesignSafe/Docs_MD/Oview_ComputationalWorkflow.html + - Computational Workflows on DesignSafe: https://designsafe-ci.github.io/training-OpenSees-on-DesignSafe/Docs_MD/Oview_ComputationalWorkflow.html - Popular: - OpenSees: tools/simulation/opensees/opensees.md - ADCIRC: tools/simulation/adcirc/adcirc.md From 1ac8747f854c0df95e683d7e33353b96ec2037ce Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:10:22 -0600 Subject: [PATCH 3/3] fix: less wordy nav link --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index e825481a..5c7d0b0d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,7 +80,7 @@ nav: - Tools and Apps: - Training Resources: training.md - - Computational Workflows on DesignSafe: https://designsafe-ci.github.io/training-OpenSees-on-DesignSafe/Docs_MD/Oview_ComputationalWorkflow.html + - Computational Workflows: https://designsafe-ci.github.io/training-OpenSees-on-DesignSafe/Docs_MD/Oview_ComputationalWorkflow.html - Popular: - OpenSees: tools/simulation/opensees/opensees.md - ADCIRC: tools/simulation/adcirc/adcirc.md