We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd17a2 commit 91a60b7Copy full SHA for 91a60b7
etc/typedoc/theme/assets/js/theme.js
@@ -60,7 +60,7 @@
60
function cleanTitle( el ) {
61
var txt = cleanPath( el.innerHTML );
62
if ( txt.indexOf( 'stdlib' ) === -1 ) {
63
- txt += ' | stdlib';
+ txt = 'stdlib | ' + txt;
64
}
65
el.innerHTML = txt;
66
0 commit comments