From 9ec863b7d9eee650824e1305ab3b998ad8cd2b69 Mon Sep 17 00:00:00 2001 From: Maximilien Date: Tue, 11 Jun 2024 16:49:05 +0200 Subject: [PATCH] add readme for next steps --- docs/README.md | 11 +++++------ docs/doctrine.md | 0 docs/flysystem.md | 0 docs/openspout.md | 0 docs/symfony.md | 0 5 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 docs/doctrine.md create mode 100644 docs/flysystem.md create mode 100644 docs/openspout.md create mode 100644 docs/symfony.md diff --git a/docs/README.md b/docs/README.md index e2b9fd7b..85e948f5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -144,13 +144,12 @@ $importExecution = $launcher->launch('import', ['path' => '/path/to/file/to/impo There you go, you have a fully functional stack to start working with the library. -[//]: # (Todo::) -[//]: # (## Next steps) +## Next steps -[//]: # (- [Symfony bridge](symfony.md)) +- [Symfony bridge](symfony.md) -[//]: # (- [Doctrine bridge](doctrine.md)) +- [Doctrine bridge](doctrine.md) -[//]: # (- [Flysystem bridge](flysystem.md)) +- [Flysystem bridge](flysystem.md) -[//]: # (- [Box OpenSpout bridge](openspout.md)) +- [Box OpenSpout bridge](openspout.md) diff --git a/docs/doctrine.md b/docs/doctrine.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/flysystem.md b/docs/flysystem.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/openspout.md b/docs/openspout.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/symfony.md b/docs/symfony.md new file mode 100644 index 00000000..e69de29b