repositorypackage
0.0.0-20171031093129-202965d1156a
Repository: https://github.com/qor/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.