-
Notifications
You must be signed in to change notification settings - Fork 93
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
Conduit Documentation #1275
Conduit Documentation #1275
Conversation
Codecov Report
@@ Coverage Diff @@
## conduit #1275 +/- ##
========================================
Coverage 60.12% 60.12%
========================================
Files 74 74
Lines 9917 9917
========================================
Hits 5963 5963
Misses 3436 3436
Partials 518 518 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -0,0 +1,44 @@ | |||
# Creating A Plugin |
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.
Do we want to talk about what the "lifecycle" of a plugin is and where each function is expected to call?
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.
Updated. This page probably should be updated to have a separate section for each interface. For now I think the basics are covered.
Co-authored-by: Eric Warehime <[email protected]>
Summary
Took a stab at updating the conduit documentation. Some parts are still a little sparse, but I think there is a bit of coverage for everything.
Test Plan
NA