- 
                Notifications
    You must be signed in to change notification settings 
- Fork 71
New Card Styling #1142
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
base: master
Are you sure you want to change the base?
New Card Styling #1142
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 <hr> elements from card components across documentation pages to align with new styling guidelines. The changes affect tutorial, infrastructure, and development documentation sections.
Key Changes
- Removal of horizontal rule separators from card UI components
- Cleanup of code blocks by removing content while preserving structure
- Updates to AI-generated index files reflecting the content changes
Reviewed Changes
Copilot reviewed 68 out of 69 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description | 
|---|---|
| tutorials/polkadot-sdk/system-chains/asset-hub/index.md | Removed <hr>from Asset Hub card | 
| tutorials/polkadot-sdk/index.md | Removed <hr>from SDK source code card | 
| tutorials/onchain-governance/index.md | Removed <hr>from OpenGov card | 
| tutorials/interoperability/xcm-channels/index.md | Removed <hr>from HRMP configurations card | 
| tutorials/interoperability/index.md | Removed <hr>from two interoperability cards | 
| tutorials/index.md | Removed <hr>from five tutorial cards | 
| tutorials/dapps/index.md | Removed <hr>from two dApp tutorial cards | 
| infrastructure/staking-mechanics/index.md | Removed <hr>from three staking mechanics cards | 
| infrastructure/running-a-validator/operational-tasks/index.md | Removed <hr>from two operational tasks cards | 
| infrastructure/running-a-validator/onboarding-and-offboarding/index.md | Removed <hr>from four onboarding/offboarding cards | 
| infrastructure/running-a-validator/index.md | Removed <hr>from three validator cards | 
| develop/toolkit/parachains/spawn-chains/zombienet/index.md | Removed <hr>from Zombienet tutorial card | 
| develop/toolkit/parachains/spawn-chains/index.md | Removed <hr>from spawn chains card | 
| develop/toolkit/parachains/fork-chains/index.md | Removed <hr>from fork chains tutorial card | 
| develop/toolkit/parachains/fork-chains/chopsticks/index.md | Removed <hr>from two Chopsticks cards | 
| develop/toolkit/api-libraries/index.md | Removed <hr>from two API libraries cards | 
| develop/parachains/testing/index.md | Removed <hr>from two testing cards | 
| develop/parachains/maintenance/index.md | Removed <hr>from two maintenance cards | 
| develop/parachains/deployment/index.md | Removed <hr>from chain spec builder card | 
| develop/parachains/customize-parachain/index.md | Removed <hr>from three customization cards | 
| develop/interoperability/xcm-guides/index.md | Removed <hr>from four XCM guide cards | 
| develop/interoperability/index.md | Removed <hr>from four interoperability cards | 
| .ai/site-index.json | Updated metadata reflecting modified content | 
| .ai/pages/* | Updated AI-generated pages with removed content | 
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
LGTM but please could someone push the ia files again?
📝 Description
This PR removes the
hrfrom the cards on the content pages to better align with the new styling.This PR needs to be merged with this one: papermoonio/polkadot-mkdocs#167
🔍 Review Preference
Choose one:
🤖 AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.py✅ Checklist