From 03c1a6a6462a957c64a868baa47f478df671d79b Mon Sep 17 00:00:00 2001 From: Sherin Date: Tue, 25 Mar 2025 20:44:25 +0200 Subject: [PATCH 1/9] Added banner --- docs/Researcher/overview-researcher.md | 7 +++++ docs/admin/overview-administrator.md | 7 +++++ docs/developer/overview-developer.md | 7 +++++ docs/home/overview.md | 8 +++++ docs/platform-admin/overview.md | 6 ++++ docs/stylesheets/extra.css | 41 ++++++++++++++++++++++++++ overrides/main.html | 9 +++++- 7 files changed, 84 insertions(+), 1 deletion(-) diff --git a/docs/Researcher/overview-researcher.md b/docs/Researcher/overview-researcher.md index 3466200e4c..05e9c242d3 100644 --- a/docs/Researcher/overview-researcher.md +++ b/docs/Researcher/overview-researcher.md @@ -1,6 +1,13 @@ --- title: Researcher Documentation Overview --- +!!! runai "📣 The Run:ai docs are moving!" + + We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + + Starting from version **2.20** and above, documentation is available at our new site. + 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..eb710161ad 100644 --- a/docs/admin/overview-administrator.md +++ b/docs/admin/overview-administrator.md @@ -1,3 +1,10 @@ +!!! runai "📣 The Run:ai docs are moving!" + + We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + + Starting from version **2.20** and above, documentation is available at our new site. + 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..ded1d28e3d 100644 --- a/docs/developer/overview-developer.md +++ b/docs/developer/overview-developer.md @@ -6,6 +6,13 @@ authors: date: 2024-Apr-10 --- +!!! runai "📣 The Run:ai docs are moving!" + + We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + + Starting from version **2.20** and above, documentation is available at our new site. + Documentation for versions **2.19 and below** will remain on this site. + Developers can access Run:ai through various programmatic interfaces. diff --git a/docs/home/overview.md b/docs/home/overview.md index 93ffe518d9..21d18e290a 100644 --- a/docs/home/overview.md +++ b/docs/home/overview.md @@ -1,3 +1,11 @@ +!!! runai "📣 The Run:ai docs are moving!" + + We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + + Starting from version **2.20** and above, documentation is available at our new site. + 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/platform-admin/overview.md b/docs/platform-admin/overview.md index 147c49e27d..e960353da1 100644 --- a/docs/platform-admin/overview.md +++ b/docs/platform-admin/overview.md @@ -1,5 +1,11 @@ +!!! runai "📣 The Run:ai docs are moving!" + + We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + Starting from version **2.20** and above, documentation is available at our new site. + 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..a254d53bfc 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -192,4 +192,45 @@ 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; + } + + +.md-header { + top: 36px; /* This setting prevents the Material header from imposing into the space of the banner! */ } \ No newline at end of file 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 %} From 0161755b668cc1f9daeec27a43111fca89ac2aa5 Mon Sep 17 00:00:00 2001 From: Sherin Date: Tue, 25 Mar 2025 21:07:59 +0200 Subject: [PATCH 2/9] Update overview-developer.md --- docs/developer/overview-developer.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/developer/overview-developer.md b/docs/developer/overview-developer.md index ded1d28e3d..863ad3ef36 100644 --- a/docs/developer/overview-developer.md +++ b/docs/developer/overview-developer.md @@ -1,11 +1,3 @@ ---- -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 Run:ai docs are moving!" We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. @@ -13,6 +5,9 @@ date: 2024-Apr-10 Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. + +# Overview + Developers can access Run:ai through various programmatic interfaces. From 4e343579f69db1ce1f2c721059e2f765233e76ce Mon Sep 17 00:00:00 2001 From: Sherin Date: Sat, 29 Mar 2025 23:06:21 +0300 Subject: [PATCH 3/9] Updated logo --- docs/Researcher/overview-researcher.md | 5 ++--- docs/admin/overview-administrator.md | 5 ++--- docs/developer/overview-developer.md | 7 +++---- docs/home/overview.md | 5 ++--- docs/images/NVIDIA_Logo_V.svg | 21 +++++++++++++++++++++ docs/images/NVIDIA_Logo_for_MKdocs.svg | Bin 0 -> 2326 bytes docs/platform-admin/overview.md | 5 ++--- docs/stylesheets/extra.css | 13 ++++++++----- mkdocs.yml | 4 ++-- 9 files changed, 42 insertions(+), 23 deletions(-) create mode 100644 docs/images/NVIDIA_Logo_V.svg create mode 100644 docs/images/NVIDIA_Logo_for_MKdocs.svg diff --git a/docs/Researcher/overview-researcher.md b/docs/Researcher/overview-researcher.md index 05e9c242d3..3d51a78303 100644 --- a/docs/Researcher/overview-researcher.md +++ b/docs/Researcher/overview-researcher.md @@ -1,11 +1,10 @@ --- title: Researcher Documentation Overview --- -!!! runai "📣 The Run:ai docs are moving!" +!!! runai "📣 The NVIDIA Run:ai docs are moving!" - We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). - Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. # Overview: Researcher Documentation diff --git a/docs/admin/overview-administrator.md b/docs/admin/overview-administrator.md index eb710161ad..ab9991d9d1 100644 --- a/docs/admin/overview-administrator.md +++ b/docs/admin/overview-administrator.md @@ -1,8 +1,7 @@ -!!! runai "📣 The Run:ai docs are moving!" +!!! runai "📣 The NVIDIA Run:ai docs are moving!" - We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). - Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. # Overview: Infrastructure Administrator diff --git a/docs/developer/overview-developer.md b/docs/developer/overview-developer.md index 863ad3ef36..e05302cb9f 100644 --- a/docs/developer/overview-developer.md +++ b/docs/developer/overview-developer.md @@ -1,8 +1,7 @@ -!!! runai "📣 The Run:ai docs are moving!" - - We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. +!!! 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). - Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. diff --git a/docs/home/overview.md b/docs/home/overview.md index 21d18e290a..927cfe9a4a 100644 --- a/docs/home/overview.md +++ b/docs/home/overview.md @@ -1,8 +1,7 @@ -!!! runai "📣 The Run:ai docs are moving!" +!!! runai "📣 The NVIDIA Run:ai docs are moving!" - We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). - Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. diff --git a/docs/images/NVIDIA_Logo_V.svg b/docs/images/NVIDIA_Logo_V.svg new file mode 100644 index 0000000000..e7935c099a --- /dev/null +++ b/docs/images/NVIDIA_Logo_V.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/NVIDIA_Logo_for_MKdocs.svg b/docs/images/NVIDIA_Logo_for_MKdocs.svg new file mode 100644 index 0000000000000000000000000000000000000000..b63a76b600799bd3868704282213db313925041b GIT binary patch literal 2326 zcmbu7c{J2r1IK?eB;rxiFp+(o>}3}b!VF3%V;)M@Nn{z>Li1FZEF)VnX-t_snj}kx z5G{;}Y{N7QGnER-QX+~pFVA_;d!B#a=lR_4z31HX{oe0A_na%_3f}@dT%D2500;yE z5E}y!jscFFyMM)I$-gStJS=<)K*RxAkgEs?0)QbP5eP`w1;_&+04xIh9r0~jwn}VR zS~~z>>&81kq9UOG`XI1~=oYc9;yWQwi$qzqrofGu(nbUf7TH+;$Cj;P;vy2;z@i(r z31p)H3h^vzgi$Wp=#plGW*Od;u9O2WHmI63+z2(FD?j20jZ4}!4MG$ zU-BONJl+QUi(;s{K_T(?UzDz4WLwP~Zqp7t>b;KF? zC3E}k(Ikn`&z=fbt;g%FHTk%T@dsZq8l5sl{_HQXPb@~nP}i*S=-6^f)c5v;$C?g1 z8Aij==?(S}FX+PnR(f+;rrvhvVtC<;?NRYF`ML4D_M0_4y9pHRa}@?#K;o6#m8M)& zs)2RfNicw|7G7>XFvtls`#E)Wxn4H0?^PJf)Yr&^^3fB+jGBd4NXFb^P2Q^}KOmzF zvd(r;nS|X%J)QYeS$gl9_$M`rHCfvxs4;J(Qw}8dhHp>O`>kOhtXbSJD4{K(o8nWQ z_w4=jOILvc#8=*xWoX%i2a2;@K3pzULQw3XB@Gz|PdZtCwFR%1Z{9rk= zqgoB!hi)=MS$yG1)AI(xlKf0ccm^}T6m214Jm>1kiL?IpS$&ms7d7Uf(-5Sw^m!)Q z{av+l&5YLD`Yal=UU7JQ^7=FO%0ogk6xG9Cz!BHYXW^@)H3Cn-KP1|-dekc1OXiM& zuEQ|JVYtGSs*5D*=psvA=^_g@kXKp4EqcE|Aks6sGWZB2=?aouwG%VV+hnW>hw<&S zHZig5o%`1OLkPTy{*HnzGTurntfml!K=vKwe9O4`oNOUrXo?$?qt*G68|umU;dN8D zm>ea9syg@|$WU$e`|n})+D{{+#FAkwGAmjq3Z7hiWr zjGc5TPP5tj=I~@Vp)OPmZp~q0^*{6<87fdbUV{)o z56;hvb{~T8avC$?#ymYY*;W|^?@#X4Uq<22MIYdzEBz$K6m2E1eb%W&VFEjO?;Ed| z$TY5U6Z79HlDZihvs+C{Cw7!e__Xa-v& zyM3vdwSHmj#l)|^eNml$I=@o}n}g2ea@0~Ur@Yrmj#kmC$v?_ zN!nPXi(@=(B@X?d_DN}%xkg%xn`u`pWWd^ki#&Y)gvuN%;c!J-r(NS|k6qTOPIK`h zkbHg&tE#3;(Jg~iv7^!(en$7$S9VaXj4hN*2$oBen`p5PQSDEARUbY#7w7nV_lKr=u9h}T1s8as6=VEO>~!bMpiXE~-UUMn^5gm65)(RZwh`tfJZ0uG z=pC0*MrP-!N)H?+UUi1{xFzw~sAG&aN9^RYl5L)hTPNffpih0Jjk@ef{c*|~K@*X* ziWhUO1t=ZE5Uf=W)~~&&8;LkV-_2B<&@1osP?A0xTpw1M%~qDOe?BWGx36AmF|?w- zxVYTyxPOY3WIrizLlJoNv|DPw4Iadb49H+NjgxiGVb688MY*H*0>e|GM# zfT&~g{dV#n3a=ECAB}eCssDZ>YO)4$xQ|cmSk+O&!#i7n1<$IRlP)yz=nU zgNnwx-Xr?P=t(3p2v0(J$K7M^j(7Fq+6U`Rhqm^1xN4~%YY}Z&P3;e`uSCDex)3?Q zRCJ5pWj1RQ=_n0%uOf`>q06^e9qPY7((R$?^kLRMD7mz(*2s_;1T(kkd&@j9a!DHp z%Pw_sm(L;!o>T$w=%tTYtW#+#6Shl4BWrcX0UZuGjsAFXK>t@nEXUvL`uiMDA~nL3 z>au>fk1ns@FsNDNp;>fTr?~Lt#zch7f56JO6%ei43ZQM9v|dh(`$6gvyc7u55)GfU z2-XEc;Q1qRxg8MmW`sZZ^SJ6#%HO_LO?ub*wcMY!CDRpt>As)rK|3J-KsX`qKk|~^ ARsaA1 literal 0 HcmV?d00001 diff --git a/docs/platform-admin/overview.md b/docs/platform-admin/overview.md index e960353da1..72695df289 100644 --- a/docs/platform-admin/overview.md +++ b/docs/platform-admin/overview.md @@ -1,9 +1,8 @@ -!!! runai "📣 The Run:ai docs are moving!" +!!! runai "📣 The NVIDIA Run:ai docs are moving!" - We've been working hard at building out a new docs experience at [docshub.run.ai](https://docshub.run.ai). You can start using the new docs today. + We’ve launched a new documentation site to improve navigation, clarity, and access to the latest features starting from Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). - Starting from version **2.20** and above, documentation is available at our new site. Documentation for versions **2.19 and below** will remain on this site. # Overview: Platform Administrator diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index a254d53bfc..37a3ccc004 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,7 +4,7 @@ } */ .md-header { - background-color: #232837 !important; + background-color: #000000 !important; } .md-tabs { @@ -71,7 +71,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; @@ -85,12 +85,15 @@ } /* Default logo size for desktop */ -html .md-header-nav__button.md-logo img, +html .md-header-nav__button.md-logo img, html .md-header-nav__button.md-logo svg { - width: 104px !important; - height: 30px !important; + width: 330px !important; + height: 21px !important; + margin-top: 10px; /* approximate top spacing */ + margin-left: 24px; /* as per screenshot */ } + /* Adjust logo for tablet view */ @media only screen and (max-width: 1024px) { html .md-header-nav__button.md-logo img, diff --git a/mkdocs.yml b/mkdocs.yml index 896826e858..551fad47e8 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_V.svg features: - navigation.indexes - navigation.tabs From 64908f6038015bebac61bba1bb2a750938565b6d Mon Sep 17 00:00:00 2001 From: Sherin Date: Tue, 1 Apr 2025 13:13:46 +0300 Subject: [PATCH 4/9] Updated logo --- docs/images/NVIDIA_Logo_V.svg | 21 --------------------- docs/images/NVIDIA_Logo_docV1.svg | 15 +++++++++++++++ docs/images/NVIDIA_Logo_for_MKdocs.svg | Bin 2326 -> 0 bytes docs/stylesheets/extra.css | 9 --------- mkdocs.yml | 2 +- 5 files changed, 16 insertions(+), 31 deletions(-) delete mode 100644 docs/images/NVIDIA_Logo_V.svg create mode 100644 docs/images/NVIDIA_Logo_docV1.svg delete mode 100644 docs/images/NVIDIA_Logo_for_MKdocs.svg diff --git a/docs/images/NVIDIA_Logo_V.svg b/docs/images/NVIDIA_Logo_V.svg deleted file mode 100644 index e7935c099a..0000000000 --- a/docs/images/NVIDIA_Logo_V.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - 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/images/NVIDIA_Logo_for_MKdocs.svg b/docs/images/NVIDIA_Logo_for_MKdocs.svg deleted file mode 100644 index b63a76b600799bd3868704282213db313925041b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2326 zcmbu7c{J2r1IK?eB;rxiFp+(o>}3}b!VF3%V;)M@Nn{z>Li1FZEF)VnX-t_snj}kx z5G{;}Y{N7QGnER-QX+~pFVA_;d!B#a=lR_4z31HX{oe0A_na%_3f}@dT%D2500;yE z5E}y!jscFFyMM)I$-gStJS=<)K*RxAkgEs?0)QbP5eP`w1;_&+04xIh9r0~jwn}VR zS~~z>>&81kq9UOG`XI1~=oYc9;yWQwi$qzqrofGu(nbUf7TH+;$Cj;P;vy2;z@i(r z31p)H3h^vzgi$Wp=#plGW*Od;u9O2WHmI63+z2(FD?j20jZ4}!4MG$ zU-BONJl+QUi(;s{K_T(?UzDz4WLwP~Zqp7t>b;KF? zC3E}k(Ikn`&z=fbt;g%FHTk%T@dsZq8l5sl{_HQXPb@~nP}i*S=-6^f)c5v;$C?g1 z8Aij==?(S}FX+PnR(f+;rrvhvVtC<;?NRYF`ML4D_M0_4y9pHRa}@?#K;o6#m8M)& zs)2RfNicw|7G7>XFvtls`#E)Wxn4H0?^PJf)Yr&^^3fB+jGBd4NXFb^P2Q^}KOmzF zvd(r;nS|X%J)QYeS$gl9_$M`rHCfvxs4;J(Qw}8dhHp>O`>kOhtXbSJD4{K(o8nWQ z_w4=jOILvc#8=*xWoX%i2a2;@K3pzULQw3XB@Gz|PdZtCwFR%1Z{9rk= zqgoB!hi)=MS$yG1)AI(xlKf0ccm^}T6m214Jm>1kiL?IpS$&ms7d7Uf(-5Sw^m!)Q z{av+l&5YLD`Yal=UU7JQ^7=FO%0ogk6xG9Cz!BHYXW^@)H3Cn-KP1|-dekc1OXiM& zuEQ|JVYtGSs*5D*=psvA=^_g@kXKp4EqcE|Aks6sGWZB2=?aouwG%VV+hnW>hw<&S zHZig5o%`1OLkPTy{*HnzGTurntfml!K=vKwe9O4`oNOUrXo?$?qt*G68|umU;dN8D zm>ea9syg@|$WU$e`|n})+D{{+#FAkwGAmjq3Z7hiWr zjGc5TPP5tj=I~@Vp)OPmZp~q0^*{6<87fdbUV{)o z56;hvb{~T8avC$?#ymYY*;W|^?@#X4Uq<22MIYdzEBz$K6m2E1eb%W&VFEjO?;Ed| z$TY5U6Z79HlDZihvs+C{Cw7!e__Xa-v& zyM3vdwSHmj#l)|^eNml$I=@o}n}g2ea@0~Ur@Yrmj#kmC$v?_ zN!nPXi(@=(B@X?d_DN}%xkg%xn`u`pWWd^ki#&Y)gvuN%;c!J-r(NS|k6qTOPIK`h zkbHg&tE#3;(Jg~iv7^!(en$7$S9VaXj4hN*2$oBen`p5PQSDEARUbY#7w7nV_lKr=u9h}T1s8as6=VEO>~!bMpiXE~-UUMn^5gm65)(RZwh`tfJZ0uG z=pC0*MrP-!N)H?+UUi1{xFzw~sAG&aN9^RYl5L)hTPNffpih0Jjk@ef{c*|~K@*X* ziWhUO1t=ZE5Uf=W)~~&&8;LkV-_2B<&@1osP?A0xTpw1M%~qDOe?BWGx36AmF|?w- zxVYTyxPOY3WIrizLlJoNv|DPw4Iadb49H+NjgxiGVb688MY*H*0>e|GM# zfT&~g{dV#n3a=ECAB}eCssDZ>YO)4$xQ|cmSk+O&!#i7n1<$IRlP)yz=nU zgNnwx-Xr?P=t(3p2v0(J$K7M^j(7Fq+6U`Rhqm^1xN4~%YY}Z&P3;e`uSCDex)3?Q zRCJ5pWj1RQ=_n0%uOf`>q06^e9qPY7((R$?^kLRMD7mz(*2s_;1T(kkd&@j9a!DHp z%Pw_sm(L;!o>T$w=%tTYtW#+#6Shl4BWrcX0UZuGjsAFXK>t@nEXUvL`uiMDA~nL3 z>au>fk1ns@FsNDNp;>fTr?~Lt#zch7f56JO6%ei43ZQM9v|dh(`$6gvyc7u55)GfU z2-XEc;Q1qRxg8MmW`sZZ^SJ6#%HO_LO?ub*wcMY!CDRpt>As)rK|3J-KsX`qKk|~^ ARsaA1 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 37a3ccc004..790293ebf2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -84,15 +84,6 @@ 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: 330px !important; - height: 21px !important; - margin-top: 10px; /* approximate top spacing */ - margin-left: 24px; /* as per screenshot */ -} - /* Adjust logo for tablet view */ @media only screen and (max-width: 1024px) { diff --git a/mkdocs.yml b/mkdocs.yml index 551fad47e8..cc388f2316 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ theme: custom_dir: overrides language: en favicon: images/favicon.ico - logo: images/NVIDIA_Logo_V.svg + logo: images/NVIDIA_Logo_docV1.svg features: - navigation.indexes - navigation.tabs From 2eabe5eb82148bd1f3bcb90ab6086ed67240bf6e Mon Sep 17 00:00:00 2001 From: Sherin Date: Thu, 3 Apr 2025 08:49:03 +0300 Subject: [PATCH 5/9] Update extra.css --- docs/stylesheets/extra.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 790293ebf2..b4e855b0ec 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -84,6 +84,12 @@ border-top: 1px solid #1b2532 !important; } +.md-header__button.md-logo img { + max-height: 32px; /* or whatever size looks good */ + height: auto; + width: auto; + } + /* Adjust logo for tablet view */ @media only screen and (max-width: 1024px) { From effdfbfe1aefcfee33cf2ef19797dfd3f2453f1b Mon Sep 17 00:00:00 2001 From: Sherin Date: Thu, 3 Apr 2025 08:56:34 +0300 Subject: [PATCH 6/9] Update extra.css --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b4e855b0ec..533f8a8724 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -85,7 +85,7 @@ } .md-header__button.md-logo img { - max-height: 32px; /* or whatever size looks good */ + max-height: 24px; /* or whatever size looks good */ height: auto; width: auto; } From cf6140379dbd8e7f941acf58bbd01d8b3f581fa9 Mon Sep 17 00:00:00 2001 From: Sherin Date: Thu, 3 Apr 2025 09:28:31 +0300 Subject: [PATCH 7/9] Update extra.css --- docs/stylesheets/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 533f8a8724..2f5b5f3a2e 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -85,10 +85,10 @@ } .md-header__button.md-logo img { - max-height: 24px; /* or whatever size looks good */ + max-height: 24px !important; height: auto; width: auto; - } +} /* Adjust logo for tablet view */ From fa3aebf6994ad251ed787cc8cbc2b8048441a840 Mon Sep 17 00:00:00 2001 From: Sherin Date: Sat, 5 Apr 2025 17:32:33 +0300 Subject: [PATCH 8/9] Update extra.css --- docs/stylesheets/extra.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 2f5b5f3a2e..d4f136573f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -5,6 +5,8 @@ .md-header { background-color: #000000 !important; + top: 32px; /* This setting prevents the Material header from imposing into the space of the banner! */ + } .md-tabs { @@ -229,8 +231,3 @@ html .md-nav__button.md-logo img { font-size: 14px; font-weight: 600; } - - -.md-header { - top: 36px; /* This setting prevents the Material header from imposing into the space of the banner! */ -} \ No newline at end of file From c1d1c772532105a5f98a8d79f29637f860359514 Mon Sep 17 00:00:00 2001 From: Sherin Date: Mon, 7 Apr 2025 09:16:54 +0300 Subject: [PATCH 9/9] Updated --- docs/Researcher/overview-researcher.md | 2 +- docs/admin/overview-administrator.md | 2 +- docs/developer/overview-developer.md | 2 +- docs/home/overview.md | 2 +- docs/platform-admin/overview.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Researcher/overview-researcher.md b/docs/Researcher/overview-researcher.md index 3d51a78303..1db9ff60c0 100644 --- a/docs/Researcher/overview-researcher.md +++ b/docs/Researcher/overview-researcher.md @@ -3,7 +3,7 @@ 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). + 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. diff --git a/docs/admin/overview-administrator.md b/docs/admin/overview-administrator.md index ab9991d9d1..c36249a3c6 100644 --- a/docs/admin/overview-administrator.md +++ b/docs/admin/overview-administrator.md @@ -1,6 +1,6 @@ !!! 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). + 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. diff --git a/docs/developer/overview-developer.md b/docs/developer/overview-developer.md index e05302cb9f..675beec727 100644 --- a/docs/developer/overview-developer.md +++ b/docs/developer/overview-developer.md @@ -1,6 +1,6 @@ !!! 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). + 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. diff --git a/docs/home/overview.md b/docs/home/overview.md index 927cfe9a4a..902e4a71dd 100644 --- a/docs/home/overview.md +++ b/docs/home/overview.md @@ -1,6 +1,6 @@ !!! 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). + 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. diff --git a/docs/platform-admin/overview.md b/docs/platform-admin/overview.md index 72695df289..aca99c5b32 100644 --- a/docs/platform-admin/overview.md +++ b/docs/platform-admin/overview.md @@ -1,7 +1,7 @@ !!! 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 Run:ai v2.20 and above. Visit [docshub.run.ai](https://docshub.run.ai). + 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.