Skip to content

Commit ed7a00b

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #43 from jsager/favicon
Adds Linode favicon
2 parents 84ac572 + 4c7db03 commit ed7a00b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ COPY build-docs.sh .
1212
COPY linode-docs.postinst .
1313
COPY linode-logo.svg .
1414
COPY redoc.standalone.js .
15+
COPY favicon.ico .
1516

1617
CMD ["python", "openapi-linter.py", "openapi.yaml"]

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fpm -s dir -t deb -n "${pkg_name}" -v "${package_version}" --iteration "${iterat
3535
-a all --prefix /usr/share/linode-docs/templates/ \
3636
--after-install linode-docs.postinst \
3737
--replaces "${replaces}" -- \
38-
index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js
38+
index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js favicon.ico
3939

4040
outfile="$(ls -t ${pkg_name}*_all.deb | head -1)"
4141
sha1=$(sha1sum ${outfile})

favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)