GuavaCZ / filament-knowledge-base

MIT License
128 stars 18 forks source link

[Request]: Only Embedded Documentation (Disable Dedicated Panel) #52

Open lorenzoaiello opened 2 weeks ago

lorenzoaiello commented 2 weeks ago

What feature would you like to add?

I'm using this plugin to render documentation within my admin panel, but do not necessarily want the docs panel enabled. It would be great if there was a way to simply disable it altogether without losing the rest of the plugin's functionality.

Notes

No response

lukas-frey commented 2 weeks ago

Hi, not an ideal solution, but for the time being you can remove the button that leads to the documentation:

$plugin->disableKnowledgeBasePanelButton();

It will still be accessible for people who know the exact URL though.