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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Mintlify Documentation

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```
Comment on lines +1 to +13
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open source repo so I thought fit to give it at least a bit of a README lol. More effort might be warranted for this at some point in the future.

3 changes: 3 additions & 0 deletions api-reference/chat/create-assistant-message.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: POST /assistant/{domain}/message
---
2 changes: 1 addition & 1 deletion api-reference/chat/create-topic.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: POST /chat/topic
---
---
2 changes: 1 addition & 1 deletion api-reference/chat/generate-message.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: POST /chat/message
---
---
Loading