What feature would you like to add?
We're not ready to use the knowledge base... but we love the markdown driven modals.
I'd request the ability to disable previews from including the [Open Documentation] button.
Workaround: If you are willing to override blade files, you can copy
- vendor/guava/filament-knowledge-base/resources/views/livewire/help-menu.blade.php
- vendor/guava/filament-knowledge-base/resources/views/modals.blade.php
- vendor/guava/filament-knowledge-base/resources/views/livewire/modals.blade.php
to
- resources/views/vendor/filament-knowledge-base/livewire/help-menu.blade.php
- resources/views/vendor/filament-knowledge-base/modals.blade.php
- resources/views/vendor/filament-knowledge-base/livewire/modals.blade.php
And in each file, look for the button with translations.open-documentation, and just comment out the button
- translations.open-documentation


Notes
What feature would you like to add?
We're not ready to use the knowledge base... but we love the markdown driven modals.
I'd request the ability to disable previews from including the [Open Documentation] button.
Workaround: If you are willing to override blade files, you can copy
to
And in each file, look for the button with
translations.open-documentation, and just comment out the buttonNotes