Skip to content

Commit 2c32a3d

Browse files
committed
Merge branch 'main' into shaloo/AR-9631-branding
2 parents b7384d9 + 1cb6611 commit 2c32a3d

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

docs/auth-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-docs
33
template: auth-style.html
4-
title: 'Social Login'
4+
title: 'Auth: Social Login for Web3'
55
description: 'Fast, secure social login to enable Web3 app blockchain transactions.'
66
arcana:
77
root_rel_path: .
@@ -10,7 +10,7 @@ hide:
1010
- toc
1111
---
1212

13-
# Web3 Made Effortless
13+
# Auth: Social Login for Web3
1414

1515
<!---
1616

docs/ca-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
alias: ca-index-docs
33
template: ca-style.html
4-
title: 'Unify Balance'
5-
description: 'Get Unified balance to spend on any chain in Web3 apps with Arcana Network Chain Abstraction.'
4+
title: 'CA: Unify Balance Across Chains'
5+
description: 'Use Arcana Chain Abstraction (CA) to enable Unified balance and spend on any chain in Web3 apps.'
66
arcana:
77
root_rel_path: .
88
timetoread: False
99
hide:
1010
- toc
1111
---
1212

13-
# Unify Balance Across Chains
13+
# CA: Unify Balance Across Chains
1414

1515
=== "Web3 Developers"
1616

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
template: landing-style.html
33
title: 'Welcome'
4+
description: "Arcana Chain Abstraction and Auth SDKs. Acquire users from any chain. Enable unified balance to spend on any chain, without swapping, bridging, or refuelling gas. Onboard apps with social login and start transacting."
45
hide:
56
- toc
67
- feedback

docs/overrides/landing-style.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 style="word-spacing: 1.5rem; letter-spacing:0.5rem;font-size: 1.5rem; font-f
105105
<div class="tx-hero-container">
106106
<div class="tx-hero-card">
107107
<div class="tx-hero-content">
108-
<h1 class="an-docs-landing-center">Chain Abstraction (CA)</h1>
108+
<h2 class="an-docs-landing-center">Chain Abstraction (CA)</h2>
109109
<p class="an-docs-landing-center">Web3 app + <a href="https://www.npmjs.com/package/@arcana/ca-sdk">CA SDK</a> lets users: </p>
110110
<ul>
111111
<li>Beat liquidity fragmentation, no bridging</li>
@@ -118,7 +118,7 @@ <h1 class="an-docs-landing-center">Chain Abstraction (CA)</h1>
118118
</div>
119119
<div class="tx-hero-card">
120120
<div class="tx-hero-content">
121-
<h1 class="an-docs-landing-center">Social Login</h1>
121+
<h2 class="an-docs-landing-center">Social Login</h2>
122122
<p class="an-docs-landing-center">Web3 app + <a href="https://www.npmjs.com/package/@arcana/auth">Auth SDK</a> lets users:</p>
123123
<ul>
124124
<li>Onboard Web3 with Web2 login</li>

mkdocs.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: '📖 Documentation'
1+
site_name: 'Documentation'
22

33
# For dev
44
site_url: !ENV [DOCS_SITE_URL,"https://docs.dev.arcana.network"]
@@ -57,12 +57,16 @@ theme:
5757
# Auto Mode
5858
- media: "(prefers-color-scheme)"
5959
scheme: auto
60+
primary: white
61+
accent: yellow
6062
toggle:
6163
icon: material/brightness-auto
6264
name: Switch to Light Mode
6365
# Light Mode
6466
- media: "(prefers-color-scheme: light)"
6567
scheme: default
68+
primary: white
69+
accent: yellow
6670
toggle:
6771
icon: material/brightness-7
6872
name: Switch to Dark Mode
@@ -213,12 +217,12 @@ plugins:
213217
max_length: 160
214218
- social:
215219
enabled: !ENV [SOCIAL_CARDS_META, true]
216-
cards: !ENV [SOCIAL_CARDS_META, false]
217-
cards_layout_options:
220+
cards: !ENV [SOCIAL_CARDS_META, true]
221+
cards_layout_options: # works for sponsors only
218222
font_family: Inter
219-
#background_color: "#0D0D0E" #sponsors only
220-
#color: "#FFFFFF" #sponsors only
221-
#background_image: img/social_card_image.png #sponsors only
223+
background_color: "#0D0D0E" #works for sponsors only
224+
color: "#FFFFFF" #works for sponsors only
225+
background_image: img/social_card_image.png #works for sponsors only
222226
- git-authors:
223227
show_email_address: false
224228
- git-revision-date-localized:

0 commit comments

Comments
 (0)