-
Notifications
You must be signed in to change notification settings - Fork 74
Remove tutorials #1154
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
Remove tutorials #1154
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 PR removes remaining Tutorial pages from the documentation, as indicated by the title and description. The changes consist entirely of new file additions to the .ai/pages/ directory, which appears to be a staging or AI-generated content area. No actual tutorial content is being deleted in these diffs - instead, new documentation pages are being added covering various topics like Moonwall testing, XCM tools, API libraries, smart contracts, and more.
Reviewed Changes
Copilot reviewed 114 out of 162 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| develop-toolkit-parachains-e2e-testing-moonwall.md | Adds comprehensive guide for E2E testing with Moonwall framework |
| develop-toolkit-interoperability-xcm-tools.md | Documents XCM tools including Moonsong Labs, ParaSpell, Astar, and Moonbeam SDKs |
| develop-toolkit-interoperability-paraspell-xcm-sdk-transfer-tokens-between-parachains.md | Provides detailed guide for token transfers between parachains using ParaSpell |
| develop-toolkit-integrations-*.md | Multiple files documenting wallet, storage, oracle, and indexer integrations |
| develop-toolkit-api-libraries-*.md | Documentation for API libraries including Subxt, Sidecar, Python, Polkadot.js, Polkadart, PAPI, and Dedot |
| develop-smart-contracts-*.md | Extensive smart contract documentation covering wallets, precompiles, libraries, development environments, and FAQs |
| develop-parachains-*.md | Updates to parachain documentation including SDK intro and deployment guides |
| chain-interactions-send-transactions-with-sdks.md | Placeholder file marked as TODO |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.ai/pages/develop-smart-contracts-precompiles-interact-with-precompiles.md
Show resolved
Hide resolved
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
@0xlukem this is good to be reviewed now, thanks! |
0xlukem
left a comment
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
📝 Description
This PR just removes the remaining Tutorial pages.
TODO:
Goes with MkDocs PR: TODO