feat(docs): update tool icons, navigation sidebar, and documentation skill rules - #101
Merged
Conversation
…cumentation for geometry repair and QGIS tools
velascojasper0
approved these changes
Jul 30, 2026
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
This PR updates the GEMMA QGIS plugin UI icons and VitePress documentation to sync newly added
gmd_scriptsprocessing tools, improve dual-theme (Dark/Light mode) icon contrast, fix redundant horizontal section dividers, and enforce processing Algorithm ID documentation standards.Problem / Rationale
Scan Geometry Errors,Repair Polygon Geometries, andCheck and Update) were missing from the VitePress navigation dropdown, sidebar tree, and home index cards.Updating of BoundariesandOtherssubmenus shared genericpackager.svgand low-contrast purple icons (#8E44AD) that were difficult to see in QGIS Dark Theme.---dividers placed above##headings rendered as double horizontal lines in VitePress.Algorithm IDreferences under their## Accesssections.Key Changes
1. QGIS Plugin UI & Dedicated SVG Icons (
gmd_pipeline.py)updating_boundaries.svg→Updating of Boundariessubmenucheck_and_update.svg→Check and Updateactionothers.svg→Otherssubmenu header (high-luminosity amber#F59E0B)sync_mbi.svg→Sync MBI Layeraction (electric blue#0288D1& green#00C853)repair_geom.svg→Geometry Repair Toolkitaction (vivid lime green#00E676& amber wrench#F39C12)icons/anddocs/user-guide/public/icons/.2. VitePress Config & Navigation (
config.mts,index.md)Check and Update,Scan Geometry Errors, andRepair Polygon Geometriestonavdropdowns andsidebarcategories.3. Tool Documentation Formatting & Algorithm IDs (
docs/user-guide/tools/)Algorithm IDentries under## Access:scan-geometry-errors.md→gmd_pipeline:scangeometryerrorsrepair-polygon-geometries.md→gmd_pipeline:repairpolygongeometriescreate-enumeration-areas.md→gmd_pipeline:createeacheck-and-update.md/geometry-repair-toolkit.md→Component Algorithm IDs---lines before##headings across all tool guide markdown pages to prevent double horizontal line artifacts.4. Documentation Skill Protocol (
SKILL.md)qgis-doc-generator.Verification
docs:build— compiled cleanly in 0.94s with 0 errors.#FFFFFF(Light Mode) and#2C2C2C(Dark Mode).