|
436 | 436 | { |
437 | 437 | "label": "Quick Start", |
438 | 438 | "to": "vue/quick-start" |
| 439 | + }, |
| 440 | + { |
| 441 | + "label": "Devtools", |
| 442 | + "to": "vue/devtools" |
| 443 | + }, |
| 444 | + { |
| 445 | + "label": "TypeScript", |
| 446 | + "to": "vue/typescript" |
| 447 | + }, |
| 448 | + { |
| 449 | + "label": "GraphQL", |
| 450 | + "to": "vue/graphql" |
| 451 | + } |
| 452 | + ] |
| 453 | + }, |
| 454 | + { |
| 455 | + "label": "Guides & Concepts", |
| 456 | + "children": [ |
| 457 | + { |
| 458 | + "label": "Important Defaults", |
| 459 | + "to": "vue/guides/important-defaults" |
| 460 | + }, |
| 461 | + { |
| 462 | + "label": "Queries", |
| 463 | + "to": "vue/guides/queries" |
| 464 | + }, |
| 465 | + { |
| 466 | + "label": "Query Keys", |
| 467 | + "to": "vue/guides/query-keys" |
| 468 | + }, |
| 469 | + { |
| 470 | + "label": "Query Functions", |
| 471 | + "to": "vue/guides/query-functions" |
| 472 | + }, |
| 473 | + { |
| 474 | + "label": "Network Mode", |
| 475 | + "to": "vue/guides/network-mode" |
| 476 | + }, |
| 477 | + { |
| 478 | + "label": "Parallel Queries", |
| 479 | + "to": "vue/guides/parallel-queries" |
| 480 | + }, |
| 481 | + { |
| 482 | + "label": "Dependent Queries", |
| 483 | + "to": "vue/guides/dependent-queries" |
| 484 | + }, |
| 485 | + { |
| 486 | + "label": "Background Fetching Indicators", |
| 487 | + "to": "vue/guides/background-fetching-indicators" |
| 488 | + }, |
| 489 | + { |
| 490 | + "label": "Window Focus Refetching", |
| 491 | + "to": "vue/guides/window-focus-refetching" |
| 492 | + }, |
| 493 | + { |
| 494 | + "label": "Disabling/Pausing Queries", |
| 495 | + "to": "vue/guides/disabling-queries" |
| 496 | + }, |
| 497 | + { |
| 498 | + "label": "Query Retries", |
| 499 | + "to": "vue/guides/query-retries" |
| 500 | + }, |
| 501 | + { |
| 502 | + "label": "Paginated Queries", |
| 503 | + "to": "vue/guides/paginated-queries" |
| 504 | + }, |
| 505 | + { |
| 506 | + "label": "Infinite Queries", |
| 507 | + "to": "vue/guides/infinite-queries" |
| 508 | + }, |
| 509 | + { |
| 510 | + "label": "Initial Query Data", |
| 511 | + "to": "vue/guides/initial-query-data" |
| 512 | + }, |
| 513 | + { |
| 514 | + "label": "Placeholder Query Data", |
| 515 | + "to": "vue/guides/placeholder-query-data" |
| 516 | + }, |
| 517 | + { |
| 518 | + "label": "Prefetching", |
| 519 | + "to": "vue/guides/prefetching" |
| 520 | + }, |
| 521 | + { |
| 522 | + "label": "Mutations", |
| 523 | + "to": "vue/guides/mutations" |
| 524 | + }, |
| 525 | + { |
| 526 | + "label": "Query Invalidation", |
| 527 | + "to": "vue/guides/query-invalidation" |
| 528 | + }, |
| 529 | + { |
| 530 | + "label": "Invalidation from Mutations", |
| 531 | + "to": "vue/guides/invalidations-from-mutations" |
| 532 | + }, |
| 533 | + { |
| 534 | + "label": "Updates from Mutation", |
| 535 | + "to": "vue/guides/updates-from-mutation-responses" |
| 536 | + }, |
| 537 | + { |
| 538 | + "label": "Optimistic Updates", |
| 539 | + "to": "vue/guides/optimistic-updates" |
| 540 | + }, |
| 541 | + { |
| 542 | + "label": "Query Cancellation", |
| 543 | + "to": "vue/guides/query-cancellation" |
| 544 | + }, |
| 545 | + { |
| 546 | + "label": "Scroll Restoration", |
| 547 | + "to": "vue/guides/scroll-restoration" |
| 548 | + }, |
| 549 | + { |
| 550 | + "label": "Filters", |
| 551 | + "to": "vue/guides/filters" |
| 552 | + }, |
| 553 | + { |
| 554 | + "label": "SSR & Nuxt", |
| 555 | + "to": "vue/guides/ssr" |
| 556 | + }, |
| 557 | + { |
| 558 | + "label": "Caching", |
| 559 | + "to": "vue/guides/caching" |
| 560 | + }, |
| 561 | + { |
| 562 | + "label": "Default Query Fn", |
| 563 | + "to": "vue/guides/default-query-function" |
| 564 | + }, |
| 565 | + { |
| 566 | + "label": "Suspense", |
| 567 | + "to": "vue/guides/suspense" |
| 568 | + }, |
| 569 | + { |
| 570 | + "label": "Custom Logger", |
| 571 | + "to": "vue/guides/custom-logger" |
| 572 | + }, |
| 573 | + { |
| 574 | + "label": "Testing", |
| 575 | + "to": "vue/guides/testing" |
| 576 | + }, |
| 577 | + { |
| 578 | + "label": "Does this replace [Vuex, Pinia]?", |
| 579 | + "to": "vue/guides/does-this-replace-client-state" |
| 580 | + } |
| 581 | + ] |
| 582 | + }, |
| 583 | + { |
| 584 | + "label": "Community Resources", |
| 585 | + "children": [ |
| 586 | + { |
| 587 | + "label": "TkDodo's Blog", |
| 588 | + "to": "vue/community/tkdodos-blog" |
| 589 | + }, |
| 590 | + { |
| 591 | + "label": "Query Key Factory", |
| 592 | + "to": "vue/community/lukemorales-query-key-factory" |
| 593 | + } |
| 594 | + ] |
| 595 | + }, |
| 596 | + { |
| 597 | + "label": "Examples", |
| 598 | + "children": [ |
| 599 | + { |
| 600 | + "label": "Basic", |
| 601 | + "to": "vue/examples/vue/basic" |
| 602 | + }, |
| 603 | + { |
| 604 | + "label": "Vue 2.6", |
| 605 | + "to": "vue/examples/vue/2.6-basic" |
| 606 | + }, |
| 607 | + { |
| 608 | + "label": "Nuxt 3", |
| 609 | + "to": "vue/examples/vue/nuxt3" |
| 610 | + }, |
| 611 | + { |
| 612 | + "label": "Persister", |
| 613 | + "to": "vue/examples/vue/persister" |
| 614 | + } |
| 615 | + ] |
| 616 | + }, |
| 617 | + { |
| 618 | + "label": "API Reference", |
| 619 | + "children": [ |
| 620 | + { |
| 621 | + "label": "useQuery", |
| 622 | + "to": "vue/reference/useQuery" |
| 623 | + }, |
| 624 | + { |
| 625 | + "label": "useQueries", |
| 626 | + "to": "vue/reference/useQueries" |
| 627 | + }, |
| 628 | + { |
| 629 | + "label": "useInfiniteQuery", |
| 630 | + "to": "vue/reference/useInfiniteQuery" |
| 631 | + }, |
| 632 | + { |
| 633 | + "label": "useMutation", |
| 634 | + "to": "vue/reference/useMutation" |
| 635 | + }, |
| 636 | + { |
| 637 | + "label": "useIsFetching", |
| 638 | + "to": "vue/reference/useIsFetching" |
| 639 | + }, |
| 640 | + { |
| 641 | + "label": "useIsMutating", |
| 642 | + "to": "vue/reference/useIsMutating" |
| 643 | + }, |
| 644 | + { |
| 645 | + "label": "useQueryClient", |
| 646 | + "to": "vue/reference/useQueryClient" |
| 647 | + }, |
| 648 | + { |
| 649 | + "label": "QueryClient", |
| 650 | + "to": "vue/reference/QueryClient" |
| 651 | + }, |
| 652 | + { |
| 653 | + "label": "QueryCache", |
| 654 | + "to": "vue/reference/QueryCache" |
| 655 | + }, |
| 656 | + { |
| 657 | + "label": "MutationCache", |
| 658 | + "to": "vue/reference/MutationCache" |
| 659 | + }, |
| 660 | + { |
| 661 | + "label": "QueryObserver", |
| 662 | + "to": "vue/reference/QueryObserver" |
| 663 | + }, |
| 664 | + { |
| 665 | + "label": "InfiniteQueryObserver", |
| 666 | + "to": "vue/reference/InfiniteQueryObserver" |
| 667 | + }, |
| 668 | + { |
| 669 | + "label": "QueriesObserver", |
| 670 | + "to": "vue/reference/QueriesObserver" |
| 671 | + }, |
| 672 | + { |
| 673 | + "label": "focusManager", |
| 674 | + "to": "vue/reference/focusManager" |
| 675 | + }, |
| 676 | + { |
| 677 | + "label": "onlineManager", |
| 678 | + "to": "vue/reference/onlineManager" |
| 679 | + }, |
| 680 | + { |
| 681 | + "label": "hydration", |
| 682 | + "to": "vue/reference/hydration" |
439 | 683 | } |
440 | 684 | ] |
441 | 685 | } |
|
0 commit comments