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
91 changes: 91 additions & 0 deletions README.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
title: How to Contribute
---

# Portkey AI Docs

This repository contains the source code for [Portkey AI](https://portkey.ai)'s documentation, built using [Mintlify](https://mintlify.com).
We welcome contributions to improve the accuracy, clarity, and coverage of our docs.

---

## Getting Started

To contribute or preview the documentation locally:

### 1. Clone the Repository

```bash
git clone https://github.com/portkey-ai/docs-core.git
cd docs-core
````

### 2. Install Mintlify CLI

The documentation is built using Mintlify. Install the `mint` CLI globally with any of the following:

```bash
npm install -g mint
# OR
pnpm add -g mint
# OR
yarn global add mint
```

Refer to the [Mintlify Docs](https://mintlify.com/docs) if you run into issues.

### 3. Run the Local Server

```bash
mint dev
```

This will start a local server so you can preview your changes as you edit.

---

## How to Contribute

We appreciate all contributions—small or large. Here's how you can help:

1. **Fork** the repository.
2. **Create a branch** for your changes:

```bash
git checkout -b your-branch-name
```
3. **Make edits** and test them locally using `mint dev`.
4. **Commit and push** your changes.
5. **Open a pull request** to the `main` branch with a clear description.

---

## What You Can Contribute

* Fix typos or broken links
* Improve explanations or formatting
* Add missing documentation
* Suggest structural improvements
* Maintain existing integrations with Portkey

---

## Need Help?

Join the `#portkey-docs` channel in our [Discord](https://portkey.wiki/community) to ask questions or share suggestions.
You can also open an issue here on GitHub.



## Community

Join our growing community around the world, for help, ideas, and discussions on AI.

- View our official [Blog](https://portkey.wiki/gh-78)
- Chat with us on [Discord](https://portkey.wiki/community)
- Follow us on [Twitter](https://portkey.wiki/gh-79)
- Connect with us on [LinkedIn](https://portkey.wiki/gh-80)
- Visit us on [YouTube](https://portkey.wiki/gh-103)
- Join our [Dev community](https://portkey.wiki/gh-82)

---
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
"support/contact-us",
"support/developer-forum",
"support/common-errors-and-resolutions",
"support/portkeys-december-migration"
"support/portkeys-december-migration",
"support/README.mdx"
]
}
]
Expand Down
Loading