File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ COPY style.css .
11
11
COPY build-docs.sh .
12
12
COPY linode-docs.postinst .
13
13
COPY linode-logo.svg .
14
+ COPY linode-logo-white.svg .
14
15
COPY redoc.standalone.js .
15
16
COPY favicon.ico .
16
17
COPY changelog/ .
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fpm -s dir -t deb -n "${pkg_name}" -v "${version_number}" --iteration "${version
36
36
--after-install linode-docs.postinst \
37
37
--replaces " ${replaces} " -- \
38
38
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
40
40
41
41
outfile=" $( ls -t ${pkg_name} * _all.deb | head -1) "
42
42
sha1=$( sha1sum ${outfile} )
Original file line number Diff line number Diff line change 30
30
< h1 > Linode API Changelog</ h1 >
31
31
< p >
32
32
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
34
34
with a corresponding changelog entry detailing updates to our
35
35
API in the following categories, when applicable:
36
36
</ p >
You can’t perform that action at this time.
0 commit comments