Skip to content

Commit

Permalink
fix: styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Code2Life committed Jan 24, 2025
1 parent 1f51295 commit 0a25854
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig(
},

title: "Tensor Fusion",
titleTemplate: "Maximize your GPU Usage with Pooling and Virtualization | Remote GPU Sharing",
titleTemplate: "Maximize your GPU usage, powered by GPU virtualization and pooling, fractional GPU, Remote GPU Sharing, GPU over IP",
description: "Tensor Fusion is a AI infra solution focusing on maximizing GPU usage with pooling and intelligent scheduling. It's based on a cutting-edge API-remoting GPU virtualization. Run more AI apps, with less GPUs.",
rewrites: {
"en/:rest*": ":rest*",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig, type DefaultTheme } from 'vitepress'

export const en = defineConfig({
lang: 'en-US',
description: 'The full-fledged tech doc template powered by VitePress & Diátaxis framework',
description: 'Maximize your GPU Usage with Pooling and Virtualization, Remote GPU Sharing, GPU over IP, Improve GPU cluster utilization',

themeConfig: {
nav: nav(),
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/VLandingPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-cloak>
<div v-cloak style="background-color: #111;color: wheat;">
<div class="vp-doc"></div>
<VNavBar></VNavBar>

Expand Down
6 changes: 2 additions & 4 deletions docs/.vitepress/theme/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ html {
}

body {
color: #333;
background-color: #fff;
min-height: 100%;
margin: 0;
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -2102,8 +2100,8 @@ textarea.w-input, textarea.w-select {
}

body {
background-color: var(--color--black);
color: var(--color--white);
background-color: var(--vp-c-bg);
color: var(--vp-c-text-1);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
Expand Down

0 comments on commit 0a25854

Please sign in to comment.