-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs/New sections and updates #1071
Conversation
5536f82
to
ccdbb65
Compare
To fix:
|
2cd7447
to
79a8952
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work moving this stuff! .docusaurus
folder should not be committed. Another suggestion: I think that after the Webchat
section, we should keep explaining the webchat itself, not the webviews. Maybe Webchat can be moved at the very end of this sidebar list and flip the order between Components
and Custom Webchat
to not loose the context.
dc46233
to
e5aef28
Compare
- KEYWORDS_AND_OTHERS_FOUND: The keyword may be preceded and followed by other words in the search text. | ||
- ALL_WORDS_IN_KEYWORDS_MIXED_UP: All the words in the keyword must appear on the search text, even if mixed up with other words in any order. | ||
|
||
**Schedule** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put all date/schedule sections under the same title (dates? scheduling?)
- `Botonic.addBotText(string)`: Adds a new message in the webchat window as if the bot sent it. | ||
- `Botonic.updateUser(Object)`: Updates the attributes of the user. `({id: '1234', name: 'Pepito'})` | ||
- `Botonic.getVisibility()`: Sets the visibility of the webchat window. | ||
- `Botonic.openCoverComponent()`: Opens an authentication window. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vanbasten17 cover component can be used for other things than authentication, right?
docs/docs/webchat/webchat-updates.md
Outdated
title: Dynamic Updates | ||
--- | ||
|
||
The `WebchatSettings` component offers a dynamic bot interaction, where webchat properties can be updated on the run depending on the conversation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"on the run" means something else.
The WebchatSettings
component allows configuring the webchat behaviour at any moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ask @vanbasten17 and document how long does the configured settings last. Forever? Only for the current section? For all sessions of the current user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great!! But some images look too big, try to resize them. (sections: webchat-covercomponent
, webchat-markdown
, webchat-persistentmenu
, webchat-updates
, components-location
, comonents-text
)
…usaurus to gitignore)
Moved sections and updated sidebar.
Updates based on feedback
fc2aa38
to
2a04454
Compare
Description
Context
Approach taken / Explain the design
To document / Usage example
Testing
The pull request...