Skip to content

Commit 1d56a1c

Browse files
pja-antclaude
andauthored
Add blog testing instructions to CONTRIBUTING.md (modelcontextprotocol#1437)
* Add blog testing instructions to CONTRIBUTING.md Added documentation for testing the blog locally, including: - Link to Hugo installation guide - Instructions for running the blog server 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: Fix heading levels in CONTRIBUTING.md Changed Documentation Guidelines and Specification Proposal Guidelines from h3 to h2 for better document structure consistency. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent 85cdee9 commit 1d56a1c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,17 @@ npm run check:docs
6969
npm run format
7070
```
7171

72-
### Documentation Guidelines
72+
## Blog changes
73+
74+
The blog is built using [Hugo](https://gohugo.io/installation/) and located in the [`blog`](./blog) directory.
75+
76+
To preview blog changes locally:
77+
78+
```bash
79+
npm run serve:blog
80+
```
81+
82+
## Documentation Guidelines
7383

7484
When contributing to the documentation:
7585

@@ -85,9 +95,9 @@ When contributing to the documentation:
8595
- Follow existing file naming conventions (`kebab-case.mdx`)
8696
- Include proper frontmatter in MDX files
8797

88-
### Specification Proposal Guidelines
98+
## Specification Proposal Guidelines
8999

90-
#### Principles of MCP
100+
### Principles of MCP
91101

92102
1. **Simple + Minimal**: It is much easier to add things to a specification than it is to
93103
remove them. To maintain simplicity, we keep a high bar for adding new concepts and

0 commit comments

Comments
 (0)