-
Notifications
You must be signed in to change notification settings - Fork 8k
Update references to settings.json to reflect new name #21003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
As part of the settings management project, settings.json has been renamed to settings-store.json. This change updates the public docs so that they reflect the new name.
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Curious (I didn't know this file was renamed); do newer versions accept both old and new location? Wondering if changing this filename will be disruptive in situations where these files are to be managed, and not all users having the "latest" version installed. |
|
Yeah, I'm sure this has been discussed at length but I'm wondering about the pros and cons of having to reference both versions in any documentation making a reference to |
|
Re: the old vs new settings file: the new DD will upgrade the existing The official supported way to adjust the settings is via the |
You have a good point here @djs55 @aevesdocker What do you think? |
It would really suck if as a user I was on an older version of DD and went looking for something in the docs and only found references to a file that doesn't exist on my machine, and even if I created that file it wouldn't do anything. At the very least all of those should have a link/tooltip that a user can click on explaining that this file moved/was renamed. |
|
as a side thought it would be cool at some point to have a version selector in the docs. Pretty sure that comes with its own challenges . There was a comment about ux for previous version info here that could be nice. |
|
I'm more in favor of dropping legacy (remove all refs to |
|
It's never been considered stable but it has been documented. Is it that much of a chore to create a little note next release stating "renamed/moved |
|
Hey everyone. This has generated some great discussion, thanks for your feedback. I'll talk it through with @aevesdocker this week and get the PR updated. |
Description
As part of the settings management project, settings.json has been renamed to settings-store.json.
This change updates the public docs so that they reflect the new name.
Related issues or tickets
https://docker.atlassian.net/browse/DS-1506
Reviews