diff --git a/docs/Researcher/overview-researcher.md b/docs/Researcher/overview-researcher.md index 3466200e4c..1db9ff60c0 100644 --- a/docs/Researcher/overview-researcher.md +++ b/docs/Researcher/overview-researcher.md @@ -1,6 +1,12 @@ --- title: Researcher Documentation Overview --- +!!! runai "📣 The NVIDIA Run:ai docs are moving!" + + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from NVIDIA Run:ai v2.20 and above. Visit [NVIDIA Run:ai documentation](https://docshub.run.ai). + + Documentation for versions **2.19 and below** will remain on this site. + # Overview: Researcher Documentation _Researchers_, or _AI practitioners_, use Run:ai to submit Workloads. diff --git a/docs/admin/overview-administrator.md b/docs/admin/overview-administrator.md index 2bb6f42259..c36249a3c6 100644 --- a/docs/admin/overview-administrator.md +++ b/docs/admin/overview-administrator.md @@ -1,3 +1,9 @@ +!!! runai "📣 The NVIDIA Run:ai docs are moving!" + + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from NVIDIA Run:ai v2.20 and above. Visit [NVIDIA Run:ai documentation](https://docshub.run.ai). + + Documentation for versions **2.19 and below** will remain on this site. + # Overview: Infrastructure Administrator The Infrastructure Administrator is an IT person, responsible for the installation, setup and IT maintenance of the Run:ai product. diff --git a/docs/developer/overview-developer.md b/docs/developer/overview-developer.md index 7912050f91..675beec727 100644 --- a/docs/developer/overview-developer.md +++ b/docs/developer/overview-developer.md @@ -1,10 +1,11 @@ ---- -title: Developer Documentation Overview -summary: This article is an overview of the developer documentation for the Run:ai platform. -authors: - - Jason Novich -date: 2024-Apr-10 ---- +!!! runai "📣 The NVIDIA Run:ai docs are moving!" + + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from NVIDIA Run:ai v2.20 and above. Visit [NVIDIA Run:ai documentation](https://docshub.run.ai). + + Documentation for versions **2.19 and below** will remain on this site. + + +# Overview Developers can access Run:ai through various programmatic interfaces. diff --git a/docs/home/overview.md b/docs/home/overview.md index 93ffe518d9..902e4a71dd 100644 --- a/docs/home/overview.md +++ b/docs/home/overview.md @@ -1,3 +1,10 @@ +!!! runai "📣 The NVIDIA Run:ai docs are moving!" + + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from NVIDIA Run:ai v2.20 and above. Visit [NVIDIA Run:ai documentation](https://docshub.run.ai). + + Documentation for versions **2.19 and below** will remain on this site. + + # Overview Run:ai is a GPU orchestration and optimization platform that helps organizations maximize compute utilization for AI workloads. By optimizing the use of expensive compute resources, Run:ai accelerates AI development cycles, and drives faster time-to-market for AI-powered innovations. diff --git a/docs/images/NVIDIA_Logo_docV1.svg b/docs/images/NVIDIA_Logo_docV1.svg new file mode 100644 index 0000000000..b55e22d658 --- /dev/null +++ b/docs/images/NVIDIA_Logo_docV1.svg @@ -0,0 +1,15 @@ + diff --git a/docs/platform-admin/overview.md b/docs/platform-admin/overview.md index 147c49e27d..aca99c5b32 100644 --- a/docs/platform-admin/overview.md +++ b/docs/platform-admin/overview.md @@ -1,5 +1,10 @@ +!!! runai "📣 The NVIDIA Run:ai docs are moving!" + + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from NVIDIA Run:ai v2.20 and above. Visit [NVIDIA Run:ai documentation](https://docshub.run.ai). + Documentation for versions **2.19 and below** will remain on this site. + # Overview: Platform Administrator The Platform Administrator is responsible for the day-to-day administration of the product. diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e2cebd2f2b..d4f136573f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,7 +4,9 @@ } */ .md-header { - background-color: #232837 !important; + background-color: #000000 !important; + top: 32px; /* This setting prevents the Material header from imposing into the space of the banner! */ + } .md-tabs { @@ -71,7 +73,7 @@ } .custom-ticket-button { - background-color: #0654FE !important; /* Change to your preferred color */ + background-color: #76B900 !important; /* Change to your preferred color */ color: white !important; font-weight: bold; border-radius: 5px; @@ -84,13 +86,13 @@ border-top: 1px solid #1b2532 !important; } -/* Default logo size for desktop */ -html .md-header-nav__button.md-logo img, -html .md-header-nav__button.md-logo svg { - width: 104px !important; - height: 30px !important; +.md-header__button.md-logo img { + max-height: 24px !important; + height: auto; + width: auto; } + /* Adjust logo for tablet view */ @media only screen and (max-width: 1024px) { html .md-header-nav__button.md-logo img, @@ -192,4 +194,40 @@ html .md-nav__button.md-logo img { .microlight > code { background: transparent; color: white; -} \ No newline at end of file +} + + +/* Remove the default icon for the custom 'runai' admonition */ +.md-typeset .admonition.runai > .admonition-title::before, +.md-typeset details.runai > summary::before { + content: none !important; +} + + + +.banner { + position: sticky; + top: 0; + z-index: 1001; + background-color: #76B900; + padding: 6px 16px; + font-family: 'Roboto', sans-serif; + font-weight: 600; + font-size: 14px; + color: white; + display: flex; + justify-content: center; + align-items: center; + gap: 12px; + +} + +.banner a { + background-color: black; + color: white; + padding: 4px 10px; + text-decoration: none; + border-radius: 4px; + font-size: 14px; + font-weight: 600; + } diff --git a/mkdocs.yml b/mkdocs.yml index 896826e858..cc388f2316 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Documentation +site_name: "" site_url: https://docs.run.ai/ copyright: Copyright © 2020 - 2025 Run:ai repo_url: https://github.com/run-ai/docs/ @@ -9,7 +9,7 @@ theme: custom_dir: overrides language: en favicon: images/favicon.ico - logo: images/logos-nvidia-runai.svg + logo: images/NVIDIA_Logo_docV1.svg features: - navigation.indexes - navigation.tabs diff --git a/overrides/main.html b/overrides/main.html index 0d037e2618..7383586a68 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -20,7 +20,14 @@ gtag('config', 'G-F88LDKJCCH'); - + + +
+ + {{ super() }} {% endblock %}