aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/features.ts60
-rw-r--r--docs/content/team.ts10
2 files changed, 35 insertions, 35 deletions
diff --git a/docs/content/features.ts b/docs/content/features.ts
index 119fb5b..a6ef5c9 100644
--- a/docs/content/features.ts
+++ b/docs/content/features.ts
@@ -40,64 +40,64 @@ export type Features = Array<Feature>;
const REPO_FEATURES: Features = [
{
- name: "Incremental builds",
- description: `Building once is painful enough, Turborepo will remember what you've built and skip the stuff that's already been computed.`,
+ name: "逐步增量的设计",
+ description: `只需构建一次工作流——一旦HydroRollAI完成一个任务,它就不会再重新执行。`,
iconDark: RefreshIconDark,
iconLight: RefreshIconLight,
page: "all",
},
{
- name: "Content-aware hashing",
- description: `Turborepo looks at the contents of your files, not timestamps to figure out what needs to be built.`,
+ name: "内容感知哈希",
+ description: `HydroRollAI根据文件内容而不是时间戳来确定需要构建的内容。`,
iconDark: FingerprintIconDark,
iconLight: FingerprintIconLight,
page: "home",
},
{
- name: "Parallel execution",
- description: `Execute builds using every core at maximum parallelism without wasting idle CPUs.`,
+ name: "并行执行",
+ description: `以最大并行性使用每个核心来执行构建,避免浪费空闲CPU。`,
iconDark: LightningIconDark,
iconLight: LightningIconLight,
page: "all",
},
{
- name: "Remote Caching",
- description: `Share a remote build cache with your teammates and CI/CD for even faster builds.`,
+ name: "远程缓存",
+ description: `与团队成员和CI/CD共享远程构建缓存,加快构建速度。`,
iconDark: CloudIconDark,
iconLight: CloudIconLight,
page: "all",
},
{
- name: "Zero runtime overhead",
- description: `Turborepo won’t interfere with your runtime code or touch your sourcemaps. `,
+ name: "零运行时开销",
+ description: `HydroRollAI不会干扰您的运行时代码,也不会修改您的源映射文件。 `,
iconDark: CpuIconDark,
iconLight: CpuIconLight,
page: "all",
},
{
- name: "Pruned subsets",
- description: `Speed up PaaS deploys by generating a subset of your monorepo with only what's needed to build a specific target.`,
+ name: "精简子集",
+ description: `通过生成仅包含构建特定目标所需内容的部分,加快模型的部署速度。`,
iconDark: PieconDark,
iconLight: PieconLight,
page: "all",
},
{
- name: "Task pipelines",
- description: `Define the relationships between your tasks and then let Turborepo optimize what to build and when.`,
+ name: "任务流水线",
+ description: `定义任务之间的关系,然后让HydroRollAI优化构建顺序和时间。`,
iconDark: ArrowsExpandIconDark,
iconLight: ArrowsExpandIconLight,
page: "all",
},
{
- name: "Meets you where you’re at",
- description: `Using Lerna? Keep your package publishing workflow and use Turborepo to turbocharge task running.`,
+ name: "满足您的需求",
+ description: `正在使用Pytorch或者Tensorflow?保持您的包发布工作流程,并使用HydroRollAI加速任务运行。`,
iconDark: BeakerIconDark,
iconLight: BeakerIconLight,
page: "home",
},
{
- name: `Profile in your browser`,
- description: `Generate build profiles and import them in Chrome or Edge to understand which tasks are taking the longest.`,
+ name: `在浏览器中进行性能分析`,
+ description: `生成构建分析文件,并在Chrome或Edge中导入,以了解哪些任务耗时最长`,
iconDark: BarsIconDark,
iconLight: BarsIconLight,
page: "home",
@@ -106,43 +106,43 @@ const REPO_FEATURES: Features = [
const PACK_FEATURES: Features = [
{
- name: "Incremental by design",
- description: `Building once is enough work—once Turbopack performs a task, it never does it again. `,
+ name: "逐步增量设计",
+ description: `只需构建一次工作流——一旦HydroRollCore完成一个任务,它就不会再重新执行。`,
iconDark: BarsIconDark,
iconLight: BarsIconLight,
page: "all",
},
{
- name: "Ecosystem-friendly",
- description: `Get out-of-the-box support for TypeScript, JSX, CSS, CSS Modules, WebAssembly, and more.`,
+ name: "生态系统友好",
+ description: `可以直接支持Python与TypeScript,也可以通过插件支持其他语言,且官方给出的规则包十分丰富。`,
iconDark: EcosystemIconDark,
iconLight: EcosystemIconLight,
page: "home",
},
{
- name: "Lightning fast HMR",
- description: `Hot Module Replacement (HMR) stays fast regardless of the size of your app.`,
+ name: "闪电般快速的HMR",
+ description: `无论你写的规则包大小如何,热加载(HMR)始终保持快速的读取和运行速度。`,
iconDark: LightningIconDark,
iconLight: LightningIconLight,
page: "all",
},
{
- name: "React Server Components",
- description: `Get native support for React Server Components when using Turbopack. `,
+ name: "模型与HydroRoll本体组件",
+ description: `在使用HydroRollCore时,可以获得对AI模型以及水系本体组件的原生支持。`,
iconDark: ServerComponentsIconDark,
iconLight: ServerComponentsIconLight,
page: "all",
},
{
- name: "Simultaneous Multiple Env Targets",
- description: `Build and optimize for multiple environments together (Browser, Server, Edge, SSR, React Server Components).`,
+ name: "同时多个环境目标",
+ description: `一起构建并优化多个环境(webui、本地静态wiki站点、服务器接口组件)`,
iconDark: MultiEnvTargetsIconDark,
iconLight: MultiEnvTargetsIconLight,
page: "all",
},
{
- name: "Next.js support",
- description: `Turbopack will also power Next.js production builds, both locally and in the cloud.`,
+ name: "站点支持 Next.js",
+ description: `HydroRollCore将为Next.js的生产构建提供动力,无论是在本地还是在云端。`,
iconDark: NextJSIconDark,
iconLight: NextJSIconLight,
page: "all",
diff --git a/docs/content/team.ts b/docs/content/team.ts
index 7f4b27e..1c8ac0f 100644
--- a/docs/content/team.ts
+++ b/docs/content/team.ts
@@ -1,16 +1,16 @@
-const TURBO_TEAM: Record<string, AuthorDetails> = {
+const HYDROROLL_TEAM: Record<string, AuthorDetails> = {
HsiangNianian: {
name: "简律纯",
- twitterUsername: "HsiangNianian",
+ GithubUsername: "HsiangNianian",
picture: "/images/people/HsiangNianian.jpg",
},
};
-export type Author = keyof typeof TURBO_TEAM;
+export type Author = keyof typeof HYDROROLL_TEAM;
export type AuthorDetails = {
name: string;
- twitterUsername?: string;
+ GithubUsername?: string;
picture: string;
};
-export default TURBO_TEAM;
+export default HYDROROLL_TEAM;