Skip to content

Commit fcf23d2

Browse files
Update docs.html
1 parent 9149a42 commit fcf23d2

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
body { font-family: 'Plus Jakarta Sans', sans-serif; }
1212
.doc-card { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); height: 100%; }
1313
.doc-card:hover { transform: translateY(-8px); }
14+
.deprecated-card { border-color: #fee2e2 ! from; background-color: #fffafa; }
1415
</style>
1516
</head>
1617
<body class="bg-slate-50 text-slate-900 antialiased min-h-screen">
@@ -45,20 +46,21 @@ <h2 class="text-2xl font-black tracking-tighter mb-4">Verification</h2>
4546
<i data-feather="terminal" class="w-7 h-7"></i>
4647
</div>
4748
<h2 class="text-2xl font-black tracking-tighter mb-4">API Reference</h2>
48-
<p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Access your profile data programmatically via our REST API and live endpoints.</p>
49+
<p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Access your profile data programmatically via our primary REST API and live endpoints.</p>
4950
<div class="flex items-center gap-2 text-indigo-600 font-black text-xs uppercase tracking-widest">
5051
Documentation <i data-feather="arrow-right" class="w-4 h-4"></i>
5152
</div>
5253
</a>
5354

54-
<a href="../blog/vaultapi.html" class="doc-card group p-8 bg-white rounded-[3rem] border-2 border-slate-100 shadow-xl shadow-slate-200/40 flex flex-col border-blue-100">
55-
<div class="w-14 h-14 bg-blue-50 text-blue-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition">
56-
<i data-feather="lock" class="w-7 h-7"></i>
55+
<a href="../blog/vaultapi.html" class="doc-card group p-8 bg-white rounded-[3rem] border-2 border-red-100 shadow-xl shadow-red-200/10 flex flex-col relative overflow-hidden">
56+
<div class="absolute top-4 right-6 px-2 py-0.5 bg-red-100 text-red-600 rounded text-[10px] font-black uppercase tracking-tighter">Deprecated</div>
57+
<div class="w-14 h-14 bg-red-50 text-red-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition">
58+
<i data-feather="slash" class="w-7 h-7"></i>
5759
</div>
5860
<h2 class="text-2xl font-black tracking-tighter mb-4">Vault API</h2>
59-
<p class="text-slate-500 text-sm font-medium leading-relaxed mb-8 flex-grow">Learn how to grab users links, analytics and more in the form of a backup - Coming Soon.</p>
60-
<div class="flex items-center gap-2 text-blue-600 font-black text-xs uppercase tracking-widest">
61-
Announcement <i data-feather="arrow-right" class="w-4 h-4"></i>
61+
<p class="text-slate-400 text-sm font-medium leading-relaxed mb-8 flex-grow italic">Status: Retired. Features consolidated into Public API to remove redundancy.</p>
62+
<div class="flex items-center gap-2 text-red-600 font-black text-xs uppercase tracking-widest">
63+
Post-Mortem <i data-feather="arrow-right" class="w-4 h-4"></i>
6264
</div>
6365
</a>
6466
</div>

0 commit comments

Comments
 (0)