Skip to content

Commit 42a619f

Browse files
committed
Properly fix documentation generation
Turns out brackets are also special characters, wrapping the value in a string deals with that.
1 parent 0452e6c commit 42a619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ sidebar:
171171
url: docs/reference/dropped-features/weak-conformance.html
172172
- title: Nonlocal Returns
173173
url: docs/reference/dropped-features/nonlocal-returns.html
174-
- title: [this] Qualifier
174+
- title: "[this] Qualifier"
175175
url: docs/reference/dropped-features/this-qualifier.html
176176
- title: Contributing
177177
subsection:

0 commit comments

Comments
 (0)