Fix icon display in docs (#3517)

Icons showed on github.com but not on docs.abapgit.org
This commit is contained in:
Marc Bernard 2020-06-16 21:27:52 +02:00 committed by GitHub
parent cbf626fa3b
commit 1bdd2cdc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,30 +10,30 @@ See also [abapGit Icon Font](https://github.com/abapGit/icon-font).
Icon | Description | Code
:----- | :------------ | :------------
<img src="https://github.com/abapGit/icon-font/blob/master/svg/chevron-down.svg" width="30" height="30"> | Arrow Down | (chevron-down)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/chevron-left.svg" width="30" height="30"> | Arrow Left | (chevron-left)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/chevron-right.svg" width="30" height="30"> | Arrow Right | (chevron-right)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/chevron-up.svg" width="30" height="30"> | Arrow Up | (chevron-up)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/star.svg" width="30" height="30"> | Favorite | (star)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/file-image.svg" width="30" height="30"> | File - Binary | (file-image)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/file-code.svg" width="30" height="30"> | File - Code | (file-code)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/file.svg" width="30" height="30"> | File - General | (file)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/file-alt.svg" width="30" height="30"> | File - Object | (file-alt)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/folder.svg" width="30" height="30"> | Folder | (folder)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/exclamation-circle.svg" width="30" height="30"> | Message - Error | (exclamation-circle)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/exclamation-triangle.svg" width="30" height="30"> | Message - Warning | (exclamation-triangle)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/arrow-circle-up.svg" width="30" height="30"> | News/Changelog | (arrow-circle-up)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/bolt.svg" width="30" height="30"> | Object - Inactive | (bolt)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/lock.svg" width="30" height="30"> | Object - Locked | (lock)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/check.svg" width="30" height="30"> | OK | (check)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/code-branch.svg" width="30" height="30"> | Repository - Branch | (code-branch)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/code-commit.svg" width="30" height="30"> | Repository - Merge | (code-commit)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/plug.svg" width="30" height="30"> | Repository - Offline | (plug)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/cloud-upload-alt.svg" width="30" height="30"> | Repository - Online | (cloud-upload-alt)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/bars.svg" width="30" height="30"> | Repository Picker | (bars)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/box.svg" width="30" height="30"> | SAP Package | (box)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/briefcase.svg" width="30" height="30"> | SAP Transport | (briefcase)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/cog.svg" width="30" height="30"> | Settings | (cog)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/fire-alt.svg" width="30" height="30"> | (currently not used) | (fire-alt)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/sliders-h.svg" width="30" height="30"> | (currently not used) | (sliders-h)
<img src="https://github.com/abapGit/icon-font/blob/master/svg/snowflake.svg" width="30" height="30"> | (currently not used) | (snowflake)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/chevron-down.svg" width="30" height="30"> | Arrow Down | (chevron-down)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/chevron-left.svg" width="30" height="30"> | Arrow Left | (chevron-left)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/chevron-right.svg" width="30" height="30"> | Arrow Right | (chevron-right)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/chevron-up.svg" width="30" height="30"> | Arrow Up | (chevron-up)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/star.svg" width="30" height="30"> | Favorite | (star)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/file-image.svg" width="30" height="30"> | File - Binary | (file-image)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/file-code.svg" width="30" height="30"> | File - Code | (file-code)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/file.svg" width="30" height="30"> | File - General | (file)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/file-alt.svg" width="30" height="30"> | File - Object | (file-alt)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/folder.svg" width="30" height="30"> | Folder | (folder)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/exclamation-circle.svg" width="30" height="30"> | Message - Error | (exclamation-circle)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/exclamation-triangle.svg" width="30" height="30"> | Message - Warning | (exclamation-triangle)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/arrow-circle-up.svg" width="30" height="30"> | News/Changelog | (arrow-circle-up)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/bolt.svg" width="30" height="30"> | Object - Inactive | (bolt)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/lock.svg" width="30" height="30"> | Object - Locked | (lock)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/check.svg" width="30" height="30"> | OK | (check)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/code-branch.svg" width="30" height="30"> | Repository - Branch | (code-branch)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/code-commit.svg" width="30" height="30"> | Repository - Merge | (code-commit)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/plug.svg" width="30" height="30"> | Repository - Offline | (plug)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/cloud-upload-alt.svg" width="30" height="30"> | Repository - Online | (cloud-upload-alt)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/bars.svg" width="30" height="30"> | Repository Picker | (bars)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/box.svg" width="30" height="30"> | SAP Package | (box)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/briefcase.svg" width="30" height="30"> | SAP Transport | (briefcase)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/cog.svg" width="30" height="30"> | Settings | (cog)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/fire-alt.svg" width="30" height="30"> | (currently not used) | (fire-alt)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/sliders-h.svg" width="30" height="30"> | (currently not used) | (sliders-h)
<img src="https://raw.githubusercontent.com/abapGit/icon-font/master/svg/snowflake.svg" width="30" height="30"> | (currently not used) | (snowflake)