From 53ad2f19cdc17bf0d8c402f220cc4f511d1c344a Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Wed, 19 Nov 2025 22:42:03 +0100 Subject: [PATCH] Add docs, logo and website to readme --- README.md | 13 +++++++------ logo.svg | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 logo.svg diff --git a/README.md b/README.md index ebc69ce13..9f069f0de 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -

- Symfony Logo +

+ Symfony AI Logo

-

- Symfony AI -

- Symfony AI is a set of components that integrate AI capabilities into PHP applications. ## Components & Bundles @@ -27,6 +23,11 @@ To get started with Symfony AI, you can either check out the [examples](./exampl components in smaller snippets, or you can run the [demo application](./demo) to see the components work together in a full Symfony web application. +## Resources + +* [Documentation](https://symfony.com/doc/current/ai/index.html) +* [Website](https://ai.symfony.com) + ## Sponsor Help Symfony by [sponsoring](https://symfony.com/sponsor) its development! diff --git a/logo.svg b/logo.svg new file mode 100644 index 000000000..f2f95e168 --- /dev/null +++ b/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file