Skip to content

Commit 0a1520f

Browse files
committed
Update a comment
1 parent c38a214 commit 0a1520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dokka-presets/scripts/custom-navigation-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function extractModulePath(href) {
1414
.split('/')
1515
.filter(Boolean); // drop empty parts
1616

17-
// the URL pattern is always ".../kotlin/api/<version>/..."
17+
// the URL pattern is always ".../kotlin/api/<version>/..." in production
1818
const apiIndex = segments.indexOf('api');
1919

2020
if (apiIndex !== -1) {

0 commit comments

Comments
 (0)