Skip to content

Commit e5051ac

Browse files
committed
chore: remove unused section
1 parent decd07b commit e5051ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/extend/update-2_0-api.md

-4
Original file line numberDiff line numberDiff line change
@@ -1030,10 +1030,6 @@ class DraftResource extends Resource\AbstractDatabaseResource
10301030
}
10311031
```
10321032

1033-
## API Layer From 1.x to 2.x (fof/gamification)
1034-
1035-
1036-
10371033
## Extending an existing API Layer
10381034

10391035
If you are using the `ApiController` or `ApiSerializer` extenders from 1.x, you can migrate the logic to using the `ApiResource` extender from 2.x, which uses the same field and endpoint definitions as shown before. For example, we have the following 1.x extenders:

0 commit comments

Comments
 (0)