Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Move legacy resource documentation into a legacy dir #156

Merged
merged 4 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Continuous Integration
on:
pull_request:
paths-ignore:
- "docs/**"
- "*.md"
workflow_dispatch: ~
workflow_call: ~
Expand Down
35 changes: 18 additions & 17 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,28 @@
## Resource

* [Resource Bundle documentation](resource/index.md)
diimpp marked this conversation as resolved.
Show resolved Hide resolved
* [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)
diimpp marked this conversation as resolved.
Show resolved Hide resolved
* [Processors](resource/processors.md)
* [Providers](resource/providers.md)
* [Create new resource](resource/create_new_resource.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 Single Resource](resource/legacy/show_resource.md)
* [Getting a Collection of Resources](resource/legacy/index_resources.md)
loic425 marked this conversation as resolved.
Show resolved Hide resolved
* [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.
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.
Loading