const input = document.getElementById("search-input"); if (input) { input.placeholder = "Powered by Mintlify, the documentation platform of tomorrow"; }