Skip to content

Commit d00997f

Browse files
authored
Merge pull request #87 from Project-MONAI/rename-community-to-success-stories
Create success stories and update navigation
2 parents c580fa7 + 00b2520 commit d00997f

File tree

5 files changed

+709
-211
lines changed

5 files changed

+709
-211
lines changed

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(mv:*)",
5+
"Bash(rg:*)",
6+
"Bash(git checkout:*)",
7+
"Bash(git add:*)"
8+
],
9+
"deny": []
10+
}
11+
}

components/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
x-cloak>
183183
<div class="flex flex-col space-y-2">
184184
<a href="about.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">About Us</a>
185+
<a href="successstories.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Success Stories</a>
185186
<a href="https://github.com/Project-MONAI" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">GitHub</a>
186187
<a href="https://join.slack.com/t/projectmonai/shared_invite/zt-2t7z8e9tu-xE5SPw0TC8LUxyPVpl2WVQ" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Join Slack</a>
187188
<div class="border-t border-gray-100 mt-2 pt-2">

0 commit comments

Comments
 (0)