Skip to content

Commit

Permalink
Update ReadmeDocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkawaie committed Jun 13, 2024
1 parent 578ebe5 commit f9412e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ This repository contains sources for all packages from `yokai/batch` suite.

## Documentation

Every package has its own documentation,
you should start with [core repository documentation](https://github.com/yokai-php/batch-src/blob/0.x/docs/README.md).
You should start with [centralized documentation](https://github.com/yokai-php/batch-src/blob/0.x/docs/README.md).

## Packages

Expand Down
25 changes: 0 additions & 25 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,28 +62,3 @@ Whenever a job is launched, whether is starts immediately or not, an execution i
The execution are stored to allow you to keep an eye on what is happening.
This persistence is on the responsibility of the job execution storage.
- [Job Execution Storage](batch/domain/job-execution-storage.md)


## Next steps
- [Getting Started (Nom de l'exemple)](getting-started.md)
- Framework:
- [Symfony](symfony.md)
- Bridge:
- Doctrine:
- [Dbal](batch-doctrine-dbal/job-execution-storage.md)
- [ORM](batch-doctrine-orm/entity-item-reader.md)
- [Persistence](batch-doctrine-persistence/object-registry.md)

[//]: # ( Todo: link object-item-writer.md ?)
- [Flysystem bridge](flysystem.md)
- [Box OpenSpout bridge](openspout.md)

[//]: # (Todo: La partie symfony est-elle vraiment utile ? Ou peut être que l'on peut la mettre dans une catégorie a pat entiére ?)
- Symfony:
- [Console](batch-symfony-console/command.md)
- [Messenger](batch-symfony-messenger/job-launcher.md)
- [Serializer](batch-symfony-serializer/job-execution-serializer.md)
- [Validator](batch-symfony-validator/skip-invalid-item-processor.md)

[//]: # (Idée d'exemple pour le getting started:)
[//]: # (- Un import like Cizeta sans symfony)

0 comments on commit f9412e2

Please sign in to comment.