From 6e07cf0f866af9cab4356d86b95a680be8fe10b5 Mon Sep 17 00:00:00 2001 From: SURESH CHOUKSEY Date: Thu, 28 May 2026 03:21:03 +0530 Subject: [PATCH] doc: update Developer Hub with latest developer resources --- wiki/Developer_hub.wikitext | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/Developer_hub.wikitext b/wiki/Developer_hub.wikitext index c21bdddebd2..796ba60dcc8 100644 --- a/wiki/Developer_hub.wikitext +++ b/wiki/Developer_hub.wikitext @@ -20,6 +20,12 @@ These pages are in the early stage of development. If you can't find the informa The developer documentation comprises the following sections: +=== Official Developer Resources === + +* [https://freecad.github.io/DevelopersHandbook/ FreeCAD Developers Handbook]: The official hub for developer guides, setup instructions, and code contribution standards. +* [https://github.com/FreeCAD/Addon-Academy Addon Academy]: Learning resources and tutorials for creating FreeCAD addons, plugins, and custom workbenches. +* [https://github.com/FreeCAD/SourceDoc SourceDoc]: Automated source code and API documentation generator for FreeCAD. +* [https://github.com/FreeCAD/lens-docs Lens Docs]: Documentation and resources for the Lens documentation generator/parser used in FreeCAD projects. === Compiling FreeCAD ===