- 
                Notifications
    You must be signed in to change notification settings 
- Fork 71
Add Deploy NFT page (new IA) #1137
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
Conversation
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.
Pull Request Overview
This pull request replaces the existing PolkaVM-focused NFT deployment guide with a comprehensive EVM-based guide that covers multiple deployment approaches. The new guide demonstrates how to deploy ERC-721 NFT contracts using standard EVM tooling including JavaScript/Ethers.js, Remix IDE, Hardhat, and Foundry.
Key changes:
- Complete replacement of the PolkaVM-specific NFT deployment tutorial with an EVM-focused multi-approach guide
- Addition of practical deployment examples for four different EVM development workflows
- Updates to navigation and AI-generated documentation files to reflect the new content structure
Reviewed Changes
Copilot reviewed 30 out of 34 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description | 
|---|---|
| smart-contracts/cookbook/smart-contracts/deploy-nft.md | Removed entire PolkaVM-based NFT deployment tutorial | 
| smart-contracts/cookbook/smart-contracts/deploy-nft-evm.md | Added comprehensive EVM-based NFT deployment guide covering Ethers.js, Remix, Hardhat, and Foundry | 
| smart-contracts/cookbook/smart-contracts/.nav.yml | Updated navigation to point to new EVM guide | 
| llms.txt | Updated documentation page count and added new guide to index | 
| .ai/site-index.json | Updated metadata timestamps and hashes for affected documentation | 
| .ai/pages/*.md | Removed code examples from multiple tutorial and reference pages (collapsible sections remain) | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
π’
π Description
Provide a clear and concise description of your changes.
π Review Preference
Choose one:
π€ AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.pyβ Checklist