Skip to content

conku/help

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Help for QOR ADMIN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.7%
  • Go 31.0%
  • SCSS 18.3%