-
Notifications
You must be signed in to change notification settings - Fork 79
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
Adding Cookbook.dev's AI Web3 Technical Documentation Bot & Tutorial on Deploying to Manta Pacific using Cookbook.dev #233
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ClockRide @TylerSehr Appreciated for the work, overall the code looks good to me. But it would be more great if you can resolve the explain button's background style issue, remove useless code and fix some type issue before commits(For some unnecessary rules, just turn off rules here).
|
@TylerSehr Thanks, clean approach. Please rebase onto Manta-Network/docs/tree/main and solve the conflict. |
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.
LGTM
the devops side need commits to be signed, please squash to one signed commit like this #241. cc @TylerSehr |
the devops side need commits to be signed, please squash to one signed commit like this #241. cc @TylerSehr @jincan39 |
@ClockRide Nice job, there should be 4 files changed, not 24 files. Please recheck |
- Added Cookbook.dev Docs Bot integration - Enabled Solidity code highlighting by passing additionalLanguages to Prism to ensure smooth Cookbook.dev Docs Bot operation - Added Cookbook.dev page to the deployment tools section (authored by @MikeDank) Co-Authored-By: Tyler Sehr <[email protected]> Co-Authored-By: Michael Dank <[email protected]>
@jincan39, |
@ClockRide Appreciated, Nice work! |
What changed? Why?
This pull request completes the integration for the addition of Cookbook.dev's AI Web3 assistant that appears as a button and pop-up in the Manta Network technical documentation. Enhanced Q&A and technical documentation search, along with the ability for users to highlight portions of the docs and have them explained. Details for this integration have been discussed with Manta Network team members.
This pull request also introduces a new section of documentation detailing additional ways developers can quickly deploy smart contracts to Manta Pacific Cookbook.dev. The changes are based on the existing structure and format of the Manta-Network/docs repository. The primary goal of this addition is to enhance the ease at which developers can access smart contract research, development and deployment for Base.
Notes to reviewers
Followed all documentation contribution guidelines and looking forward to any feedback or any questions.
How has it been tested?
Local Testing: The documentation section has been tested locally to ensure all markdown files render correctly and the navigation between sections is smooth and intuitive.
Staging Deployment: A version of this update has been deployed to our staging environment using Vercel. This allowed us to view the documentation in a web format, ensuring that it displays correctly in a real-world setting.
We conduct ongoing extensive testing on our AI Web3 assistant to ensure accurate answers.