[PR #15035] docs: fix broken links, convert GitHub callouts to Mintlify components, and add development entry #20250

Open
opened 2026-04-16 07:31:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15035
Author: @maternion
Created: 3/24/2026
Status: 🔄 Open

Base: mainHead: faq-2


📝 Commits (4)

  • 72a5af2 docs: fix broken markdown links, convert GitHub-style callouts to Mintlify components
  • a9905e4 Update faq.mdx
  • 2d5e539 undo change
  • c040787 remove extension

📊 Changes

11 files changed (+84 additions, -74 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 (+2 -2)
📝 docs/development.mdx (+57 -52)
📝 docs/docs.json (+2 -1)
📝 docs/examples.md (+1 -1)
📝 docs/faq.mdx (+3 -3)
📝 docs/gpu.mdx (+7 -6)

📄 Description

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/15035 **Author:** [@maternion](https://github.com/maternion) **Created:** 3/24/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `faq-2` --- ### 📝 Commits (4) - [`72a5af2`](https://github.com/ollama/ollama/commit/72a5af2b3ea190ea20e3e6a679d1ebeb48a3bd45) docs: fix broken markdown links, convert GitHub-style callouts to Mintlify components - [`a9905e4`](https://github.com/ollama/ollama/commit/a9905e4e7c025f39cd0d46a38fd29ba2d20a1537) Update faq.mdx - [`2d5e539`](https://github.com/ollama/ollama/commit/2d5e53967966eaf85229bcc128fe9e9e11c7a473) undo change - [`c040787`](https://github.com/ollama/ollama/commit/c04078772fd0291432d0023f094df654a6f8b9b3) remove extension ### 📊 Changes **11 files changed** (+84 additions, -74 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` (+2 -2) 📝 `docs/development.mdx` (+57 -52) 📝 `docs/docs.json` (+2 -1) 📝 `docs/examples.md` (+1 -1) 📝 `docs/faq.mdx` (+3 -3) 📝 `docs/gpu.mdx` (+7 -6) </details> ### 📄 Description 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-16 07:31:24 -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#20250