diff --git a/README.md b/README.md index 4ba23a20..b0f2843d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# City of Helsinki - Asuminen Drupal 9 project +# City of Helsinki - Asuminen Drupal project + +The Asuminen instance provides information related to living accommodations in Helsinki. ## Environments Env | Branch | Drush alias | URL --- | ------ | ----------- | --- development | * | - | http://helfi-asuminen.docker.so/ -production | main | @main | TBD +production | main | @main | https://hel.fi/fi/asuminen ## Requirements @@ -38,3 +40,11 @@ This will log you inside the app container: ``` $ make shell ``` + +## Site specific features + +### IBM Watson chat + +The Asuminen site features the IBM Watson Chatbot on multiple pages. You can configure the chatbot on the block layout +page (`admin/structure/block`). More documentation about the chatbot is available in [Confluence](https://helsinkisolutionoffice.atlassian.net/wiki/spaces/HEL/pages/8145469986/IBM+Chat+App+Drupal+integration), +and the code for the Drupal block can be found [here](https://github.com/City-of-Helsinki/drupal-helfi-platform-config/blob/main/src/Plugin/Block/IbmChatApp.php).