Agent skill sync with docs: relative logo and navbar hrefs - #7532
Open
mintlify[bot] wants to merge 1 commit into
Open
mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the Mintlify skill with docs stating that
logo.hrefand navbarhrefvalues accept relative paths.Changes
reference/configuration.md:logo.hrefnow documents that it accepts an absolute URL or a/-prefixed relative path, and what the logo links to whenhrefis omitted.reference/configuration.md: navbar link and primary buttonhrefnow accept an absolute URL or a/-prefixed relative path.githubanddiscordtypes still require repository and invite URLs.Context
organize/settings-appearance.mdx,organize/settings-structure.mdx).editorUrl) already updatedSKILL.mdin the same PR, so this PR makes no change for it.Validation
git diff --checkpassed.npm test,npm run check, andnpm run buildchecks did not run. Theajvdev dependency isn't installed, and it couldn't be installed. Running the scripts with plainnodefailed withERR_MODULE_NOT_FOUND. Please run these checks in CI or on your machine.Note
Low Risk
Documentation-only edits to the agent skill reference; no runtime or config behavior changes in this repo.
Overview
Updates the Mintlify agent skill configuration reference so it matches the product docs on relative
hrefvalues.The Logo section now states that
logo.hrefcan be an absolute URL or a path starting with/, and clarifies that omittinghrefsends users to the homepage (or the locale’s first page). The Navbar section adds the same rule for link and primary buttonhrefvalues, while noting thatgithubanddiscordentries still need repository and invite URLs respectively.Reviewed by Cursor Bugbot for commit e4923cf. Bugbot is set up for automated code reviews on this repo. Configure here.