Skip to content
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
22 changes: 22 additions & 0 deletions .github/skills/awesome-design-md/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: awesome-design-md
user-invocable: true
summary: Provides a reference to the VoltAgent awesome-design-md collection for design and markdown best practices.
description: |
Use when the user asks for markdown design patterns, documentation design guidance, or references to the VoltAgent awesome-design-md repository.
Includes a direct link to https://github.com/VoltAgent/awesome-design-md.
---

# Awesome Design MD Skill

This skill exposes the VoltAgent `awesome-design-md` repository as a reference asset.

## Repository

- https://github.com/VoltAgent/awesome-design-md

## Use Cases

- Answering questions about markdown design patterns.
- Providing documentation design best practices.
- Referring to the curated external resource when asked about design-centered markdown examples.
58 changes: 51 additions & 7 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"homepage.title": {
"message": "Curvine - High-Performance Distributed Caching System",
"message": "Curvine - High-Performance Distributed Caching FileSystem",
"description": "The homepage title"
},
"homepage.hero.title": {
"message": "High-Performance Distributed Caching System",
"message": "High-Performance Distributed Caching FileSystem",
"description": "The hero title on the homepage"
},
"homepage.hero.subtitle": {
"message": "Curvine is a high-performance distributed caching system implemented in Rust, designed for low-latency and high-throughput workloads with powerful data governance capabilities.",
"message": "Curvine is a high-performance distributed caching filesystem implemented in Rust, designed for low-latency and high-throughput workloads with powerful data governance capabilities.",
"description": "The hero subtitle on the homepage"
},
"homepage.hero.getStarted": {
Expand Down Expand Up @@ -96,15 +96,15 @@
"description": "Performance section title"
},
"homepage.performance.subtitle": {
"message": "Curvine delivers industry-leading performance metrics that set new standards for distributed caching systems.",
"message": "Curvine keeps 100K concurrent clients stably connected with low-latency metadata operations and around 1 GB of connection memory overhead.",
"description": "Performance section subtitle"
},
"homepage.performance.latency": {
"message": "Average Latency",
"description": "Latency performance metric"
},
"homepage.performance.ops": {
"message": "Operations/sec",
"message": "Stable QPS",
"description": "Operations per second metric"
},
"homepage.performance.uptime": {
Expand All @@ -116,7 +116,7 @@
"description": "Getting started section title"
},
"homepage.gettingstarted.subtitle": {
"message": "Deploy Curvine quickly with our comprehensive documentation and tools.",
"message": "Start a local Curvine Docker demo with one command, then move to production deployment when you are ready.",
"description": "Getting started section subtitle"
},
"homepage.gettingstarted.step1.title": {
Expand Down Expand Up @@ -148,7 +148,7 @@
"description": "CTA section title"
},
"homepage.cta.subtitle": {
"message": "Download now and experience the high-performance distributed caching system that Curvine brings.",
"message": "Download now and experience the high-performance distributed caching filesystem that Curvine brings.",
"description": "CTA section subtitle"
},
"homepage.cta.download": {
Expand Down Expand Up @@ -481,5 +481,49 @@
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
},
"homepage.hero.kicker": {
"message": "Rust systems software for data acceleration",
"description": "Hero eyebrow text"
},
"homepage.visual.chip.label": {
"message": "DISTRIBUTED CACHE",
"description": "Hero chip label"
},
"homepage.visual.modules.agentic": {
"message": "Agentic FileSystem",
"description": "Agentic filesystem module label"
},
"homepage.visual.modules.nodes": {
"message": "AI/ML Pipelines Accelerate",
"description": "AI and ML pipelines acceleration module label"
},
"homepage.visual.modules.inference": {
"message": "LLM Inference Accelerate",
"description": "LLM inference acceleration module label"
},
"homepage.visual.modules.aiNative": {
"message": "AI-Native FileSystem",
"description": "AI-native filesystem module label"
},
"homepage.visual.modules.pipeline": {
"message": "Cloud-Native Storage",
"description": "Cloud-native storage module label"
},
"homepage.gettingstarted.command.eyebrow": {
"message": "Run this in your terminal",
"description": "homepage.gettingstarted.command.eyebrow"
},
"homepage.gettingstarted.command.copied": {
"message": "Copied",
"description": "Copied install command button feedback"
},
"homepage.gettingstarted.command.copy": {
"message": "Copy",
"description": "homepage.gettingstarted.command.copy"
},
"homepage.gettingstarted.command.note": {
"message": "If Docker is available on your machine, run the following command in your terminal, then follow the on-screen instructions to start a local Curvine demo cluster.",
"description": "homepage.gettingstarted.command.note"
}
}
58 changes: 51 additions & 7 deletions i18n/zh-cn/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,15 @@
"description": "The title of the tag list page"
},
"homepage.title": {
"message": "Curvine - 高性能分布式缓存系统",
"message": "Curvine - 高性能分布式缓存文件系统",
"description": "The homepage title"
},
"homepage.hero.title": {
"message": "高性能分布式缓存系统",
"message": "高性能分布式缓存文件系统",
"description": "The hero title on the homepage"
},
"homepage.hero.subtitle": {
"message": "Curvine 是一个用 Rust 实现的高性能分布式缓存系统,专为低延迟和高吞吐量工作负载设计,具有强大的数据治理能力。",
"message": "Curvine 是一个用 Rust 实现的高性能分布式缓存文件系统,专为低延迟和高吞吐量工作负载设计,具有强大的数据治理能力。",
"description": "The hero subtitle on the homepage"
},
"homepage.hero.getStarted": {
Expand Down Expand Up @@ -379,7 +379,7 @@
"description": "CTA section title"
},
"homepage.cta.subtitle": {
"message": "立即下载并体验 Curvine 带来的高性能分布式缓存系统。",
"message": "立即下载并体验 Curvine 带来的高性能分布式缓存文件系统。",
"description": "CTA section subtitle"
},
"homepage.cta.downloadNow": {
Expand Down Expand Up @@ -451,15 +451,15 @@
"description": "Performance section title"
},
"homepage.performance.subtitle": {
"message": "Curvine 在各项性能指标上都表现卓越。",
"message": "Curvine 可支撑 10 万客户端并发稳定连接,元数据操作保持低延迟,连接内存开销仅约 1G,适合大规模缓存文件系统场景。",
"description": "Performance section subtitle"
},
"homepage.performance.latency": {
"message": "延迟",
"description": "Latency performance metric"
},
"homepage.performance.ops": {
"message": "QPS",
"message": "稳定 QPS",
"description": "Operations per second metric"
},
"homepage.performance.uptime": {
Expand All @@ -471,7 +471,7 @@
"description": "Getting started section title"
},
"homepage.gettingstarted.subtitle": {
"message": "三步即可开始使用 Curvine 分布式缓存系统。",
"message": "复制一条命令即可启动本地 Curvine Docker 体验集群,验证通过后再进入生产部署。",
"description": "Getting started section subtitle"
},
"homepage.gettingstarted.step1.title": {
Expand Down Expand Up @@ -505,5 +505,49 @@
"homepage.cta.github": {
"message": "查看 GitHub",
"description": "GitHub button text"
},
"homepage.hero.kicker": {
"message": "面向数据加速的 Rust 系统软件",
"description": "Hero eyebrow text"
},
"homepage.visual.chip.label": {
"message": "分布式缓存",
"description": "Hero chip label"
},
"homepage.visual.modules.agentic": {
"message": "智能体文件系统",
"description": "Agentic filesystem module label"
},
"homepage.visual.modules.nodes": {
"message": "AI/ML 流水线加速",
"description": "AI and ML pipelines acceleration module label"
},
"homepage.visual.modules.inference": {
"message": "大模型推理加速",
"description": "LLM inference acceleration module label"
},
"homepage.visual.modules.aiNative": {
"message": "AI 原生文件系统",
"description": "AI-native filesystem module label"
},
"homepage.visual.modules.pipeline": {
"message": "云原生存储",
"description": "Cloud-native storage module label"
},
"homepage.gettingstarted.command.eyebrow": {
"message": "在终端中运行以下命令",
"description": "homepage.gettingstarted.command.eyebrow"
},
"homepage.gettingstarted.command.copied": {
"message": "已复制",
"description": "Copied install command button feedback"
},
"homepage.gettingstarted.command.copy": {
"message": "复制",
"description": "homepage.gettingstarted.command.copy"
},
"homepage.gettingstarted.command.note": {
"message": "如果你的机器已经安装并可访问 Docker,请在终端运行以下命令,然后根据屏幕提示启动本地 Curvine 体验集群。",
"description": "homepage.gettingstarted.command.note"
}
}
Loading
Loading