Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Jun 19, 2024
1 parent 65f5bc2 commit afeb7e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/assets/vendor/docsify/plugins/preview/custom/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
}

// Function to convert string to title case and replace hyphens with spaces
// This code was developed with the assistance of ChatGPT, an AI language model by OpenAI
function convertToTitle(str) {
return str
.split('-') // Split the string by hyphens
Expand Down Expand Up @@ -764,4 +765,4 @@
window.$docsify = window.$docsify || {};
$docsify.plugins = [install, ...($docsify.plugins || [])];

})();
})();

0 comments on commit afeb7e3

Please sign in to comment.