From 76d5045006c2c5a648a84782aa21f948ba8449f4 Mon Sep 17 00:00:00 2001 From: Alexander Tsybulsky Date: Wed, 6 Mar 2019 21:44:27 +0200 Subject: [PATCH] minor fixes in icon doc --- docs/collections/_development/adding-icons.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/collections/_development/adding-icons.md b/docs/collections/_development/adding-icons.md index 4bd4baf1f..d010c34e2 100644 --- a/docs/collections/_development/adding-icons.md +++ b/docs/collections/_development/adding-icons.md @@ -11,13 +11,14 @@ abapGit uses SIL and MIT licensed fonts, they are included in the distribution a To add an icon to the icon set follow the next procedure: 1. You need `nodejs` installed (version 10 at the time of this doc creation) -2. Download this repo https://github.com/sbcgua/abapgit-icon-font -3. Run `npm install` -4. Download Font Awesome free version from [here](https://fontawesome.com/download) +2. Fork/clone this repo https://github.com/abapGit/icon-font +3. Run `npm install` inside +4. Download [Font Awesome free version](https://fontawesome.com/download) 5. Copy new SVGs to `svg` folder of the repo 6. Run `npm run build`, this will generate `woff` and `css` files in the `build` dir -7. Upload them to the system via SMW0 to the respective objects +7. Upload artifacts to the system via SMW0 to the respective objects 8. Preferable commit the change in a separate commit +9. Commit changes to `icon-font` repo too (newly included SVGs) Please **mind the licensing** when adding icons not from Font Awesome