diff --git a/docs/book/widgets.md b/docs/book/widgets.md new file mode 100644 index 0000000..d1fb0bf --- /dev/null +++ b/docs/book/widgets.md @@ -0,0 +1,18 @@ +# user widgets + +Users have dashboard widgets + +## add new widgets + +add to database + +```sql +``` + +add partial + + +## Manage widgets + +All widgets can be managed in User Manager. Just select a user, edit and set the widgets you want. +New widgets will automatically be added to User Manager. diff --git a/mkdocs.yml b/mkdocs.yml index c28ca70..90db334 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,9 +3,11 @@ site_dir: docs/html nav: - Home: index.md - Permissions: permissions.md - - 'Form Tabs': formtabs.md - - 'Form Fields': formfields.md - - 'Index Columns': indexcols.md + - 'Forms': + - 'Form Tabs': formtabs.md + - 'Form Fields': formfields.md + - 'Indexes': indexcols.md + - 'Widgets': widgets.md - Gameification: - 'Experience': experience.md site_name: oneplace-user