-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Remove Extend section from documentation #41877
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: v6-dev
Are you sure you want to change the base?
Conversation
Co-authored-by: mdo <[email protected]>
|
@copilot Move this content at site/src/content/docs/extend/approach.mdx:39-54 to the layout/z-index.mdx page |
Co-authored-by: mdo <[email protected]>
Done in e736432. The z-index approach content from lines 39-54 of extend/approach.mdx has been moved to layout/z-index.mdx. The page now includes the "Component elements" and "Overlay components" sections with the detailed z-index approach information. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot Oh no, don't delete the original z-index.mdx content—add to it. Combine the content instead. |
Co-authored-by: mdo <[email protected]>
Fixed in e3c004d. The original z-index.mdx content has been preserved and combined with the approach content from extend/approach.mdx. The page now includes:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|


Description
Removed the Extend section containing the Icons and Approach pages from the documentation.
Changes:
site/src/content/docs/extend/approach.mdxandsite/src/content/docs/extend/icons.mdxsite/data/sidebar.ymllayout/z-indexinstead of removedextend/approach#z-index-scaleslayout/z-index.mdxcontent with z-index approach content fromextend/approach.mdxto preserve all existing documentation while adding the detailed z-index methodologyThe z-index page now includes both the original content (overlay values explanation, ScssDocs component, handling overlapping borders) and the new detailed sections on component elements and overlay components from the approach page.
Motivation & Context
The Extend section is no longer needed in the documentation structure. The z-index approach content has been consolidated into the Layout section where users would naturally look for it, while preserving all original z-index documentation.
Type of changes
Checklist
npm run lint)Live previews
Related issues
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.