Skip to content

Added banner #1453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/Researcher/overview-researcher.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/admin/overview-administrator.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
15 changes: 8 additions & 7 deletions docs/developer/overview-developer.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
7 changes: 7 additions & 0 deletions docs/home/overview.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
15 changes: 15 additions & 0 deletions docs/images/NVIDIA_Logo_docV1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/platform-admin/overview.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
54 changes: 46 additions & 8 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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,
Expand Down Expand Up @@ -192,4 +194,40 @@ html .md-nav__button.md-logo img {
.microlight > code {
background: transparent;
color: white;
}
}


/* 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;
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Expand Down
9 changes: 8 additions & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
gtag('config', 'G-F88LDKJCCH');
</script>
<!-- End Google Tag Manager -->


<!-- Custom Banner -->
<div class="banner">
<span>Explore our new and improved documentation!</span>
<a href="https://docshub.run.ai" target="_blank">Learn more</a>
</div>


{{ super() }}
{% endblock %}

Expand Down