[PR #12800] [MERGED] docs: add reference to docs.ollama.com #13955

Closed
opened 2026-04-13 00:41:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: parth/add-docs


📝 Commits (1)

  • 1f6a894 docs: add reference to docs.ollama.com

📊 Changes

77 files changed (+6702 additions, -0 deletions)

View changed files

docs/api/authentication.mdx (+63 -0)
docs/api/errors.mdx (+36 -0)
docs/api/index.mdx (+47 -0)
docs/api/openai-compatibility.mdx (+368 -0)
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 (+235 -0)
docs/context-length.mdx (+38 -0)
docs/docker.mdx (+81 -0)
docs/docs.json (+155 -0)
docs/faq.mdx (+378 -0)

...and 57 more files

📄 Description

adds docs which reference to 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/12800 **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) - [`1f6a894`](https://github.com/ollama/ollama/commit/1f6a89448d2f60eb89a25f92a6f78da10c154fe6) docs: add reference to docs.ollama.com ### 📊 Changes **77 files changed** (+6702 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/api/authentication.mdx` (+63 -0) ➕ `docs/api/errors.mdx` (+36 -0) ➕ `docs/api/index.mdx` (+47 -0) ➕ `docs/api/openai-compatibility.mdx` (+368 -0) ➕ `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` (+235 -0) ➕ `docs/context-length.mdx` (+38 -0) ➕ `docs/docker.mdx` (+81 -0) ➕ `docs/docs.json` (+155 -0) ➕ `docs/faq.mdx` (+378 -0) _...and 57 more files_ </details> ### 📄 Description adds docs which reference to 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-13 00:41:08 -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#13955