docs-update

Enforce bilingual parity and navigation consistency in Mintlify .mdx documentation.

19|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/lexmount/browseruse-agent-bench --skill docs-update-lexmount
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-update
Source: https://github.com/lexmount/browseruse-agent-bench/tree/main/browseruse_bench/skills/docs-update
Command: npx skills add https://github.com/lexmount/browseruse-agent-bench --skill docs-update-lexmount

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves inconsistencies in documentation structure, language parity, and navigation, ensuring that your project documentation remains professional, discoverable, and synchronized across English and Chinese versions.

Core Features & Use Cases

  • Bilingual Parity: Automatically enforces matching page structures and navigation for both English and Chinese documentation.
  • Mintlify Compliance: Validates and updates docs.json, ensures .mdx file usage, and enforces standardized frontmatter.
  • Use Case: When adding a new feature to the browseruse-bench framework, use this skill to generate the corresponding documentation pages in both languages, update the navigation menu, and ensure all links are correctly localized.

Quick Start

Use the docs-update skill to add a new guide page for the browser-use agent and ensure the English and Chinese navigation menus are updated accordingly.

Frequently Asked Questions about docs-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep English and Chinese Mintlify documentation navigation synchronized?

To keep English and Chinese Mintlify documentation synchronized, enforce bilingual parity by standardizing the page structure and matching navigation menus across both language versions.

What is the required file format for Mintlify documentation pages?

The required file format for Mintlify documentation pages is .mdx. Strict frontmatter validation is also enforced for all pages to maintain site-level configuration consistency.

How do I add a new guide page to Mintlify and update the navigation menu?

To add a new guide page to Mintlify, create the .mdx file with valid frontmatter and then update the docs.json configuration to include the new page in the navigation menu.

Does Mintlify support automatic localization for technical documentation?

Mintlify supports localization workflows by enforcing bilingual parity. It ensures English and Chinese page structures match, but requires manual content translation for the .mdx files.

Why does my Mintlify documentation build fail due to frontmatter validation?

Mintlify documentation builds fail due to strict frontmatter validation when required metadata fields are missing or incorrectly formatted in your .mdx documentation pages.