Skip to content

Commit 2e12965

Browse files
committed
Add links to features in api-overview
# Conflicts: # docs/api-overview.md
1 parent a2f2a51 commit 2e12965

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/api-overview.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ These docs are for version 2.x. For [email protected], please go to [https://fe
2626
- Feathers Query Syntax
2727
- Vuex Strict Mode Support
2828
- Client-Side Pagination Support
29-
- Fall-Through Caching *
30-
- [`$FeathersVuex` Plugin for Vue](./vue-plugin.md) *
31-
- [Per-Service Data Modeling](./common-patterns.md#Basic-Data-Modeling-with-instanceDefaults) *
32-
- Clone & Commit *
33-
- 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 **
41-
- Server-Powered Pagination Support **
42-
- [VuePress Dark Mode Support](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) for the Docs **
29+
- Fall-Through Caching
30+
- [`$FeathersVuex` Plugin for Vue](./vue-plugin.md)
31+
- [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)
33+
- Simplified Auth
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) *
41+
- Server-Powered Pagination Support *
42+
- [VuePress Dark Mode Support](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) for the Docs
4343

4444
`* Improved in v2.0.0`<br />
4545
`** New in v2.0.0`

0 commit comments

Comments
 (0)