Skip to content

Update quickstart.md #4783

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

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 37 additions & 61 deletions content/_data/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,108 +87,84 @@
"title": "Introduction to Component Testing"
},
{
"title": "Writing Your First Component Test",
"slug": "writing-your-first-component-test"
"title": "Overview",
"slug": "overview"
},
{
"title": "Who Are You Testing For?",
"slug": "devs-vs-users"
},
{
"title": "Vue Component Testing"
},
{
"title": "Quickstart: Vue",
"slug": "quickstart-vue"
},
{
"title": "Mounting Components",
"slug": "mounting-vue"
},
{
"title": "Testing Vue Components",
"slug": "testing-vue"
},
{
"title": "Testing Vue Components with Emitted Events",
"slug": "events-vue"
},
{
"title": "Testing Vue Components with Slots",
"slug": "slots-vue"
"title": "React Component Testing"
},
{
"title": "Custom Mount Commands and Styles",
"slug": "custom-mount-vue"
"title": "Introduction",
"slug": "react/introduction"
},
{
"title": "React Component Testing"
"title": "React Quickstart",
"slug": "react/quickstart"
},
{
"title": "Quickstart: React",
"slug": "quickstart-react"
"title": "React API",
"slug": "react/api"
},
{
"title": "Mounting Components",
"slug": "mounting-react"
"title": "React Examples",
"slug": "react/examples"
},
{
"title": "Testing React Components",
"slug": "testing-react"
"title": "Angular Component Testing"
},
{
"title": "Testing React Components with Events",
"slug": "events-react"
"title": "Introduction",
"slug": "angular/introduction"
},
{
"title": "Custom Mount Commands for React",
"slug": "custom-mount-react"
"title": "Angular Quickstart",
"slug": "angular/quickstart"
},
{
"title": "Angular Component Testing"
"title": "Angular API",
"slug": "angular/api"
},
{
"title": "Quickstart: Angular",
"slug": "quickstart-angular"
"title": "Angular Examples",
"slug": "angular/examples"
},
{
"title": "Mounting Components",
"slug": "mounting-angular"
"title": "Vue Component Testing"
},
{
"title": "Testing Angular Components",
"slug": "testing-angular"
"title": "Introduction",
"slug": "vue/introduction"
},
{
"title": "Testing Angular Components with Emitted Events",
"slug": "events-angular"
"title": "Vue Quickstart",
"slug": "vue/quickstart"
},
{
"title": "Testing Angular Components with Slots",
"slug": "slots-angular"
"title": "Vue API",
"slug": "vue/api"
},
{
"title": "Custom Mount Commands for Angular",
"slug": "custom-mount-angular"
"title": "Vue Examples",
"slug": "vue/examples"
},
{
"title": "Svelte Component Testing"
},
{
"title": "Quickstart: Svelte",
"slug": "quickstart-svelte"
"title": "Introduction",
"slug": "svelte/introduction"
},
{
"title": "Mounting Components",
"slug": "mounting-svelte"
"title": "Svelte Quickstart",
"slug": "svelte/quickstart"
},
{
"title": "Testing Svelte Components",
"slug": "testing-svelte"
"title": "Svelte API",
"slug": "svelte/api"
},
{
"title": "Testing Svelte Components with Emitted Events",
"slug": "events-svelte"
"title": "Svelte Examples",
"slug": "svelte/examples"
},
{
"title": "Diving Deeper"
Expand Down
Loading