Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6337d7c
feat: add interactive payment matching demo to landing page
MantisClone Oct 13, 2025
2c38ce6
fix: landing page demo
MantisClone Oct 14, 2025
300dba4
feat: tweak landing page demo
MantisClone Oct 14, 2025
484e63f
fix: more tweaks
MantisClone Oct 14, 2025
8932cad
fix: landing page demo
MantisClone Oct 14, 2025
147f2b8
fix: update user experience labels in comparison table
MantisClone Oct 14, 2025
9d6f725
feat: add implementation difficulty icons and colors to comparison table
MantisClone Oct 15, 2025
65e3c7d
feat(demo): enhance landing page demo with auto-simulation and improv…
MantisClone Oct 22, 2025
9981cac
fix(demo): improve responsive layout for Request Network payments
MantisClone Oct 22, 2025
aecff55
feat(demo): improve auto-play UX with button states and consistent co…
MantisClone Oct 22, 2025
f36acd2
feat(demo): add auto-scroll to top and hide scrollbars
MantisClone Oct 22, 2025
3292eb3
fix(demo): prevent layout shift when TX ID appears
MantisClone Oct 22, 2025
ebaf8a2
Improve dialog visual consistency and add warning badges for payment …
MantisClone Oct 23, 2025
ea4b921
Add narrative bridges to landing page demo
MantisClone Oct 23, 2025
582ca6f
Fix heading colors for light/dark mode compatibility
MantisClone Oct 23, 2025
080b34b
Refactor to docs-style layout with external headings and improved spa…
MantisClone Oct 23, 2025
b874969
Fix comparison table text colors with theme-aware inline styles
MantisClone Oct 23, 2025
6806e8a
Remove index.mdx to use use-cases/welcome.mdx as home page
MantisClone Oct 23, 2025
76d873c
Improve landing page content structure and text clarity
MantisClone Oct 23, 2025
18df715
Swap summary boxes for consistent left-right visual pattern
MantisClone Oct 23, 2025
0584eac
Fix tooltip bug: Generate full-length addresses and tx hashes for new…
MantisClone Oct 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"theme": "aspen",
"name": "Request Network Docs",
"colors": {
"primary": "#01B089",
Expand Down Expand Up @@ -36,15 +36,17 @@
},
"navigation": {
"tabs": [
{
"tab": "Welcome",
"pages": ["index"]
},
{
"tab": "Use Cases",
"groups": [
{
"group": "📄 Primary Use Cases",
"group": "🚀 Get Started",
"pages": [
"use-cases/welcome"
]
},
{
"group": "🎯 Use Cases",
"pages": [
"use-cases/invoicing",
"use-cases/payouts",
Expand Down
84 changes: 0 additions & 84 deletions index.mdx

This file was deleted.

Binary file added logo/icons/dai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/icons/usdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/icons/usdt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading