File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ const { mdAlternate } = Astro.props;
7070 <li class =" py-0" ><a href =" https://monai.readthedocs.io/projects/label/en/latest/" target =" _blank" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel =" noopener noreferrer" >Label Docs</a ></li >
7171 <li class =" py-0" ><a href =" https://monai.readthedocs.io/projects/monai-deploy-app-sdk/en/stable/" target =" _blank" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel =" noopener noreferrer" >Deploy Docs</a ></li >
7272 <li class =" py-0" ><a href =" https://github.com/Project-MONAI/tutorials" target =" _blank" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel =" noopener noreferrer" >Tutorials</a ></li >
73+ <li class =" py-0" ><a href =" skills.html" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" >Medical AI Skills</a ></li >
7374 <li class =" py-0" ><a href =" https://github.com/Project-MONAI" target =" _blank" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel =" noopener noreferrer" >GitHub</a ></li >
7475 <li class =" py-0" ><a href =" https://www.youtube.com/@projectmonai" target =" _blank" class =" text-gray-600 hover:text-brand-primary text-sm transition-colors duration-200" rel =" noopener noreferrer" >YouTube</a ></li >
7576 </ul >
Original file line number Diff line number Diff line change @@ -194,6 +194,9 @@ function bannerSystem() {
194194 <li class =" nav-item" >
195195 <a class =" block px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200" href =" /model-zoo.html" >Model Zoo</a >
196196 </li >
197+ <li class =" nav-item" >
198+ <a class =" block px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200" href =" /skills.html" >Skills</a >
199+ </li >
197200 <li class =" nav-item relative" @click.away =" docsOpen = false" @keydown.escape =" docsOpen = false" >
198201 <button class =" flex items-center justify-between w-full lg:inline-flex lg:w-auto px-4 py-2 text-[0.9rem] font-medium text-gray-600 hover:text-brand-primary rounded-lg hover:bg-gray-50 transition-all duration-200"
199202 @click =" docsOpen = !docsOpen; frameworksOpen = false; communityOpen = false"
Original file line number Diff line number Diff line change 55 " label" ,
66 " deploy" ,
77 " model-zoo" ,
8+ " skills" ,
89 " tutorials" ,
910 " about" ,
1011 " working-groups" ,
You can’t perform that action at this time.
0 commit comments