Skip to content

Commit 7f8ba45

Browse files
committed
Rename form-wrapper page to forms
In preparation of adding the FeathersVuexInputWrapper
1 parent 748d75e commit 7f8ba45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
'/composition-api.md',
2121
'/mixins.md',
2222
'/data-components.md',
23-
'/feathers-vuex-form-wrapper.md',
23+
'/feathers-vuex-forms.md',
2424
'/nuxt.md',
2525
'/2.0-major-release.md',
2626
],

docs/3.0-major-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This behavior exactly matches the new `useFind` utility.
6969

7070
The `keepCopiesInStore` option is now deprecated. This was a part of the "clone and commit" API which basically disabled the reason for creating the "clone and commit" API in the first place.
7171

72-
If you're not familiar with the Feathers-Vuex "clone and commit" API, you can learn more about the [built-in data modeling](./model-classes.md) API and the section about [Working with Forms](./feathers-vuex-form-wrapper.md#the-clone-and-commit-pattern).
72+
If you're not familiar with the Feathers-Vuex "clone and commit" API, you can learn more about the [built-in data modeling](./model-classes.md) API and the section about [Working with Forms](./feathers-vuex-forms.md#the-clone-and-commit-pattern).
7373

7474
The `keepCopiesInStore` feature is set to be removed in Feathers-Vuex 4.0.
7575

docs/api-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ These docs are for version 2.x. For [email protected], please go to [https://fe
2929
- Fall-Through Caching
3030
- [`$FeathersVuex` Plugin for Vue](./vue-plugin.md)
3131
- [Per-Service Data Modeling](./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults)
32-
- [Clone & Commit](./feathers-vuex-form-wrapper.md#the-clone-and-commit-pattern)
32+
- [Clone & Commit](./feathers-vuex-forms.md#the-clone-and-commit-pattern)
3333
- Simplified Auth
3434
- [Per-Record Defaults](./model-classes.md#instancedefaults)
3535
- [Data Level Computed Properties](./2.0-major-release.md#getter-and-setter-props-go-on-the-model-classes)
3636
- [Improved Relation Support](./2.0-major-release.md#define-relationships-and-modify-data-with-setupinstance)
3737
- [Powerful Mixins](./mixins.md)
3838
- [Renderless Data Components](./data-components.md)
39-
- [Renderless Form Component](./feathers-vuex-form-wrapper.md#feathersvuexformwrapper) for Simplified Vuex Forms
39+
- [Renderless Form Component](./feathers-vuex-forms.md#feathersvuexformwrapper) for Simplified Vuex Forms
4040
- [Temporary (Local-only) Record Support](./2.0-major-release.md#support-for-temporary-records) *
4141
- New `useFind` and `useGet` Vue Composition API super powers! <Badge text="3.0.0+" />
4242
- [Server-Powered Pagination Support](./service-plugin.md#pagination-and-the-find-action) *
File renamed without changes.

docs/vue-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const user = new models.api.User({
8585
When you register the Vue Plugin, a few components are automatically globally registered:
8686

8787
- The [Renderless Data components](/data-components.html)
88-
- The [`FeathersVuexFormWrapper` component](/feathers-vuex-form-wrapper.html)
88+
- The [`FeathersVuexFormWrapper` component](/feathers-vuex-forms.html)
8989

9090
You can pass `components: false` in the options to not globally register the component:
9191

0 commit comments

Comments
 (0)