Skip to content

Commit

Permalink
Basic Updates to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Aug 23, 2024
1 parent 96db617 commit 255df92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/.vuepress/public/assets/img/welcomeBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/indexer/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ photoSwipe: false
</div>
<div class="bannerImage">
<div class="bannerImageBg"></div>
<img src="https://subquery.network/images/indexerConcept.png" />
<img src="/assets/img/indexerBanner.png" />
</div>
</div>
<QuickStart></QuickStart>
Expand Down Expand Up @@ -79,7 +79,7 @@ photoSwipe: false
</div>
</div>
<img :style="{
marginTop: isMobile ? '' : '-50px'}" src="/assets/img/architects.png" :width="isMobile ? '100%' : 516" :height="isMobile ? 'auto': 392" />
marginTop: isMobile ? '' : '-50px'}" src="/assets/img/networkBanner.png" :width="isMobile ? '100%' : 516" :height="isMobile ? 'auto': 392" />
</div>
<NeedHelp></NeedHelp>
<Footer></Footer>
Expand Down
8 changes: 4 additions & 4 deletions docs/subquery_network/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ photoSwipe: false
</div>
<div class="bannerImage">
<div class="bannerImageBg bannerImageBgRed"></div>
<img src="/assets/img/architects.png" />
<img src="/assets/img/networkBanner.png" />
</div>
</div>
<Banner
Expand Down Expand Up @@ -152,7 +152,7 @@ photoSwipe: false
:buttonText="isMobile? 'Learn more' : 'Learn more about our Indexer SDK'"
titleTag="h35"
buttonLink="/indexer/welcome.html"
backgroundUrl="https://subquery.network/images/indexerConcept.png"
backgroundUrl="/assets/img/indexerBanner.png"
style="
background-size: 389px;
background-position: right;
Expand Down Expand Up @@ -181,7 +181,7 @@ window.addEventListener('resize', checkIsMobile)

const oneNetworkAllWeb3 = ref([
{
image: "https://subquery.network/images/indexerConcept.png",
image: "https://subquery.network/images/home/decentralised.png",
title: 'Decentralised Data Indexers',
subtitle: 'Fast, reliable, decentralised, and customised APIs for your web3 project',
contents: [
Expand All @@ -190,7 +190,7 @@ contents: [
],
},
{
image: "https://subquery.network/images/rpcConcept.png",
image: "https://subquery.network/images/home/rpcConcept.png",
title: 'Decentralised RPC Endpoints',
subtitle: 'Faster, cheaper, and globally decentralised RPCs that supercharge your dApp',
contents: [
Expand Down

0 comments on commit 255df92

Please sign in to comment.