Skip to content

Commit 063ab8c

Browse files
committed
docs: drop redundant quotes from devnotes nav titles
YAML does not require quoting these titles — removing them keeps the nav entries consistent with the surrounding lines.
1 parent 2bb1d6c commit 063ab8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ nav:
106106
- Have It Your Way: devnotes/posts/have-it-your-way.md
107107
- VLM Long Document Understanding: devnotes/posts/vlm-long-document-understanding.md
108108
- Push Datasets to Hugging Face Hub: devnotes/posts/push-datasets-to-hugging-face-hub.md
109-
- "Text-to-SQL for Nemotron Super": devnotes/posts/text-to-sql.md
110-
- "Async All the Way Down": devnotes/posts/async-all-the-way-down.md
109+
- Text-to-SQL for Nemotron Super: devnotes/posts/text-to-sql.md
110+
- Async All the Way Down: devnotes/posts/async-all-the-way-down.md
111111
- Owning the Model Stack: devnotes/posts/owning-the-model-stack.md
112112
- Data Designer Got Skills: devnotes/posts/data-designer-got-skills.md
113113
- Search Agent: devnotes/posts/search-agent.md

0 commit comments

Comments
 (0)