Add some icons to the documentation for various platforms (#168)

* Add some icons to the documentation for various platforms

* changelog
This commit is contained in:
Will Hunt 2022-01-13 01:29:14 +00:00 committed by GitHub
parent 99a40f4b87
commit e2b4b584e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 0 deletions

1
changelog.d/168.misc Normal file
View File

@ -0,0 +1 @@
Add icons to documentation for supported platforms.

View File

@ -25,3 +25,25 @@
content: "WARNING: ";
font-weight: 700;
}
/* icons for headers */
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(2) strong:after {
content: url('/icons/figma.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(3) strong:after {
content: url('/icons/github.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(4) strong:after {
content: url('/icons/gitlab.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(5) strong:after {
content: url('/icons/jira.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(6) strong:after {
content: url('/icons/webhooks.png')
}

BIN
docs/icons/figma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

BIN
docs/icons/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

BIN
docs/icons/gitlab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

BIN
docs/icons/jira.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

BIN
docs/icons/webhooks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB