Skip to content

Conversation

@cdxker
Copy link
Contributor

@cdxker cdxker commented Jan 22, 2026

Added routing configuration for /skill.md and /.well-known/skills/* paths to the reverse proxy documentation. Updated both the routing table and nginx example to include these skill-related endpoints.

Files changed:

  • deploy/reverse-proxy.mdx

Created by Mintlify agent


Note

Introduces documentation for skill.md and updates reverse proxy guidance to support AI skills endpoints.

  • Adds ai/skillmd.mdx: explains the skill.md capability file, usage with agents/CLI, and notes reverse proxy forwarding for /skill.md and /.well-known/skills/*
  • Updates deploy/reverse-proxy.mdx: adds routing table entries and nginx location blocks for /.well-known/skills/* and /skill.md with caching disabled; tidies frontmatter keywords

Written by Cursor Bugbot for commit 21eb3ae. This will update automatically on new commits. Configure here.

cdxker and others added 2 commits January 22, 2026 08:31
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
ethanpalm and others added 2 commits January 22, 2026 09:09
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
cdxker and others added 3 commits January 22, 2026 09:39
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Copy link
Collaborator

@ethanpalm ethanpalm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cdxker cdxker merged commit 0293134 into main Jan 22, 2026
5 checks passed
@cdxker cdxker deleted the mintlify/skill-md-reverse-proxy-docs-37352 branch January 22, 2026 17:49
title: "Reverse proxy"
description: "Configure a custom reverse proxy to serve your documentation."
keywords: ["reverse proxy configuration", "nginx", "proxy routing", "header forwarding"]
keywords: ["reverse proxy configuration","nginx","proxy routing","header forwarding"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor formatting nit: can we keep spaces after commas in keywords for readability/consistency?

Suggested change
keywords: ["reverse proxy configuration","nginx","proxy routing","header forwarding"]
keywords: ["reverse proxy configuration", "nginx", "proxy routing", "header forwarding"]

proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header User-Agent $http_user_agent;
# Disable caching for verification paths
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a copy/paste comment; this block is for skills, not verification.

Suggested change
# Disable caching for verification paths
# Disable caching for skills paths

**Cause**: Incorrect caching configuration.

**Solution**: Enable caching only for `/mintlify-assets/_next/static/*` paths.
**Solution**: Enable caching only for `/mintlify-assets/_next/static/*` paths.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file seems to be missing a trailing newline (shows up as \ No newline at end of file in the diff). Worth restoring to avoid noisy diffs/tooling warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants