Skip to content

Commit

Permalink
[Docs] Move legacy resource documentation into a legacy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 10, 2024
1 parent 5261f08 commit cad2958
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 29 deletions.
33 changes: 16 additions & 17 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,26 @@
## Resource

* [Resource Bundle documentation](resource/index.md)
* [Configuration](resource/configuration.md)
* [Configure your operations](resource/configure_your_operations.md)
* [Configure your resource](resource/configure_your_resource.md)
* [Create new resource](resource/create_new_resource.md)
* [Create resource](resource/create_resource.md)
* [Delete resource](resource/delete_resource.md)
* [Forms](resource/forms.md)
* [Index resources](resource/index_resources.md)
* [Installation](resource/installation.md)
* [Processors](resource/processors.md)
* [Providers](resource/providers.md)
* [Configure your resource](resource/configure_your_resource.md)
* [Configure your operations](resource/configure_your_operations.md)
* [Validation](resource/validation.md)
* [Redirect](resource/redirect.md)
* [Reference](resource/reference.md)
* [Resource factories](resource/resource_factories.md)
* [Providers](resource/providers.md)
* [Processors](resource/processors.md)
* [Responders](resource/responders.md)
* [Routing](resource/routing.md)
* [Services](resource/services.md)
* [Show resource](resource/show_resource.md)
* [State machine](resource/state_machine.md)
* [Update resource](resource/update_resource.md)
* [Validation](resource/validation.md)
* [Legacy Resource Documentation](resource/legacy/index.md)
* [Configuration](resource/legacy/configuration.md)
* [Services](resource/legacy/services.md)
* [Routing](resource/legacy/routing.md)
* [Forms](resource/legacy/forms.md)
* [Getting a Collection of Resources](resource/legacy/index_resources.md)
* [Creating Resources](resource/legacy/create_resource.md)
* [Updating Resources](resource/legacy/update_resource.md)
* [Deleting Resources](resource/legacy/delete_resource.md)
* [Configuring a state machine](resource/legacy/state_machine.md)
* [Configuration Reference](resource/legacy/reference.md)

## Grid

Expand Down
14 changes: 2 additions & 12 deletions docs/resource/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,8 @@ So far we support:
* [Responders](responders.md)

# Deprecated documentation
* [Configuring Your Resources](configuration.md)
* [Services](services.md)
* [Routing](routing.md)
* [Forms](forms.md)
* [Getting a Single Resource](show_resource.md)
* [Getting a Collection of Resources](index_resources.md)
* [Creating Resources](create_resource.md)
* [Updating Resources](update_resource.md)
* [Deleting Resources](delete_resource.md)
* [Configuring a state machine](state_machine.md)
* [Configuration Reference](reference.md)
* [Legacy Resource Documentation](legacy/index.md)

## Learn more

* [Resource Layer in the Sylius platform](https://docs.sylius.com/en/latest/book/architecture/resource_layer.html) - concept documentation
* [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.
13 changes: 13 additions & 0 deletions docs/resource/legacy/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Legacy Resource Documentation

* [Configuring Your Resources](configuration.md)
* [Services](services.md)
* [Routing](routing.md)
* [Forms](forms.md)
* [Getting a Single Resource](show_resource.md)
* [Getting a Collection of Resources](index_resources.md)
* [Creating Resources](create_resource.md)
* [Updating Resources](update_resource.md)
* [Deleting Resources](delete_resource.md)
* [Configuring a state machine](state_machine.md)
* [Configuration Reference](reference.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cad2958

Please sign in to comment.