mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-08-24 20:51:28 -04:00
docs: fix grammar issue
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@llama-flow/docs": patch
|
||||
---
|
||||
|
||||
fix: grammar issue
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
title: What is LlamaFlow
|
||||
description: LlamaFlow 🌊 is a simple, lightweight workflow engine, in TypeScript.
|
||||
---
|
||||
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
|
||||
|
||||
LlamaFlow is a simple, lightweight workflow engine, in TypeScript.
|
||||
It is designed to be easy to use and integrate with your existing applications.
|
||||
|
||||
## Features
|
||||
|
||||
- Minimal core API (<=2kb)
|
||||
- 100% Type safe
|
||||
- Event-driven, stream oriented programming
|
||||
|
||||
## Installation
|
||||
|
||||
<Tabs groupId="install" items={["npm", "yarn", "pnpm"]} persist>
|
||||
```shell tab="npm"
|
||||
npm install @llama-flow/core
|
||||
```
|
||||
|
||||
```shell tab="yarn"
|
||||
yarn add @llama-flow/core
|
||||
```
|
||||
|
||||
```shell tab="pnpm"
|
||||
pnpm add @llama-flow/core
|
||||
```
|
||||
</Tabs>
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: What is LlamaFlow
|
||||
description: 🌊 is a simple, lightweight workflow engine, in TypeScript.
|
||||
---
|
||||
|
||||
LlamaFlow is a simple, lightweight workflow engine, in TypeScript.
|
||||
It is designed to be easy to use and integrate with your existing applications.
|
||||
|
||||
## Features
|
||||
|
||||
- Minimal core API (≤2kb)
|
||||
- 100% Type safe
|
||||
- Event-driven, stream oriented programming
|
||||
|
||||
## Installation
|
||||
|
||||
```package-install
|
||||
npm i @llama-flow/core
|
||||
```
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "LlamaFlow",
|
||||
"description": "Simple, lightweight workflow engine",
|
||||
"root": true,
|
||||
"pages": ["---Guide---", "index", "..."]
|
||||
}
|
||||
Reference in New Issue
Block a user