@@ -806,31 +806,31 @@ You see the [page layouts demo](./examples/layouts.sql) for a live example of th
806
806
"link": "/",
807
807
"menu_item": [
808
808
{"title": "About", "submenu": [
809
- {"link": "/safety.sql", "title": "Security"},
810
- {"link": "/performance.sql", "title": "Performance"},
811
- {"link": "//github.com/lovasoa/SQLpage/blob/main/LICENSE.txt", "title": "License"},
812
- {"link": "/blog.sql", "title": "Articles"}
809
+ {"link": "/safety.sql", "title": "Security", "icon": "lock" },
810
+ {"link": "/performance.sql", "title": "Performance", "icon": "bolt" },
811
+ {"link": "//github.com/lovasoa/SQLpage/blob/main/LICENSE.txt", "title": "License", "icon": "file-text" },
812
+ {"link": "/blog.sql", "title": "Articles", "icon": "book" }
813
813
]},
814
814
{"title": "Examples", "submenu": [
815
- {"link": "/examples/tabs.sql", "title": "Tabs"},
816
- {"link": "/examples/layouts.sql", "title": "Layouts"},
817
- {"link": "/examples/multistep-form", "title": "Forms"},
818
- {"link": "/examples/handle_picture_upload.sql", "title": "File uploads"},
819
- {"link": "/examples/authentication/", "title": "Password protection"},
820
- {"link": "//github.com/lovasoa/SQLpage/blob/main/examples/", "title": "All examples & demos"}
815
+ {"link": "/examples/tabs.sql", "title": "Tabs", "icon": "layout-navbar" },
816
+ {"link": "/examples/layouts.sql", "title": "Layouts", "icon": "layout" },
817
+ {"link": "/examples/multistep-form", "title": "Forms", "icon": "edit" },
818
+ {"link": "/examples/handle_picture_upload.sql", "title": "File uploads", "icon": "upload" },
819
+ {"link": "/examples/authentication/", "title": "Password protection", "icon": "password-user" },
820
+ {"link": "//github.com/lovasoa/SQLpage/blob/main/examples/", "title": "All examples & demos", "icon": "code" }
821
821
]},
822
822
{"title": "Community", "submenu": [
823
- {"link": "blog.sql", "title": "Blog"},
824
- {"link": "//github.com/lovasoa/sqlpage/issues", "title": "Report a bug"},
825
- {"link": "//github.com/lovasoa/sqlpage/discussions", "title": "Discussions"},
826
- {"link": "//github.com/lovasoa/sqlpage", "title": "Github"}
823
+ {"link": "blog.sql", "title": "Blog", "icon": "book" },
824
+ {"link": "//github.com/lovasoa/sqlpage/issues", "title": "Report a bug", "icon": "bug" },
825
+ {"link": "//github.com/lovasoa/sqlpage/discussions", "title": "Discussions", "icon": "message" },
826
+ {"link": "//github.com/lovasoa/sqlpage", "title": "Github", "icon": "brand-github" }
827
827
]},
828
828
{"title": "Documentation", "submenu": [
829
- {"link": "/your-first-sql-website", "title": "Getting started"},
830
- {"link": "/components.sql", "title": "All Components"},
831
- {"link": "/functions.sql", "title": "SQLPage Functions"},
832
- {"link": "/custom_components.sql", "title": "Custom Components"},
833
- {"link": "//github.com/lovasoa/SQLpage/blob/main/configuration.md#configuring-sqlpage", "title": "Configuration"}
829
+ {"link": "/your-first-sql-website", "title": "Getting started", "icon": "book" },
830
+ {"link": "/components.sql", "title": "All Components", "icon": "list-details" },
831
+ {"link": "/functions.sql", "title": "SQLPage Functions", "icon": "math-function" },
832
+ {"link": "/custom_components.sql", "title": "Custom Components", "icon": "puzzle" },
833
+ {"link": "//github.com/lovasoa/SQLpage/blob/main/configuration.md#configuring-sqlpage", "title": "Configuration", "icon": "settings" }
834
834
]}
835
835
],
836
836
"layout": "boxed",
0 commit comments