Docs: Replace Gio.MenuModel diagram with SVG

Recreate the `menu-model.png` diagram in SVG, with box outlines and
connectors recolored from black to white. This will allow the diagram
to show up better in the dark documentation theme.
This commit is contained in:
FeRD (Frank Dana)
2024-07-01 12:38:31 -04:00
committed by Philip Withnall
parent e0d5d0f3d1
commit 85c8a7c0d8
4 changed files with 469 additions and 2 deletions

View File

@@ -67,5 +67,5 @@ content_files = [
content_images = [
"gvfs-overview.png",
"menu-example.png",
"menu-model.png",
"menu-model.svg",
]