From aaf9c819945b131783b8fe596762a583c150206d Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 22 Apr 2020 17:19:07 +0200 Subject: [PATCH] Add namespace for icons --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6361b252d..ab97f4267 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -527,9 +527,9 @@ theme: All icons are directly inlined as `*.svg` files, so no further requests will be made. Icon sets which are bundled with Material for MkDocs: -* [Material Design icons][16]: 3.8k icons -* [FontAwesome icons][17]: 1.5k icons -* [GitHub's Octicons][18]: 200 icons +* [Material Design icons][16] (material): 3.8k icons +* [FontAwesome icons][17] (fontawesome): 1.5k icons +* [GitHub's Octicons][18] (octicons): 200 icons __You can use all those icons [directly from :fontawesome-brands-markdown: Markdown][19]!__