-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Description
In HTTP MCP servers example with authentication headers there is a nested yaml wrap codefence that is nested inside another codefence which results in mis formatted text.
There is also an (almost) duplicated description inside the codefence that should be deleted.
Plan to fix (nested fence)
- Edit
docs/src/content/docs/guides/mcps.mdto remove the nested code fence (and the almost duplicated description) - Restructure :
- Delete the explanatory sentence inside the code fence and delete the inner code fence
- Expected corrected shape (conceptually):
- One
```yaml wrapblock containing only YAML
- One
- Validate by previewing the docs page to ensure the section after this renders normally and the YAML block is highlighted correctly.
- Search for similar nested fences and list them so a human can decide on the best course of action
Reactions are currently unavailable