Update Developer Hub with links to Addon-Academy, SourceDoc, and lens-docs#170
Open
hikali123456789 wants to merge 1 commit into
Open
Update Developer Hub with links to Addon-Academy, SourceDoc, and lens-docs#170hikali123456789 wants to merge 1 commit into
hikali123456789 wants to merge 1 commit into
Conversation
…-docs Developer-related content has spread across several repositories over time. This update integrates references to three key resources into the Developer Hub: - Addon Academy: Comprehensive guides for addon development, publishing, and maintenance - SourceDoc: Doxygen-generated C++ API reference documentation - Ondsel Lens Documentation: Documentation for the Lens PDM system Changes: - index.md: Add new 'Related Developer Resources' section with descriptions and links - technical/index.md: Add Addon Academy, SourceDoc, and Lens docs to 'See Also' - technical/Websites.md: Add new 'Developer Resources' section with repository links - gettingstarted/index.md: Add Addon Academy reference for addon developers Closes Reqrefusion/FreeCAD-Documentation-Project#329
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.
Summary
Developer-related content has spread across several repositories over time. This PR updates the Developer Hub to serve as a central navigation point by integrating references to three key developer resources:
Changes
index.md - Added a new "Related Developer Resources" section with:
** echnical/index.md** - Added Addon Academy, SourceDoc, and Lens docs to the "See Also" section
** echnical/Websites.md** - Added a new "Developer Resources" subsection with repository links for all three resources
gettingstarted/index.md - Added an Addon Academy reference under "Finding Tasks to Work On" for developers interested in building addons/workbenches
Related Issue
Addresses Reqrefusion/FreeCAD-Documentation-Project#329 - "Updating the Developer Hub"