[PR #14361] [CLOSED] docs: fix broken markdown links, convert GitHub-style callouts to Mintlify components, and add development entry #40513

Closed
opened 2026-04-23 01:24:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14361
Author: @maternion
Created: 2/22/2026
Status: Closed

Base: mainHead: faq


📝 Commits (10+)

  • bb94426 Add new vram based context lengths and fix .mdx page not found errors.
  • 9e2065b Update link for Anthropic Compatibility in README
  • ca3c932 Fix links to Modelfile in API documentation
  • 005c5c2 Fix Modelfile link in API documentation
  • 27da966 Delete docs/development.md
  • 8e25fb9 Create development.md with setup instructions
  • b760c69 Revise Anthropic compatibility documentation
  • 7465f3f Revise Anthropic compatibility documentation
  • bf3256f Fix formatting and update GPU support notes
  • a934b25 Remove and reorganize integration entries in docs.json

📊 Changes

11 files changed (+82 additions, -70 deletions)

View changed files

📝 docs/README.md (+2 -2)
📝 docs/api.md (+5 -5)
📝 docs/api/anthropic-compatibility.mdx (+1 -1)
📝 docs/capabilities/web-search.mdx (+1 -1)
📝 docs/cli.mdx (+3 -0)
📝 docs/context-length.mdx (+1 -1)
📝 docs/development.mdx (+53 -49)
📝 docs/docs.json (+2 -1)
📝 docs/examples.md (+1 -1)
📝 docs/faq.mdx (+6 -3)
📝 docs/gpu.mdx (+7 -6)

📄 Description

Succeeded by https://github.com/ollama/ollama/pull/15035

This PR fixes documentation formatting issues and broken links to ensure proper rendering with Mintlify:

Changes Made

  1. Fix broken .md/.mdx links

    a. Converted hyperlinks from relative .md and .mdx extensions to proper Mintlify paths:

    • faq.mdx: Updated ./troubleshooting.mdx and ./gpu.mdx links

    b. Also fixed these (deprecated but good to update):

    • README.md: Updated ./examples.md, ./api/anthropic-compatibility.mdx, and ./development.md links
    • api.md: Updated ./modelfile.mdx links to proper paths
  2. Convert GitHub-style callouts to Mintlify components

    a. Converted blockquote-style callouts to Mintlify component syntax:

    • development.mdx: Converted 5 callouts (> [!NOTE], > [!IMPORTANT], plain blockquotes)
    • gpu.mdx: Converted 2 > **NOTE:** callouts
    • api/anthropic-compatibility.mdx: Converted 1 > Note: callout
  3. Add /development entry to docs.json

    a. Added /development entry to docs.json navigation

  4. Fix development.mdx duplicate heading

    a. Added frontmatter with title and description fields to prevent duplicate "Development" heading in Mintlify sidebar

    b. Removed # Development H1 since the title is now provided by frontmatter

  5. Added tier-based VRAM to /faq

    a. Added the 4k, 32k, and 256k context lengths to FAQ page

  6. Added the new integrations (pi, goose & cline) to cli.mdx


🔄 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/14361 **Author:** [@maternion](https://github.com/maternion) **Created:** 2/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `faq` --- ### 📝 Commits (10+) - [`bb94426`](https://github.com/ollama/ollama/commit/bb94426fd9d7a4a036f4a3b160297af1ebfb047b) Add new vram based context lengths and fix .mdx page not found errors. - [`9e2065b`](https://github.com/ollama/ollama/commit/9e2065b7f5ebb38d1e7a40cbbc2d43f19d6d64a5) Update link for Anthropic Compatibility in README - [`ca3c932`](https://github.com/ollama/ollama/commit/ca3c932f8b57af5402484885656b1c4dff76c501) Fix links to Modelfile in API documentation - [`005c5c2`](https://github.com/ollama/ollama/commit/005c5c23933c2f5006f54b1f9a2c5f5f6b76bf09) Fix Modelfile link in API documentation - [`27da966`](https://github.com/ollama/ollama/commit/27da966d4dc536af8739a06146bfcd5f6b69277d) Delete docs/development.md - [`8e25fb9`](https://github.com/ollama/ollama/commit/8e25fb971debe6e267eedc65249a8524393fb0f2) Create development.md with setup instructions - [`b760c69`](https://github.com/ollama/ollama/commit/b760c695b0e8b20401eb00d4803a6a2dabd7ea84) Revise Anthropic compatibility documentation - [`7465f3f`](https://github.com/ollama/ollama/commit/7465f3fba1188e51547f96999ed1a12d81540bf8) Revise Anthropic compatibility documentation - [`bf3256f`](https://github.com/ollama/ollama/commit/bf3256f4fba33f75421f07e9aa5324c8ffd5b290) Fix formatting and update GPU support notes - [`a934b25`](https://github.com/ollama/ollama/commit/a934b25133339eae4a8071df7720979a33551fbd) Remove and reorganize integration entries in docs.json ### 📊 Changes **11 files changed** (+82 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `docs/README.md` (+2 -2) 📝 `docs/api.md` (+5 -5) 📝 `docs/api/anthropic-compatibility.mdx` (+1 -1) 📝 `docs/capabilities/web-search.mdx` (+1 -1) 📝 `docs/cli.mdx` (+3 -0) 📝 `docs/context-length.mdx` (+1 -1) 📝 `docs/development.mdx` (+53 -49) 📝 `docs/docs.json` (+2 -1) 📝 `docs/examples.md` (+1 -1) 📝 `docs/faq.mdx` (+6 -3) 📝 `docs/gpu.mdx` (+7 -6) </details> ### 📄 Description ### Succeeded by https://github.com/ollama/ollama/pull/15035 This PR fixes documentation formatting issues and broken links to ensure proper rendering with Mintlify: Changes Made 1. Fix broken `.md/.mdx` links a. Converted hyperlinks from relative `.md` and `.mdx` extensions to proper Mintlify paths: - faq.mdx: Updated `./troubleshooting.mdx` and `./gpu.mdx` links b. Also fixed these (deprecated but good to update): - README.md: Updated `./examples.md`, `./api/anthropic-compatibility.mdx`, and `./development.md` links - api.md: Updated `./modelfile.mdx` links to proper paths 2. Convert GitHub-style callouts to Mintlify components a. Converted blockquote-style callouts to Mintlify component syntax: - development.mdx: Converted 5 callouts (`> [!NOTE]`, `> [!IMPORTANT]`, plain blockquotes) - gpu.mdx: Converted 2 `> **NOTE:**` callouts - api/anthropic-compatibility.mdx: Converted 1 `> Note:` callout 3. Add `/development` entry to docs.json a. Added `/development` entry to docs.json navigation 4. Fix development.mdx duplicate heading a. Added frontmatter with `title` and `description` fields to prevent duplicate "Development" heading in Mintlify sidebar b. Removed `# Development` H1 since the title is now provided by frontmatter 5. Added tier-based VRAM to `/faq` a. Added the 4k, 32k, and 256k context lengths to FAQ page 6. Added the new integrations (pi, goose & cline) to cli.mdx --- <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 01:24:00 -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#40513