Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Cookbook Onboard (AI Assistant) integration (MystenLabs#19266)
## Description Cookbook's Ask Cookbook AI assistant and co-pilot is trained on all existing Sui resources (source code, docs website, etc.) and is available as a standalone modal, embeddable as a button on any page (recommended for technical docs). It answers developer questions about building on Sui, acting as an enhanced and streamlined technical documentation search tool as well as Solidity and Move coding co-pilot. Ask Cookbook AI can also access context from thousands of data sources indexed by Cookbook.dev in addition to Sui-specific data sources, providing the best blockchain developer-focused answers of any chatbot on the market. Cookbook will assist in the tuning and calibration of the AI assistant to ensure the highest answer quality. ![image](https://github.com/user-attachments/assets/d36e4a14-e5e1-476f-9604-9ced0f38aeb9) ### Changes - Added the Ask Cookbook plugin to embed the Cookbook Onboard AI Assistant into the Sui docs, and included it in `docusaurus.config.js`. ### Preview Preview link: https://sui-docs-cookbook.vercel.app/ --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information