Skip to content

Refresh Boilerplate Extension docs for new menu paths and UI labels - #79

Merged
bkatusic merged 1 commit into
mainfrom
docs-review/boilerplate-extension
Jun 15, 2026
Merged

Refresh Boilerplate Extension docs for new menu paths and UI labels#79
bkatusic merged 1 commit into
mainfrom
docs-review/boilerplate-extension

Conversation

@bkatusic

@bkatusic bkatusic commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Updated the Boilerplate Extension add-on docs to match the current MainWP Dashboard navigation and terminology.
  • Revised the purchase URL and version metadata to reflect the latest add-on details.
  • Clarified tab behavior, empty states, and step-by-step flows for boilerplate posts, pages, and custom tokens.

Testing

  • Not run (not requested)

Summary by CodeRabbit

  • Documentation
    • Updated Boilerplate extension documentation to reflect current UI locations and MainWP Dashboard menu structure.
    • Bumped extension version to 5.0.3.
    • Refined workflows and instructions for managing boilerplate posts and pages, including updated button labels and navigation paths.
    • Corrected post and page edit and delete flows to align with current interface.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Documentation for the Boilerplate extension (boilerplate-extension.mdx) is updated to reflect version 5.0.3, a revised purchase URL, and the current MainWP Dashboard menu paths (e.g., "Sites > Content Operations > Manage Boilerplates"). Button labels, step descriptions, and navigation targets are corrected across all token configuration and post/page CRUD workflows.

Changes

Boilerplate Extension Documentation Refresh

Layer / File(s) Summary
Add-on metadata, interface, and token configuration
add-ons/posts-pages/boilerplate-extension.mdx
Updates the addon-data block to version 5.0.3 and new purchase URL; rewrites extension interface overview, default token steps, custom token creation/save wording, and custom token value-setting navigation to match the current MainWP Dashboard menu structure.
Boilerplate Posts CRUD workflow navigation
add-ons/posts-pages/boilerplate-extension.mdx
Updates all five Boilerplate Posts workflows (list/create, edit, add to site, remove from site, delete) to use "Manage Boilerplates > Boilerplate Posts" navigation and updated button labels.
Boilerplate Pages CRUD workflow navigation
add-ons/posts-pages/boilerplate-extension.mdx
Updates all five Boilerplate Pages workflows (list/create, edit, add to site, remove from site, delete) to use "Manage Boilerplates > Boilerplate Pages" navigation, corrects the previously wrong "Boilerplate Posts" destination in the edit step, and fixes the removal flow text.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • mainwp/docs#31: Updates MDX documentation around "Use Boilerplate"/token workflows and related navigation/link paths in the Bulk Settings Manager, overlapping with the token and Boilerplate link path changes in this PR.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating Boilerplate Extension documentation to reflect new menu navigation paths and UI labels, which aligns with the primary objective of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs-review/boilerplate-extension

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@add-ons/posts-pages/boilerplate-extension.mdx`:
- Around line 156-161: The Step title navigation paths in the create workflow
are inconsistent with the rest of the document. Update the Step title at line
157-158 that currently routes to "Manage Posts page" to instead route to "Sites
> Content Operations > Manage Boilerplates > Boilerplate Posts". Apply the same
fix to the corresponding step at lines 259-265 (around line 262), changing
"Manage Pages" to "Sites > Content Operations > Manage Boilerplates >
Boilerplate Pages". This aligns both create-flow entry points with the
consistent Manage Boilerplates paths used throughout the rest of the
documentation.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 380c86f8-3a2a-4658-a699-308d5ce42c9d

📥 Commits

Reviewing files that changed from the base of the PR and between 326eb4f and a3989eb.

📒 Files selected for processing (1)
  • add-ons/posts-pages/boilerplate-extension.mdx

Comment on lines +156 to 161
<Step title="Log in to your MainWP Dashboard">
</Step>
<Step title="Go to the MainWP > Posts > Add Boilerplate page">
<Step title="Go to the MainWP Dashboard > Sites > Content Operations > Manage Posts page">
</Step>
<Step title="Click the Create New Boilerplate button">
</Step>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Create workflow navigation is inconsistent with the rest of this page and stated PR target paths.

Line 158 and Line 262 route users to Manage Posts/Manage Pages, but this document (and your stated update scope) otherwise uses Sites > Content Operations > Manage Boilerplates > Boilerplate Posts/Boilerplate Pages as the workflow entry point. Please align these two create-flow steps to the same Boilerplates paths to avoid sending users to the wrong screen.

Also applies to: 259-265

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@add-ons/posts-pages/boilerplate-extension.mdx` around lines 156 - 161, The
Step title navigation paths in the create workflow are inconsistent with the
rest of the document. Update the Step title at line 157-158 that currently
routes to "Manage Posts page" to instead route to "Sites > Content Operations >
Manage Boilerplates > Boilerplate Posts". Apply the same fix to the
corresponding step at lines 259-265 (around line 262), changing "Manage Pages"
to "Sites > Content Operations > Manage Boilerplates > Boilerplate Pages". This
aligns both create-flow entry points with the consistent Manage Boilerplates
paths used throughout the rest of the documentation.

@bkatusic
bkatusic merged commit 056f2d0 into main Jun 15, 2026
3 checks passed
@bkatusic
bkatusic deleted the docs-review/boilerplate-extension branch June 15, 2026 14:36
@mintlify

mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mainwp 🔴 Failed Jun 15, 2026, 2:38 PM

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.

1 participant