-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add next-gen beta documentation #1565
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1565 +/- ##
=======================================
Coverage 82.01% 82.01%
=======================================
Files 18 18
Lines 1496 1496
Branches 436 436
=======================================
Hits 1227 1227
Misses 172 172
Partials 97 97 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Perhaps add a search bar to the top left so people can find what they are looking for |
I had a hard time with that |
29f6dd2
to
5506f1e
Compare
cd17dda
to
6a5097e
Compare
48ec001
to
38a6fd2
Compare
}; | ||
``` | ||
#### 4. Add function to app through workflow or manifest | ||
To actually call the defined function, `SampleFunctionDefinition`, don't forget to add your function to a workflow! When you're finished defining and implementing your functions, the next step is to add them to [Workflows](/bolt-js/future/workflows). Once added as a step in a Workflow, your Function will run when that Workflow is invoked by a [Trigger](/bolt-js/future/triggers). |
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.
Small status update on these docs -
Ready for review / feedback / comments / questions: |
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.
1st three sections of create a new app
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.
Feedback on Run your app section
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.
Feedback on Workflows section
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.
Triggers and Functions feedback
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.
Custom function changes
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.
A few suggestions on the custom function updates - let me know if you have any questions @stevengill!
Co-authored-by: Ashley <12901850+hello-ashleyintech@users.noreply.github.com>
Co-authored-by: Ashley <12901850+hello-ashleyintech@users.noreply.github.com>
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.
Little nits on Triggers
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 good to merge! 😤 💯
Summary
Adds initial documentation for the next-generation Slack Platform beta features supported in Bolt for Javascript.
Requirements (place an
x
in each[ ]
)