Add StepFileTo2dDrawing guide with styles and content - #104
Merged
Conversation
- Created StepFileTo2dDrawing.tsx for the guide's main content - Added StepFileTo2dDrawing.module.css for styling the guide - Included steps for converting a STEP file to a 2D drawing - Implemented FAQ section with structured questions and answers - Integrated external links and responsive design elements
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add guide: "How to Turn a STEP File into a 2D Engineering Drawing"
New content page targeting STEP/IGES-to-2D-drawing search intent — pairs
with the 2D drawing generation feature shipped in #103 and the new
CADViewer YouTube channel's first demo video.
What it adds
component pattern as SplitStepAssembly.tsx
scope vs. full CAD packages
Why
GSC data shows impressions on adjacent search terms (STEP/IGES viewer
queries) with no dedicated content answering the "how do I get an actual
drawing out of this" intent. This targets that gap directly.
Notes