You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is still in draft, I will just point these 2 bullets as this will save reviewers a lot of time.
simpara is preferred over para. Could you change this where possible (most of the times).
Also I noticed that informaltable is wrapped in a para. It's fine to remove this outer para.
Could you change this where possible (most of the times).
Can you clarify "most of the time"? I have a draft PR up for the changes (see #5517), but I'd like to avoid having to look at every single documentation page to make sure I didn't break anything. I'll update this PR to remove the para wrapping the informaltable elements used for change logs and keep the remaining updates in a separate PR.
@alcaeussimpara will pretty much render as <p> tag whereas para will render as <div>.
The technical details can be found here in the docbook manual (see children for what it may contain). But like I said, mostly paragraphs only contain text.
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
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.
This PR adds documentation for
public readonlyproperties being added in ext-mongodb 2.3.0.Leaving as a draft while I review the AI-assisted changes and finalise work in the extension.