Skip to content

Commit b8fb5ef

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #56 from jsager/changelog-logo
Added "white" linode logo, quick copy change to changelog intro
2 parents bf7881e + 05633e1 commit b8fb5ef

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ COPY style.css .
1111
COPY build-docs.sh .
1212
COPY linode-docs.postinst .
1313
COPY linode-logo.svg .
14+
COPY linode-logo-white.svg .
1415
COPY redoc.standalone.js .
1516
COPY favicon.ico .
1617
COPY changelog/ .

build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fpm -s dir -t deb -n "${pkg_name}" -v "${version_number}" --iteration "${version
3636
--after-install linode-docs.postinst \
3737
--replaces "${replaces}" -- \
3838
index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js \
39-
favicon.ico changelog/index.html changelog/changelog-style.css
39+
favicon.ico changelog/index.html changelog/changelog-style.css linode-logo-white.svg
4040

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

changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<h1>Linode API Changelog</h1>
3131
<p>
3232
This page describes changes made to our API, organized by
33-
release date and version. Every development cycle is shipped
33+
release date and version. Releases are shipped
3434
with a corresponding changelog entry detailing updates to our
3535
API in the following categories, when applicable:
3636
</p>

0 commit comments

Comments
 (0)