Skip to content

Commit eca2649

Browse files
WaylandYangclaude
andcommitted
docs(site): surface arXiv paper across hero and footer
- Hero gains a third 'Read the paper' CTA with arXiv chip - Footer Protocol column gets an arXiv link - Footer version string corrected v0.2 -> v0.3.1 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8b0f2be commit eca2649

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/site/src/components/HeroSection.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
<a href="https://github.com/device-context-protocol" class="btn btn-secondary">
4040
View on GitHub
4141
</a>
42+
<a
43+
href="https://arxiv.org/abs/2605.26159"
44+
class="btn btn-secondary"
45+
target="_blank"
46+
rel="noopener"
47+
>
48+
Read the paper
49+
<span class="ml-1 px-1.5 py-0.5 rounded text-[10.5px] font-mono font-semibold bg-[#b31b1b] text-white align-middle">
50+
arXiv
51+
</span>
52+
</a>
4253
</div>
4354
</div>
4455
</header>

docs/site/src/components/SiteFooter.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const cols = [
77
{ label: 'Architecture', href: '#architecture' },
88
{ label: 'Comparison', href: '#compare' },
99
{ label: 'Rationale', href: 'https://github.com/device-context-protocol/dcp/blob/main/docs/RATIONALE.md' },
10+
{ label: 'Paper (arXiv:2605.26159)', href: 'https://arxiv.org/abs/2605.26159' },
1011
],
1112
},
1213
{
@@ -63,7 +64,7 @@ const cols = [
6364

6465
<div class="pt-7 border-t border-slate-800 flex flex-wrap justify-between items-center gap-4 text-slate-500 text-[13px]">
6566
<span>© 2026 DCP authors · MIT licensed · Not affiliated with Anthropic, Inc.</span>
66-
<span class="font-mono text-[11px]">v0.2 · spec draft</span>
67+
<span class="font-mono text-[11px]">v0.3.1 · spec draft</span>
6768
</div>
6869
</div>
6970
</footer>

0 commit comments

Comments
 (0)