No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-03 20:40:41 +01:00
api-reference docs: document explicitCacheControl in prompt caching 2026-03-03 20:40:41 +01:00
docs docs: sync usage and x_nanogpt_pricing response contract 2026-03-02 08:16:51 +01:00
essentials Adding new pages 2025-03-19 13:10:37 +01:00
images Update starter kit to use docs.json 2025-02-03 18:21:04 -08:00
integrations docs(opencode): use nano-gpt provider id 2026-02-06 12:23:35 +01:00
logo Changing logos to test 2025-03-19 12:41:57 +01:00
public docs: update Gemini prompt caching docs 2026-03-02 08:33:44 +01:00
skills/nanogpt Add NanoGPT skill documentation 2026-01-30 10:38:58 +01:00
snippets Add snippet example 2024-01-14 22:17:10 -08:00
web-app Add web app URL parameters docs 2026-01-25 10:05:39 +01:00
authentication.mdx Update API docs and OpenAPI spec 2026-02-07 15:45:06 +01:00
development.mdx Docs.json updates to docs 2025-02-05 13:34:45 -08:00
docs.json docs: improve direct web search API discoverability 2026-03-03 11:06:44 +01:00
favicon.ico Fix librechat error, add favicon 2025-03-26 12:35:53 +04:00
favicon.png Change favicon 2025-03-26 12:32:05 +04:00
favicon.svg Update favicon 2025-02-03 18:21:59 -08:00
introduction.mdx docs: improve direct web search API discoverability 2026-03-03 11:06:44 +01:00
llm.txt docs: update Gemini prompt caching docs 2026-03-02 08:33:44 +01:00
package-lock.json Changing logos to test 2025-03-19 12:41:57 +01:00
quickstart.mdx docs: improve direct web search API discoverability 2026-03-03 11:06:44 +01:00
README.md Removed upgrade in readme 2025-02-05 14:07:45 -08:00

Mintlify Starter Kit

Click on Use this template to copy the Mintlify starter kit. The starter kit contains examples including

  • Guide pages
  • Navigation
  • Customizations
  • API Reference pages
  • Use of popular components

Development

Install the Mintlify CLI 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 docs.json is)

mintlify dev

Publishing Changes

Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.

Troubleshooting

  • Mintlify dev isn't running - Run mintlify install it'll re-install dependencies.
  • Page loads as a 404 - Make sure you are running in a folder with docs.json