[PR #13852] [MERGED] docs: ollama launch #14419

Closed
opened 2026-04-13 00:53:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13852
Author: @ParthSareen
Created: 1/23/2026
Status: Merged
Merged: 1/24/2026
Merged by: @ParthSareen

Base: mainHead: parth-configure-docs


📝 Commits (10+)

  • 4569901 docs: add docs for ollama config
  • 4b28a3e Refactor recommended models section in documentation
  • 43438f0 Add launch instructions for claude configuration
  • f300a65 Include launch command for Codex configuration
  • 22cab11 Fix typo in configuration instructions
  • e64cbab Include launch command after droid configuration
  • 1fd0b45 Include launch command after opencode configuration
  • bcf0e6e update context length docs
  • e501b21 docs: reorder integrations alphabetically and update OpenCode model
  • 0f5defa update docs to be for ollama launch

📊 Changes

11 files changed (+291 additions, -66 deletions)

View changed files

📝 docs/api/anthropic-compatibility.mdx (+35 -20)
📝 docs/cli.mdx (+41 -0)
📝 docs/cloud.mdx (+0 -2)
📝 docs/context-length.mdx (+2 -2)
📝 docs/docs.json (+8 -7)
📝 docs/index.mdx (+1 -1)
📝 docs/integrations/claude-code.mdx (+24 -27)
📝 docs/integrations/codex.mdx (+15 -1)
📝 docs/integrations/droid.mdx (+16 -2)
docs/integrations/opencode.mdx (+106 -0)
📝 docs/quickstart.mdx (+43 -4)

📄 Description

No description provided


🔄 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/13852 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-configure-docs` --- ### 📝 Commits (10+) - [`4569901`](https://github.com/ollama/ollama/commit/4569901511f7d9b6768a49d683f89fa2cb47a79f) docs: add docs for ollama config - [`4b28a3e`](https://github.com/ollama/ollama/commit/4b28a3e9af581504251ce90bc408755fa708cbb0) Refactor recommended models section in documentation - [`43438f0`](https://github.com/ollama/ollama/commit/43438f0cd588cf6b2513f0fd2ce33d17da62ed9a) Add launch instructions for claude configuration - [`f300a65`](https://github.com/ollama/ollama/commit/f300a65d6c2b706be085c485913cfaf41f65da65) Include launch command for Codex configuration - [`22cab11`](https://github.com/ollama/ollama/commit/22cab11cc028a5868228df5943e019a879550dbf) Fix typo in configuration instructions - [`e64cbab`](https://github.com/ollama/ollama/commit/e64cbabfa116a32158efec615524724725d98239) Include launch command after droid configuration - [`1fd0b45`](https://github.com/ollama/ollama/commit/1fd0b458dd035757c991ba0620bfcbc492811096) Include launch command after opencode configuration - [`bcf0e6e`](https://github.com/ollama/ollama/commit/bcf0e6e7e69411de089b4b119eba47f9a5fd324f) update context length docs - [`e501b21`](https://github.com/ollama/ollama/commit/e501b21e790da9c03fa3212d2202895b384c57c0) docs: reorder integrations alphabetically and update OpenCode model - [`0f5defa`](https://github.com/ollama/ollama/commit/0f5defa097831f146e5dd5e7cba0b684328ea579) update docs to be for ollama launch ### 📊 Changes **11 files changed** (+291 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `docs/api/anthropic-compatibility.mdx` (+35 -20) 📝 `docs/cli.mdx` (+41 -0) 📝 `docs/cloud.mdx` (+0 -2) 📝 `docs/context-length.mdx` (+2 -2) 📝 `docs/docs.json` (+8 -7) 📝 `docs/index.mdx` (+1 -1) 📝 `docs/integrations/claude-code.mdx` (+24 -27) 📝 `docs/integrations/codex.mdx` (+15 -1) 📝 `docs/integrations/droid.mdx` (+16 -2) ➕ `docs/integrations/opencode.mdx` (+106 -0) 📝 `docs/quickstart.mdx` (+43 -4) </details> ### 📄 Description _No description provided_ --- <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:53:31 -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#14419