From 149b15153ab3d6593c9fe4b493cc8cd800e91f1d Mon Sep 17 00:00:00 2001 From: "Rule Timothy (VM/EMT3)" Date: Fri, 26 Jan 2024 14:25:33 +0100 Subject: [PATCH] Update external links. Signed-off-by: Rule Timothy (VM/EMT3) --- content/_index.md | 4 ++-- hugo.toml | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 207ba36..49062d8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,7 +23,7 @@ The Dynamic Simulation Environment (DSE) can be used to integrate legacy tools i {{% blocks/section color="dark" type="row" %}} -{{% blocks/feature icon="fab fa-github" title="Getting Started!" url="docs/start/" %}} +{{% blocks/feature icon="fab fa-github" title="Getting Started" url="docs/start/" %}} Get started with the DSE. {{% /blocks/feature %}} @@ -31,7 +31,7 @@ Get started with the DSE. We do a Pull Request contributions workflow on **GitHub**. {{% /blocks/feature %}} -{{% blocks/feature icon="fab fa-stack-overflow" title="Stack Overflow!" url="https://stackoverflow.com/questions/tagged/modelc" %}} +{{% blocks/feature icon="fab fa-stack-overflow" title="GitHub Discussions" url="https://github.com/boschglobal/dse.modelc/discussions" %}} Ask technical questions. {{% /blocks/feature %}} diff --git a/hugo.toml b/hugo.toml index dc56f86..62d4390 100644 --- a/hugo.toml +++ b/hugo.toml @@ -99,8 +99,13 @@ enable = false enable = false [params.links] +[[params.links.user]] + name = "GitHub Discussions" + url = "https://github.com/boschglobal/dse.modelc/discussions" + icon = "fab fa-github" + desc = "GitHub Discussions" [[params.links.developer]] - name = "DSE @ BoschGlobal" + name = "GitHub" url = "https://github.com/boschglobal?q=dse&type=all" icon = "fab fa-github" desc = "Contribute to DSE here!"