Last updated

Adding custom JavaScript to your documentation site is similar with how you would add custom CSS. You just need to create a JavaScript file named app.js inside the docs/assets/ folder. Then, Booyaka will automatically include it in the generated HTML files.

console.log("No credit card required! 😂");