Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
documentation to show Assistant only for docx files.
  • Loading branch information
basecode authored Nov 10, 2023
1 parent 715ea68 commit eeaf21a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,8 @@ To activate the AEM GenAI Assistant Sidekick Plugin on your Edge Delivery Servic
"id": "aem-genai-assistant",
"title": "Assistant",
"url": "<coming soon>",
"passConfig": true,
"passReferrer": true,
"environments": [
"edit",
"dev",
"preview",
"live",
"prod"
],
"includePaths": [
"/**"
]
"environments": ["edit"],
"includePaths": ["**.docx**"]
}
// ...
]
Expand Down

0 comments on commit eeaf21a

Please sign in to comment.