-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathhugo.yaml
101 lines (92 loc) · 2.15 KB
/
hugo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
baseURL: "https://spec.modelcontextprotocol.io"
title: Model Context Protocol Specification
enableEmoji: true
enableRobotsTXT: true
enableGitInfo: true
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
module:
imports:
- path: github.com/imfing/hextra
contentDir: ../docs
params:
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/light.svg
dark: images/dark.svg
link: /latest
width: 204
height: 30
protocolRevision: "2024-11-05"
markup:
goldmark:
renderer:
unsafe: false
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
typographer:
apostrophe: "’"
disable: false
ellipsis: "…"
emDash: "—"
enDash: "–"
leftAngleQuote: "«"
leftDoubleQuote: "“"
leftSingleQuote: "‘"
rightAngleQuote: "»"
rightDoubleQuote: "”"
rightSingleQuote: "’"
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- name: Specification (Draft)
pageRef: /draft
weight: 1
- name: Specification (Latest)
pageRef: /latest
weight: 2
- name: Resources
pageRef: /resources
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/modelcontextprotocol/specification"
params:
icon: github
sidebar:
- identifier: schema
name: "Schema ↗"
url: "https://github.com/modelcontextprotocol/specification/tree/main/schema"
weight: 1
- identifier: more
name: More
params:
type: separator
weight: 2
- identifier: userDocs
name: "User Guide ↗"
url: "https://modelcontextprotocol.io"
weight: 3
- identifier: pythonSdk
name: "Python SDK ↗"
url: "https://github.com/modelcontextprotocol/python-sdk"
weight: 4
- identifier: typescriptSdk
name: "TypeScript SDK ↗"
url: "https://github.com/modelcontextprotocol/typescript-sdk"
weight: 5