Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
Copy link
Contributor

Choose a reason for hiding this comment

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

to dogfood our own features, we might want to add a new tag here: https://mintlify.com/docs/pages#param-tag

defer to @ethanpalm if we actually want this or not though!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Happy to add that if desired!

Copy link
Contributor

Choose a reason for hiding this comment

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

can totally merge without for now but depending on Ethan's preference we can add it in a follow-up :)

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

This file was deleted.

3 changes: 0 additions & 3 deletions api-reference/chat/generate-message.mdx

This file was deleted.

Loading