Update menu bar documentation.#9567#9568
Merged
akshay-joshi merged 1 commit intopgadmin-org:masterfrom Jan 29, 2026
Merged
Conversation
WalkthroughUpdated documentation to distinguish Web vs Desktop deployment modes. The File menu text now states availability in web mode; a new "The pgAdmin4 Menu" section documents desktop-specific items (About, Preferences/Settings, Reset Layout, View Logs, Configure runtime) and replaces the previous Runtime entry. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Fix all issues with AI agents
In `@docs/en_US/menu_bar.rst`:
- Around line 35-37: The alt text for the image /images/pgadmin4_menu.png is
incorrect ("pgAdmin file menu bar"); update the alt attribute to accurately
describe the image, e.g. "pgAdmin4 menu bar (desktop application)" or "pgAdmin4
application menu bar", by editing the image directive in docs/en_US/menu_bar.rst
to replace the current :alt: value with the corrected description.
- Around line 52-53: The "Configure runtime" menu description contains a broken
sentence with an extra space and a missing object; update the text under the
"Configure runtime" entry (the string starting with "| *Configure runtime*") to
remove the double space, complete the sentence (e.g., "configure application
port and connection timeout used to launch the application"), and ensure the
trailing reference to :ref:`click here <desktop_deployment>` remains intact.
- Around line 32-33: The heading underline for "The pgAdmin4 Menu" is too short
for Sphinx; update the underline in docs/en_US/menu_bar.rst so it matches the
exact character length of the title "The pgAdmin4 Menu" (replace the current
************* with a sequence of the same character repeated to match the title
length), ensuring the underline uses the same underline character as the rest of
the file so Sphinx accepts the heading.
0159161 to
eccf6cb
Compare
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 by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.