Skip to content

Commit e19c2d5

Browse files
authored
Merge pull request modelcontextprotocol#104 from modelcontextprotocol/mahesh/redirect-to-specification
Redirect / to /specification
2 parents bb5fdd2 + 7fd4bd7 commit e19c2d5

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

docs/_index.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

site/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ params:
2323
logo:
2424
path: images/light.svg
2525
dark: images/dark.svg
26-
link: /
26+
link: /specification
2727
width: 204
2828
height: 30
2929
protocolRevision: "2024-11-05"
@@ -59,7 +59,7 @@ enableInlineShortcodes: true
5959
menu:
6060
main:
6161
- name: Specification
62-
pageRef: /
62+
pageRef: /specification
6363
weight: 1
6464
- name: Resources
6565
pageRef: /resources

site/layouts/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Model Context Protocol Specification</title>
6+
<script>window.location.replace("/specification/");</script>
7+
<meta http-equiv="refresh" content="0; url=/specification/">
8+
<link rel="canonical" href="/specification/">
9+
</head>
10+
<body>
11+
<h1>Model Context Protocol Specification</h1>
12+
<p>Redirecting to <a href="/specification/">specification</a>...</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)