Skip to content

Commit d217555

Browse files
committed
docs improvements
1 parent 2147e69 commit d217555

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: rules
2+
title: rules CLI
33
---
44

55
# rules
@@ -10,7 +10,7 @@ title: rules
1010

1111
:::
1212

13-
`rules` is a CLI built for managing rules across any AI developer tool. Rules are markdown files that encode workflows, preferences, tech stack details, and more in plain natural language so you can get better help from LLMs.
13+
`rules` is a CLI built for managing rules across any AI IDE. Rules are markdown files that encode workflows, preferences, tech stack details, and more in plain natural language so you can get better help from LLMs.
1414

1515
## Install `rules`
1616

@@ -38,7 +38,7 @@ rules add gh:continuedev/rules-template
3838

3939
## Render rules
4040

41-
To use rules with your AI code assistant of choice, you can "render" them to the necessary format and location using `rules render`. For example,
41+
To use rules with your AI IDE of choice, you can "render" them to the necessary format and location using `rules render`. For example,
4242

4343
```bash
4444
rules render cursor

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { Config } from "@docusaurus/types";
33
import { themes as prismThemes } from "prism-react-renderer";
44

55
const config: Config = {
6-
title: "My Simple Site",
7-
tagline: "A single page Docusaurus site",
6+
title: "", // Empty because the "title" of index.md is shown
7+
tagline: "The CLI for managing AI rules",
88
favicon: "img/favicon.ico",
99

1010
future: {

docs/static/img/favicon.ico

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)