We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grpc
1 parent b548a5c commit 6dfb684Copy full SHA for 6dfb684
src/templates/docs/javascript-api.js
@@ -32,7 +32,7 @@ const getContent = (nodes, sidebarTree) =>
32
frontmatter: { title },
33
body,
34
} = entity;
35
- if (title.replace('/', '-') in sidebarTree.children) {
+ if (title.replace(/\//g, '-') in sidebarTree.children) {
36
return (
37
<div key={id} className={jsApiStyles.moduleWrapper}>
38
<h2>{title}</h2>
0 commit comments