-
Notifications
You must be signed in to change notification settings - Fork 394
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
remote: create separate sections for remote types #499
Comments
Good idea, no need to expand examples, just use: ## Examples: Local
...
## Examples: SSH
... So are you working on this @MrOutis? If so perhaps assign yourself 🙂 |
I would say the title Examples looks strange for section that contains available options per remote type. Especially in the |
@shcheklein @jorgeorpinel @MrOutis I will suggest that under
|
@jorgeorpinel, I was thinking about using a page per remote because I'm assuming the user only wants to configure one remote, take for example yep, @ryokugyu, that's the idea 👍 |
Are you saying you want to split one command reference into several pages @MrOutis? How would that look on the navigation side bar? Or are we talking about a different existing page? |
@jorgeorpinel , that
and move the "expandable" sections to each respective remote |
I would say that's too much to have a separate top level section just for remotes. May be a section in the User Guide - something like "Configuring Remote Storages"? |
And do we remove the expanding sections from https://dvc.org/doc/commands-reference/remote-add and https://dvc.org/doc/commands-reference/remote-modify ? |
@jorgeorpinel , the idea was to remove the expanding sections and replace them with a "top level section" for each remote; looks like it wasn't that good after all 😅 I'll close this |
Thanks anyway. Always good to explore improvement ideas 🙂 |
I find this a good idea. I have been thinking the same but did not have a clear idea. These pages fit on User Guide. |
The command reference lists commands, not other kinds of things (e.g. remote types), so both refs for |
Instead of having expandable boxes on each
remote
sub-command, let's create separate sections for each remote, adding more information when needed.For example, with SSH, you can increment the
MaxSessions
in yoursshd
configuration to increase thepush/pull
operations, also, would be great to add some information (or links) about using key files instead of passwords. With S3 you can configure the remote in different ways, even using environment variables.Each remote has its own configuration details, it would be great to have them separately.
The text was updated successfully, but these errors were encountered: