Add custom icons to syntax info

This commit is contained in:
thhsh-local 2025-05-20 12:43:07 -04:00
parent 6900f7f43c
commit 6336882363
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg

View file

@ -12,6 +12,17 @@ Reference for all available Material for MkDocs icons: [:simple-materialformkdoc
:material-book-lock: `:material-book-lock:` - used for links to the StarCat Systems internal handbook
:material-folder-lock: `:material-folder-lock:` - used for restricted links to files hosted on StarCat Cloud.
### Custom icons
There are some custom icons added to this MkDocs instance, for example for StarCat product logos. See [:octicons-arrow-right-16: Custom Icons](custom_icons.md) for more details on adding and using custom icons.
#### Logos
:logos-starcat-circle: `:logos-starcat-circle:` - StarCat Systems circle logo
:logos-sourcecamp: `:logos-sourcecamp:` - SourceCamp logo
:logos-docshub: `:logos-docshub:` - DocsHub logo
:logos-stagelink: `:logos-stagelink:` - StageLink logo
:logos-postline: `:logos-postline:` - PostLine logo
:logos-openhosted: `:logos-openhosted:` - OpenHosted logo
### Coloring icons
You can add a color to an icon by adding the CSS color after the icon, like this:
:fontawesome-solid-dragon:{ .bug-pink } `:fontawesome-solid-dragon:{ .bug-pink }`