Skip to content

Commit f14370a

Browse files
authored
Merge pull request EESSI#634 from EESSI/fix-slack-link
Add a single source for Slack invite URL in mkdocs.yml
2 parents e546347 + 5de4ebd commit f14370a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more information:
55
* Visit our [website](https://www.eessi.io)
66
* Consult our [documentation](https://eessi.github.io/docs)
77
* Ask for help at our [support portal](support.md)
8-
* Join our [Slack channel](https://join.slack.com/t/eessi-hpc/shared_invite/zt-2wg10p26d-m_CnRB89xQq3zk9qxf1k3g)
8+
* Join our [Slack channel]({{ config.extra.slack_invite_url }})
99
* Reach out to one of the [project partners](partners.md)
1010
* Check out our GitHub [repositories](https://github.com/EESSI)
1111
* Follow us on [Twitter](https://twitter.com/eessi_hpc)

docs/training-events/2025/happy-hours-sessions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All sessions will be recorded. Recordings, slides, and materials used will be ma
2727
- Online sessions (via Zoom)
2828
- Mix of presentation & hands-on demos: ~15min of content, ~30min for Q&A
2929

30-
If you haven't joined the EESSI Slack yet, [click here to join](https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg)
30+
If you haven't joined the EESSI Slack yet, [click here to join]({{ config.extra.slack_invite_url }})
3131

3232
---
3333

@@ -108,4 +108,3 @@ See the full Recordings, slides, and materials here: [Previous Sessions & Videos
108108
- 25 August 2025 - [Accessing EESSI using container script](https://www.youtube.com/watch?v=MAgWwj27i9U)
109109

110110
- 18 August 2025 - [Installing and configuring CernVM-FS](https://youtu.be/MLeSbMOnbs8)
111-

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ extra:
178178
link: https://twitter.com/eessi_hpc
179179
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
180180
generated_time: "Fri, 28 Nov 2025 at 01:53:03 UTC"
181+
slack_invite_url: "https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg"
181182
extra_javascript:
182183
# mermaid diagram
183184
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs

0 commit comments

Comments
 (0)