diff --git a/docs/source/_static/SkyPilot_wide_dark.svg b/docs/source/_static/SkyPilot_wide_dark.svg index 6be00d9e591..cb2f742ab98 100644 --- a/docs/source/_static/SkyPilot_wide_dark.svg +++ b/docs/source/_static/SkyPilot_wide_dark.svg @@ -1,64 +1,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/source/_static/SkyPilot_wide_light.svg b/docs/source/_static/SkyPilot_wide_light.svg index 0b2eaae8538..71945c0f927 100644 --- a/docs/source/_static/SkyPilot_wide_light.svg +++ b/docs/source/_static/SkyPilot_wide_light.svg @@ -1,64 +1,55 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index d5bbdd6cb51..aae9defea90 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -27,6 +27,7 @@ html[data-theme="light"] { --pst-color-primary: #176de8; --pst-color-secondary: var(--pst-color-primary); --pst-color-text-base: #4c4c4d; + --logo-text-color: #0E2E65; } html[data-theme="dark"] { @@ -34,6 +35,7 @@ html[data-theme="dark"] { --pst-color-primary: #176de8; --pst-color-secondary: var(--pst-color-primary); --pst-color-text-base: #d8d8d8; + --logo-text-color: #D8D8D8; .bd-sidebar::-webkit-scrollbar { width: 6px; diff --git a/docs/source/_static/custom.js b/docs/source/_static/custom.js index 5ae47b7b7be..0c35532caf3 100644 --- a/docs/source/_static/custom.js +++ b/docs/source/_static/custom.js @@ -25,14 +25,9 @@ document.addEventListener('DOMContentLoaded', function () { document.addEventListener('DOMContentLoaded', () => { // New items: const newItems = [ - { selector: '.toctree-l1 > a', text: 'Managed Jobs' }, - { selector: '.toctree-l1 > a', text: 'Pixtral (Mistral AI)' }, { selector: '.toctree-l1 > a', text: 'Many Parallel Jobs' }, - { selector: '.toctree-l1 > a', text: 'Reserved, Capacity Blocks, DWS' }, - { selector: '.toctree-l1 > a', text: 'Llama 3.2 (Meta)' }, { selector: '.toctree-l1 > a', text: 'Admin Policy Enforcement' }, { selector: '.toctree-l1 > a', text: 'Using Existing Machines' }, - { selector: '.toctree-l1 > a', text: 'Concept: Sky Computing' }, ]; newItems.forEach(({ selector, text }) => { document.querySelectorAll(selector).forEach((el) => { diff --git a/docs/source/_templates/navbar-skypilot-logo.html b/docs/source/_templates/navbar-skypilot-logo.html index 0323953acde..1692f1f2a5d 100644 --- a/docs/source/_templates/navbar-skypilot-logo.html +++ b/docs/source/_templates/navbar-skypilot-logo.html @@ -9,5 +9,59 @@ {#- Logo HTML and image #} diff --git a/docs/source/images/SkyPilot-wide-dark-1k.png b/docs/source/images/SkyPilot-wide-dark-1k.png new file mode 100644 index 00000000000..b6ed7caec6f Binary files /dev/null and b/docs/source/images/SkyPilot-wide-dark-1k.png differ diff --git a/docs/source/images/SkyPilot-wide-light-1k.png b/docs/source/images/SkyPilot-wide-light-1k.png new file mode 100644 index 00000000000..178c6553dd3 Binary files /dev/null and b/docs/source/images/SkyPilot-wide-light-1k.png differ diff --git a/docs/source/images/skypilot-wide-dark-1k.png b/docs/source/images/skypilot-wide-dark-1k.png deleted file mode 100644 index 057b6a0ae97..00000000000 Binary files a/docs/source/images/skypilot-wide-dark-1k.png and /dev/null differ diff --git a/docs/source/images/skypilot-wide-light-1k.png b/docs/source/images/skypilot-wide-light-1k.png deleted file mode 100644 index 7af87ad2864..00000000000 Binary files a/docs/source/images/skypilot-wide-light-1k.png and /dev/null differ