Open
Description
-- STRUCTURE ONLY - NOT THAT BIG AN ISSUE 👼 --
The curent UX Icons documentation seems a bit odd to me due to its structure.
I suggest some mid changes (mainly move things or renaming sections or changing the "depth" of some)
First part
Currernt
Table of Contents/
|-- Installation
|-- SVG Icons/
| `-- Icon Names
|-- Loading Icons/
| |-- Icon Sets
| |-- Search Icon sets
| |-- Search Icons
| `-- HTML Syntax
|-- Downloading
Suggested
Table of Contents/
|-- Installation
|-- Basic usage
|-- SVG Icons/
| |-- Icons
| `-- Icon Names
| |-- Icon Sets
| `-- Icon Sets Names
|-- Downloading Icons/
Second part
Currernt
Table of Contents/
|-- Installation
|-- SVG Icons/
| `-- Icon Names
|-- Loading Icons/
| |-- Icon Sets
| |-- Search Icon sets
| |-- Search Icons
| `-- HTML Syntax
|-- Downloading Icons/
| |-- Local SVG Icons
| `-- Icons On-Demand
|-- Importing Icons/
| `-- Locking On-Demand Icons
|-- Rendering Icons/
| |-- HTML Syntax
| `-- Default Attributes
|-- Accessibility
Siggested:
|-- Loading Icons/
| |-- Local SVG Icons
| `-- Imported Icons
| `-- On-Demand icons
|-- Rendering Icons/
| |-- Twig Function
| |-- HTML Syntax
| `-- Render Attributes
| `-- Default Attributes
| `--Accessibility
Last part
Current:
| `-- Default Attributes
|-- Accessibility
|-- Performance
|-- Caching/
| |-- Icon Caching
| `-- TwigComponent
|-- Configuration/
| |-- Debugging Configuration
Suggested:
| `-- Default Attributes
| `-- Accessibility
|-- Performance
| |-- Caching
| |-- Icon Storage
| `-- Twig Optimization
|-- Configuration/
| |-- Debugging Configuration
Open to any feedback and if that's ok for you i'll open a PR :)