Advertising space is available on the home page as well as in the sidebar of the documentation pages.
To add sponsors edit resources/views/layouts/partials/sponsors.blade.php
file.
The default are placeholder sponsors that link to become a sponsor page. The link can be changed and the placeholder sponsors can be replaced with actual sponsors.
<a
href="/become-a-sponsor"
class="relative w-full lg:w-auto rounded-lg border-2 border-dashed border-gray-300 px-12 py-8 hover:border-sky-300 focus:outline-none focus:ring-2 focus:ring-sky-500 focus:ring-offset-2 flex gap-2 items-center"
>
<span class="w-full text-center font-semibold text-gray-500 hover:text-gray-600 dark:text-gray-100 dark:hover:text-gray-300">
Your Logo
</span>
</a>