-
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
base: main
Are you sure you want to change the base?
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.
Summary
Test plan