docs(mutagen): explain how to reset to the default mode, fixes #8367#8368
Merged
docs(mutagen): explain how to reset to the default mode, fixes #8367#8368
Conversation
stasadev
requested changes
Apr 30, 2026
Member
stasadev
left a comment
There was a problem hiding this comment.
Thank you!
Just a note for next time: you don't need to create an issue for such improvements or fixes in the docs - we usually ask for an issue only if it needs discussion.
Co-authored-by: Stanislav Zhuk <[email protected]>
Contributor
Author
|
Ah I see, no worries. commit suggestion sounds good, committed! :-D |
Contributor
Author
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.
The Issue
Documentation page does not show how revert mutagen back to globally controlled configuration.
Use case: if a developer on a non-mutagen enabled environment wants to generate mutagen configuration, then edit it (e.g. add additional ignored folder) and then remove it (or enabled it by mistake), they don't know how.
How This PR Solves The Issue
Adds revert command to documentation that deletes the line
performance-mode=<value>so global configuration is used.Manual Testing Instructions
Please check my markdown formatting and order.
https://ddev--8368.org.readthedocs.build/en/8368/users/install/performance/#mutagen
Automated Testing Overview
Nil.
Release/Deployment Notes
Nil.