Skip to content

Commit 7f44822

Browse files
committed
Remove markdown formatting from page title and nav text
Page titles and nav text fields are plain text contexts — backtick formatting renders literally rather than as code. Titles should not contain markdown formatting. Fixes #50 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent c96b580 commit 7f44822

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_data/nav/openvox_8x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
link: "known_issues.html"
88
- text: System requirements
99
link: "system_requirements.html"
10-
- text: About `openvox-agent`
10+
- text: About openvox-agent
1111
link: "about_agent.html"
1212
- text: Quick start guides
1313
items:

docs/_openvox_8x/about_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: "About `openvox-agent`"
3+
title: "About openvox-agent"
44
---
55

66
[release_notes]: ./release_notes.html

0 commit comments

Comments
 (0)