[PR #12805] [MERGED] docs: add docs for docs.ollama.com #39833

Closed
opened 2026-04-23 00:50:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12805
Author: @ParthSareen
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @ParthSareen

Base: mainHead: parth/add-docs


📝 Commits (1)

  • a7484a6 docs: add docs for docs.ollama.com

📊 Changes

74 files changed (+4996 additions, -2174 deletions)

View changed files

docs/api/authentication.mdx (+63 -0)
docs/api/errors.mdx (+36 -0)
📝 docs/api/index.mdx (+22 -1848)
📝 docs/api/openai-compatibility.mdx (+33 -33)
docs/api/streaming.mdx (+35 -0)
docs/api/usage.mdx (+36 -0)
docs/benchmark.mdx (+71 -0)
docs/capabilities/embeddings.mdx (+113 -0)
docs/capabilities/streaming.mdx (+99 -0)
docs/capabilities/structured-outputs.mdx (+194 -0)
docs/capabilities/thinking.mdx (+153 -0)
docs/capabilities/tool-calling.mdx (+777 -0)
docs/capabilities/vision.mdx (+85 -0)
docs/capabilities/web-search.mdx (+360 -0)
docs/cli.mdx (+91 -0)
📝 docs/cloud.mdx (+206 -11)
docs/context-length.mdx (+38 -0)
📝 docs/docker.mdx (+19 -16)
docs/docs.json (+155 -0)
📝 docs/faq.mdx (+79 -53)

...and 54 more files

📄 Description

add docs to support docs.ollama.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12805 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/add-docs` --- ### 📝 Commits (1) - [`a7484a6`](https://github.com/ollama/ollama/commit/a7484a61d3543500f4644356c8f8aaf3a8f0fbbc) docs: add docs for docs.ollama.com ### 📊 Changes **74 files changed** (+4996 additions, -2174 deletions) <details> <summary>View changed files</summary> ➕ `docs/api/authentication.mdx` (+63 -0) ➕ `docs/api/errors.mdx` (+36 -0) 📝 `docs/api/index.mdx` (+22 -1848) 📝 `docs/api/openai-compatibility.mdx` (+33 -33) ➕ `docs/api/streaming.mdx` (+35 -0) ➕ `docs/api/usage.mdx` (+36 -0) ➕ `docs/benchmark.mdx` (+71 -0) ➕ `docs/capabilities/embeddings.mdx` (+113 -0) ➕ `docs/capabilities/streaming.mdx` (+99 -0) ➕ `docs/capabilities/structured-outputs.mdx` (+194 -0) ➕ `docs/capabilities/thinking.mdx` (+153 -0) ➕ `docs/capabilities/tool-calling.mdx` (+777 -0) ➕ `docs/capabilities/vision.mdx` (+85 -0) ➕ `docs/capabilities/web-search.mdx` (+360 -0) ➕ `docs/cli.mdx` (+91 -0) 📝 `docs/cloud.mdx` (+206 -11) ➕ `docs/context-length.mdx` (+38 -0) 📝 `docs/docker.mdx` (+19 -16) ➕ `docs/docs.json` (+155 -0) 📝 `docs/faq.mdx` (+79 -53) _...and 54 more files_ </details> ### 📄 Description add docs to support docs.ollama.com --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 00:50:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#39833