Skip to content

Commit bb04b72

Browse files
committed
remove combined file
1 parent 7968740 commit bb04b72

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ This repository contains the official documentation for **Story**, a purpose-bui
88

99
If you see any issues with the docs or would like to add/modify them, please open a Pull Request and tag @jacob-tucker :)
1010

11-
## Train AI on our Docs
12-
13-
If you want to train an AI on our docs, you can use the `combined.md` file. It contains all of our docs in a single `.md` file, and is updated automatically every time a change is made to the repo.
14-
1511
## Development
1612

1713
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
@@ -32,7 +28,7 @@ Once you created a new page, you can use this script to add it to the navigation
3228

3329
### Usage
3430

35-
Run it from the root folder.
31+
Run it from the root folder.
3632

3733
```bash
3834
python add_it.py <path/to/file.mdx>
@@ -47,7 +43,6 @@ python add_it.py network/more/multisig.mdx
4743

4844
Supports .md and .mdx files. Run from directory containing docs.json.
4945

50-
5146
### Troubleshooting
5247

5348
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.

ai-agents/overview.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ description: "Learn about AI Agents on Story. Train on our docs, register and ad
66

77
This page is all about AI Agents. We have prepared a way for you to use our documentation as training data which can be seen below, or continue to learn about developing AI Agents on Story.
88

9-
<CardGroup cols={2}>
10-
<Card title="Train on Our Docs" href="https://github.com/storyprotocol/docs/blob/main/combined.md" icon="robot" color="#4e8189">
11-
Looking to feed our docs into your AI Agent so it can use it as training data? Check out this file, which contains all of our docs in one combined `.md` file.
12-
</Card>
13-
14-
<Card title="Read the ATCP/IP Whitepaper" href="https://story.foundation/atcpip" icon="file" color="#cfb394">
15-
Read our Agent TCP/IP whitepaper, which defines an agent-to-agent transaction system to enable a future of AGI.
16-
</Card>
17-
</CardGroup>
18-
199
Below you will find two sections:
2010

2111
1. **Developing an AI Agent** - this section is for registering an agent itself

ai-agents/using-cursor-with-story.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Adding Story docs lets you interact with our docs directly and get the most accu
1515
<img src="/images/ai-agents/add-cursor.png" />
1616
</Frame>
1717

18-
2. Paste the URL `https://raw.githubusercontent.com/storyprotocol/docs/refs/heads/main/combined.md`
18+
2. Paste the URL `https://docs.story.foundation`
1919

2020
<Note>
2121
This is our entire documentation combined into a single `.md` file, **which is

0 commit comments

Comments
 (0)