Skip to content

Commit a88dc39

Browse files
authored
Merge pull request #94 from Project-MONAI/change_domain
Update all domain for website/docs to GitHub Pages and ReadTheDocs an…
2 parents 21c02e4 + e24c65d commit a88dc39

29 files changed

+99
-100
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta name="description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
66
<meta property="og:title" content="404 - Page Not Found">
77
<meta property="og:description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
8-
<meta property="og:url" content="https://monai.io/404.html">
8+
<meta property="og:url" content="https://project-monai.github.io/404.html">
99
<meta name="twitter:title" content="404 - Page Not Found">
1010
<meta name="twitter:description" content="The page you were looking for could not be found. Please check the URL or navigate back to the homepage.">
11-
<link rel="canonical" href="https://monai.io/404.html">
11+
<link rel="canonical" href="https://project-monai.github.io/404.html">
1212

1313
<!-- #include file="components/head.html" -->
1414

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project MONAI Website
22

3-
This repository contains the source code and content for the Project MONAI website found at [monai.io](https://monai.io/). For more information about MONAI, visit the [Project-MONAI GitHub](https://github.com/Project-MONAI).
3+
This repository contains the source code and content for the Project MONAI website found at [project-monai.github.io](https://project-monai.github.io/). For more information about MONAI, visit the [Project-MONAI GitHub](https://github.com/Project-MONAI).
44

55
## Features
66

@@ -76,7 +76,7 @@ The website uses a component-based architecture. Common elements like headers, f
7676
document.head.innerHTML = document.head.innerHTML
7777
.replace('${title}', 'Your Page Title')
7878
.replace('${description}', 'Your page description')
79-
.replace('${canonical_url}', 'https://monai.io/your-page.html');
79+
.replace('${canonical_url}', 'https://project-monai.github.io/your-page.html');
8080
</script>
8181
```
8282

@@ -141,7 +141,7 @@ Version announcement:
141141
{
142142
id: 'monai-1-6',
143143
message: 'MONAI Core v1.6 is now available!',
144-
link: 'https://docs.monai.io/en/stable/whatsnew_1_6.html',
144+
link: 'https://monai.readthedocs.io/en/stable/whatsnew_1_6.html',
145145
linkText: 'See what\'s new →',
146146
bgColor: 'bg-brand-primary',
147147
icon: 'check',

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta name="description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
77
<meta property="og:title" content="MONAI - About Us">
88
<meta property="og:description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
9-
<meta property="og:url" content="https://monai.io/about.html">
9+
<meta property="og:url" content="https://project-monai.github.io/about.html">
1010
<meta name="twitter:title" content="MONAI - About Us">
1111
<meta name="twitter:description" content="Project MONAI was originally started by NVIDIA & King's College London to establish an inclusive community of AI researchers for the development and exchange of best practices for A">
12-
<link rel="canonical" href="https://monai.io/about.html">
12+
<link rel="canonical" href="https://project-monai.github.io/about.html">
1313

1414
<!-- #include file="components/head.html" -->
1515

components/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<!-- Open Graph Meta Tags -->
2121
<meta property="og:type" content="website">
22-
<meta property="og:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
22+
<meta property="og:image" content="https://project-monai.github.io/assets/img/MONAI-logo_color.png">
2323

2424
<!-- Twitter Card Meta Tags -->
2525
<meta name="twitter:card" content="summary_large_image">
2626
<meta name="twitter:site" content="@ProjectMONAI">
27-
<meta name="twitter:image" content="https://monai.io/assets/img/MONAI-logo_color.png">
27+
<meta name="twitter:image" content="https://project-monai.github.io/assets/img/MONAI-logo_color.png">
2828

2929
<!-- Favicon -->
3030
<link rel="shortcut icon" href="./assets/logo/MONAI-logo_favicon.png" type="image/png">
@@ -47,8 +47,8 @@
4747
"@context": "https://schema.org",
4848
"@type": "Organization",
4949
"name": "MONAI",
50-
"url": "https://monai.io",
51-
"logo": "https://monai.io/assets/img/MONAI-logo_color.png",
50+
"url": "https://project-monai.github.io",
51+
"logo": "https://project-monai.github.io/assets/img/MONAI-logo_color.png",
5252
"description": "MONAI is a freely available, community-supported, PyTorch-based framework for deep learning in healthcare imaging.",
5353
"sameAs": [
5454
"https://twitter.com/ProjectMONAI",

components/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
id: 'monai_core_v1.5.1',
4141
message: 'MONAI Core v1.5.1 is now available!',
42-
link: 'https://docs.monai.io/en/stable/whatsnew_1_5_1.html',
42+
link: 'https://monai.readthedocs.io/en/stable/whatsnew_1_5_1.html',
4343
linkText: 'See what\'s new →',
4444
bgColor: 'bg-brand-primary',
4545
icon: 'check',
@@ -175,7 +175,7 @@
175175
<a href="about.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">About Us</a>
176176
<a href="successstories.html" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Success Stories</a>
177177
<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>
178-
<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>
178+
<a href="https://join.slack.com/t/projectmonai/shared_invite/zt-3hucgm02q-i8Bn9XofDZs2UGOH4jUl4w" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Join Slack</a>
179179
<div class="border-t border-gray-100 mt-2 pt-2">
180180
<div class="grid grid-cols-2 gap-1">
181181
<a href="https://twitter.com/ProjectMONAI" target="_blank" class="px-3 py-2 rounded-md transition-colors hover:bg-gray-50 hover:text-brand-primary">Twitter</a>

0 commit comments

Comments
 (0)