Skip to content

Commit 61a1723

Browse files
committed
feat: add beta label to MCP documentation and style adjustments for positioning
1 parent 289fa54 commit 61a1723

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

pages/docs/mcp.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# MCP Server
22

3-
**Under active development**
3+
**Under active development**
4+
5+
<img src="https://cdn.hello.coop/images/beta-label.png" alt="BETA" className="beta-label"/>

styles/index.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,28 @@ nav a[target="_blank"]:after {
3838
opacity: 0.75;
3939
}
4040

41+
main {
42+
/* for beta label positioning */
43+
position: relative;
44+
}
45+
4146
main a[target="_blank"]:after {
4247
top: 1px;
4348
margin-left: 4px;
49+
}
50+
51+
.beta-label {
52+
position: absolute;
53+
top: 54px;
54+
right: 32px;
55+
width: 80px;
56+
}
57+
58+
@media screen and (min-width: 768px) {
59+
.beta-label {
60+
position: absolute;
61+
top: 32px;
62+
right: 48px;
63+
width: 110px;
64+
}
4465
}

0 commit comments

Comments
 (0)