-
Notifications
You must be signed in to change notification settings - Fork 0
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 #14
docs #14
Conversation
|
||
:::danger | ||
Discord implementation is still in progress, treat it as experimental. | ||
::: |
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.
Add additional details how users can run this stuff
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.
Added todo
docs/src/docs/getting-started.mdx
Outdated
|
||
<PackageManagerTabs command="install @callstack/byorg-core" /> | ||
|
||
In next section we'll show you how to use our core library to handle your requests. |
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.
I think we should structure it slightly different.
- Bare setup
- install ai @callstack/byorg-core
- Setup with Slack
- install ai @callstack/byorg-core @callstack/byorg-slack
- Setup with Discord
- install ai @callstack/byorg-core @callstack/byorg-discord
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.
I think that currently it might be very hard to setup slack from the ground up, so we should provide example projects (le'ts disicuss what exactly) and link to them. In the longer run we should have a create-byorg-app
package that would generate these project for you, but starting with a example
is a reasonable first step.
@@ -0,0 +1,62 @@ | |||
## Integrating with Slack | |||
|
|||
Byorg provides built-in functionality to integrate your application with Slack. To set this up, use the `createSlackApp` function and provide the necessary parameters. |
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.
Mention that we also provide traslation between Slack events and byorg events, as well as custom formatter for slack blocks (add links to slack docs) that uses slack-rich-text
package.
Pls remove the API top-level tab for now, as we are not using it. |
4abbb28
to
847c570
Compare
Summary
Test plan