Categorygithub.com/kisrobot/help
repositorypackage
0.0.0-20190717155606-5968a84482bf
Repository: https://github.com/kisrobot/help.git
Documentation: pkg.go.dev

# README

QOR Help

QOR Help provides a way to add help documents to QOR Admin

Usage

First, add QOR Help table to the database.

db.DB.AutoMigrate(&help.QorHelpEntry{})

Then add QOR Help to QOR Admin.

Admin.NewResource(&help.QorHelpEntry{})

Now start your application. You should see a question mark icon appears at the top right corner of QOR Admin interface, click the icon, a slide panel should appear, the Admin user could get knowledge from here directly.

License

Released under the MIT License.