Skip to content

Commit 99fe827

Browse files
committed
Add links to features in api-overview
1 parent f7bcb6b commit 99fe827

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/api-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ 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
32+
- [Clone & Commit](./feathers-vuex-form-wrapper.md#the-clone-and-commit-pattern)
3333
- Simplified Auth
34-
- Per-Record Defaults
35-
- Data Level Computed Properties
36-
- Improved Relation Support
37-
- Powerful Mixins
38-
- Renderless Data Components
39-
- Renderless Form Component *
40-
- Temporary (Local-only) Record Support *
34+
- [Per-Record Defaults](./model-classes.md#instancedefaults)
35+
- [Data Level Computed Properties](./2.0-major-release.md#getter-and-setter-props-go-on-the-model-classes)
36+
- [Improved Relation Support](./2.0-major-release.md#define-relationships-and-modify-data-with-setupinstance)
37+
- [Powerful Mixins](./mixins.md)
38+
- [Renderless Data Components](./data-components.md)
39+
- [Renderless Form Component](./feathers-vuex-form-wrapper.md#feathersvuexformwrapper) for Simplified Vuex Forms
40+
- [Temporary (Local-only) Record Support](./2.0-major-release.md#support-for-temporary-records) *
4141
- Server-Powered Pagination Support *
4242
- [VuePress Dark Mode Support](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) for the Docs
43-
- New `useFind` and `useGet` [Vue Composition API] super powers! <Badge text="3.0.0+" />
43+
- New `useFind` and `useGet` Vue Composition API super powers! <Badge text="3.0.0+" />
4444

4545
`** Improved in v3.0.0`
4646

0 commit comments

Comments
 (0)