-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add "Get Started" section to Setup #3943
Conversation
New to the extension? Go through the walkthrough to familiarize yourself | ||
with the different features. | ||
</p> | ||
<Button onClick={showWalkthrough} text="Show Walkthrough" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the things that we've discussed when it comes to this section is avoiding circular references. Aka, user goes to the setup, clicks on "Show Walkthrough", sees first step is "Install DVC", clicks on "Setup", then gets taken right back to setup.
Currently, I don't think it feels broken since the walkthrough setup links take you to a different section with the other sections closed so we could, if everyone else agrees, merge as is.
I've posted ideas for the next steps in #3434 if anyone would like to join in the discussion :)
Code Climate has analyzed commit f7836a0 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 95.0% (0.0% change). View more on Code Climate. |
Demo
Part of #3434