Skip to content

Commit a1db45c

Browse files
committed
Fix titles used up in social cards
1 parent 7c67e2e commit a1db45c

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
template: landing-style.html
33
title: 'Welcome'
4-
description: "Arcana SDKs: Chain Abstraction, Auth"
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."
55
hide:
66
- toc
77
- feedback

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)