Add Ask Cookbook to any website with HTML
<!-- Add this to your <head> --> <script src="https://cdn.jsdelivr.net/npm/@cookbookdev/docsbot/dist/standalone/index.cjs.js" defer></script>
<div>
<!DOCTYPE html> <html> <head> <title>My Documentation</title> <script src="https://cdn.jsdelivr.net/npm/@cookbookdev/docsbot/dist/standalone/index.cjs.js" defer></script> </head> <body> <h1>Welcome to My Documentation</h1> <div id="__cookbook" data-api-key="your-api-key-here"></div> </body> </html>