Skip to content

Commit c83315b

Browse files
authored
bumped mintlify versions (#35)
* bumped mintlify versions * updated banner * updated banner from cdn * removed cf cdn * refactored loadin for hero
1 parent 694c57a commit c83315b

File tree

5 files changed

+347
-262
lines changed

5 files changed

+347
-262
lines changed

architecture/pricing-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Pricing'
2+
title: 'Pricing & Fees'
33
description: 'Core architecture and design of the Trails transaction rails protocol'
44
icon: 'badge-dollar'
55
---

home.mdx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ export function openSearch() {
88
}
99

1010

11-
<div className="relative w-full flex items-center justify-center" style={{
12-
height: '26rem',
13-
overflow: 'hidden',
14-
backgroundImage: 'url(/images/Trails%20-%20Pattern%20White.svg)',
15-
backgroundRepeat: 'repeat',
16-
backgroundSize: '400px 400px'
17-
}}>
18-
<div className="absolute inset-0" style={{
19-
background: 'linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5))',
20-
}}></div>
21-
<div className="relative z-10" style={{ position: 'absolute', textAlign: 'center', padding: '0 1rem' }}>
11+
<div className="home-hero relative w-full flex items-center justify-center">
12+
<div className="home-hero__overlay absolute inset-0" aria-hidden="true"></div>
13+
<div className="home-hero__content relative z-10">
2214
<div
2315
className="text-gray-800 dark:text-white"
2416
style={{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@0xsequence/network": "latest",
55
"js-yaml": "^4.1.0",
6-
"mintlify": "4.2.103"
6+
"mintlify": "4.2.213"
77
},
88
"description": "Documentation for Trails",
99
"engines": {

0 commit comments

Comments
 (0)