Skip to content

Commit 3c169f0

Browse files
authored
2 parents 85bf9b6 + f81a4c9 commit 3c169f0

File tree

15 files changed

+34
-29
lines changed

15 files changed

+34
-29
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Continuous Integration
33
on:
44
pull_request:
55
paths-ignore:
6+
- "docs/**"
67
- "*.md"
78
workflow_dispatch: ~
89
workflow_call: ~

docs/SUMMARY.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,28 @@
1818
## Resource
1919

2020
* [Resource Bundle documentation](resource/index.md)
21-
* [Configuration](resource/configuration.md)
22-
* [Configure your operations](resource/configure_your_operations.md)
23-
* [Configure your resource](resource/configure_your_resource.md)
24-
* [Create new resource](resource/create_new_resource.md)
25-
* [Create resource](resource/create_resource.md)
26-
* [Delete resource](resource/delete_resource.md)
27-
* [Forms](resource/forms.md)
28-
* [Index resources](resource/index_resources.md)
2921
* [Installation](resource/installation.md)
30-
* [Processors](resource/processors.md)
31-
* [Providers](resource/providers.md)
22+
* [Create new resource](resource/create_new_resource.md)
23+
* [Configure your resource](resource/configure_your_resource.md)
24+
* [Configure your operations](resource/configure_your_operations.md)
25+
* [Validation](resource/validation.md)
3226
* [Redirect](resource/redirect.md)
33-
* [Reference](resource/reference.md)
3427
* [Resource factories](resource/resource_factories.md)
28+
* [Providers](resource/providers.md)
29+
* [Processors](resource/processors.md)
3530
* [Responders](resource/responders.md)
36-
* [Routing](resource/routing.md)
37-
* [Services](resource/services.md)
38-
* [Show resource](resource/show_resource.md)
39-
* [State machine](resource/state_machine.md)
40-
* [Update resource](resource/update_resource.md)
41-
* [Validation](resource/validation.md)
31+
* [Legacy Resource Documentation](resource/legacy/index.md)
32+
* [Configuration](resource/legacy/configuration.md)
33+
* [Services](resource/legacy/services.md)
34+
* [Routing](resource/legacy/routing.md)
35+
* [Forms](resource/legacy/forms.md)
36+
* [Getting a Single Resource](resource/legacy/show_resource.md)
37+
* [Getting a Collection of Resources](resource/legacy/index_resources.md)
38+
* [Creating Resources](resource/legacy/create_resource.md)
39+
* [Updating Resources](resource/legacy/update_resource.md)
40+
* [Deleting Resources](resource/legacy/delete_resource.md)
41+
* [Configuring a state machine](resource/legacy/state_machine.md)
42+
* [Configuration Reference](resource/legacy/reference.md)
4243

4344
## Grid
4445

docs/resource/index.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,8 @@ So far we support:
3030
* [Responders](responders.md)
3131

3232
# Deprecated documentation
33-
* [Configuring Your Resources](configuration.md)
34-
* [Services](services.md)
35-
* [Routing](routing.md)
36-
* [Forms](forms.md)
37-
* [Getting a Single Resource](show_resource.md)
38-
* [Getting a Collection of Resources](index_resources.md)
39-
* [Creating Resources](create_resource.md)
40-
* [Updating Resources](update_resource.md)
41-
* [Deleting Resources](delete_resource.md)
42-
* [Configuring a state machine](state_machine.md)
43-
* [Configuration Reference](reference.md)
33+
* [Legacy Resource Documentation](legacy/index.md)
4434

4535
## Learn more
4636

47-
* [Resource Layer in the Sylius platform](https://docs.sylius.com/en/latest/book/architecture/resource_layer.html) - concept documentation
37+
* [Resource Layer in the Sylius platform](https://docs.sylius.com/the-book/architecture/resource-layer) - concept documentation
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/resource/legacy/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Legacy Resource Documentation
2+
3+
* [Configuring Your Resources](configuration.md)
4+
* [Services](services.md)
5+
* [Routing](routing.md)
6+
* [Forms](forms.md)
7+
* [Getting a Single Resource](show_resource.md)
8+
* [Getting a Collection of Resources](index_resources.md)
9+
* [Creating Resources](create_resource.md)
10+
* [Updating Resources](update_resource.md)
11+
* [Deleting Resources](delete_resource.md)
12+
* [Configuring a state machine](state_machine.md)
13+
* [Configuration Reference](reference.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)