-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat(docs): Cookbook Onboard (AI Assistant) integration #2198
Conversation
I'm not sure if the "New test cases have been added" item on the checklist is applicable here, so I skipped it for now. Let me know if it is after all, and I'll be happy to make the necessary changes! |
note: you can use |
@@ -33,4 +33,24 @@ $(document).ready(function () { | |||
$("option[value='" + selected + "']").attr("selected", "selected"); | |||
window.location = document.URL.replace(current, selected); | |||
}); | |||
|
|||
// Cookbook Onboard (AI Assistant). |
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.
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.
Sorry for taking so long to reply! We have a CMS website where you can customize suggestions, view questions asked and the bot's responses, configure and update data sources, and much more! If you'd like an invite link, just reach out to us at [email protected] from your corporate email, or please ask your colleague Chris (whom we chat with on Telegram) to add you to the chat :)
|
||
// Cookbook Onboard (AI Assistant). | ||
// API key is public so it's fine to just hardcode it here. | ||
var COOKBOOK_PUBLIC_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NmFhY2QzYjZiYmI2MmQwOGY0ZjYzNzgiLCJpYXQiOjE3MjI0Njk2OTEsImV4cCI6MjAzODA0NTY5MX0.Xw4JO3X3T19NOGqPnsz_DYDEBdsxNYM9JkZK4k8ADs8"; |
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.
What is the point of a public API key?
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.
It is used to make user interactions with Ask Cookbook available for your review in the CMS, allowing you to further tune replies by leaving feedback on conversations. Additionally, it enables you to dynamically configure the appearance of Ask Cookbook using the same CMS
This pull request is considered stale because it has been open 30 days with no activity. Remove stale label, add a comment, or make a new commit, otherwise this PR will be closed in 5 days. |
fbab34d
to
e9e41f4
Compare
bumping :) |
The file being changed no longer exists. |
What I Did
Extended
custom.js
with code to instantiate the Cookbook Onboard integration.Resolves: #2197
How to Verify It
Launch the project in production or a dev environment and try out Cookbook Onboard by clicking the "Ask Cookbook" button in the bottom right corner of the docs :)
You can also use following preview url: https://apeworx-cookbook.vercel.app/ape/latest/userguides/quickstart.html
Checklist