Skip to content

Commit a1ce985

Browse files
update images
1 parent d5461c3 commit a1ce985

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/docs-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
# Need to be able to build targets
15+
runs-on: macos-latest
1516
steps:
1617
- uses: actions/checkout@v4
1718
- name: Validate Gradle Wrapper

docs/assets/base.css

Whitespace-only changes.

docs/assets/dokka-templates/includes/footer.ftl

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<#macro display>
2+
<@template_cmd name="pathToRoot">
23
<div style="margin-top:auto">
3-
44
<div class="footer-container">
55
<div class="footer-column">
66
<strong class="footer-title">Community</strong>
77
<div class="footer-icon-row">
88
<a href="https://discord.gg/powersync" target="_blank">
9-
<img src="/images/discord.svg" loading="lazy" alt="Discord" height="24">
9+
<img src="${pathToRoot}/images/discord.svg" loading="lazy" alt="Discord" height="24">
1010
</a>
1111
<a href="https://twitter.com/powersync_" target="_blank">
12-
<img src="/images/x.svg" loading="lazy" alt="Twitter" height="20">
12+
<img src="${pathToRoot}/images/x.svg" loading="lazy" alt="Twitter" height="20">
1313
</a>
1414
<a href="https://www.youtube.com/@powersync_" target="_blank">
15-
<img src="/images/youtube.svg" loading="lazy" alt="YouTube" width="32" height="28">
15+
<img src="${pathToRoot}/images/youtube.svg" loading="lazy" alt="YouTube" width="32" height="28">
1616
</a>
1717
<a href="https://www.linkedin.com/showcase/journeyapps-powersync/" target="_blank">
18-
<img src="/images/linkedin.svg" loading="lazy" alt="LinkedIn" height="24">
18+
<img src="${pathToRoot}/images/linkedin.svg" loading="lazy" alt="LinkedIn" height="24">
1919
</a>
2020
</div>
2121
</div>
@@ -24,10 +24,10 @@
2424
<strong class="footer-title">More</strong>
2525
<div class="footer-icon-row">
2626
<a href="https://github.com/powersync-ja" target="_blank">
27-
<img src="/images/github.svg" loading="lazy" alt="GitHub" height="24">
27+
<img src="${pathToRoot}/images/github.svg" loading="lazy" alt="GitHub" height="24">
2828
</a>
2929
<a href="https://www.powersync.com/" target="_blank">
30-
<img src="/images/web.svg" loading="lazy" alt="Website" height="30">
30+
<img src="${pathToRoot}/images/web.svg" loading="lazy" alt="Website" height="30">
3131
</a>
3232
</div>
3333
</div>
@@ -44,4 +44,5 @@
4444
</div>
4545

4646
</div>
47+
</@template_cmd>
4748
</#macro>

docs/assets/logo-icon.svg

2.28 KB
Loading

0 commit comments

Comments
 (0)