nocobase/docs/zh-CN/manual/menus.md
Junyi 796e73ae5a
refactor(doc): change to new structure (#804)
* refactor(doc): change to new structure

* docs: add database docs

* docs: add collection docs

* docs: add db field examples

* docs(api): fix filename and menu path

* docs: add database docs

* docs: add db operators doc

* docs: add resourcer menu

* docs: add resourcer docs

* docs: fix api docs

* docs: refactor api menu structure

* feat: update docs (#830)

* feat: updates

* feat: update docs

* chore: ignore docs from ci

Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>

* docs: add database methods docs

* docs: add missed api

* docs: fix api docs

* feat: update development docs (#833)

* feat: update development docs

* feat: update docs

* feat: update docs

* docs: add first plugin example (#834)

* feat: update docs

* feat: update docs

* docs: fix typo

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-09-19 09:23:01 +08:00

32 lines
719 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 菜单
NocoBase 的默认菜单位置在顶部和左侧。顶部是一级菜单,左侧是二级及以下层级的菜单。
菜单项支持三种类型:
- 菜单分组
- 页面
- 外部链接
进入界面配置模式之后,可以添加和编辑菜单,也可以对菜单项进行排序。
## 添加
![5.menu-add.jpg](./menus/5.menu-add.jpg)
点击 Add menu item选择添加的类型。支持无限级子菜单。
## 配置和排序
将光标移到菜单项上,右上角会出现排序和配置按钮。按住排序按钮,可以拖拽排序。
对菜单项可操作的配置:
- Edit
- Move to
- Insert before
- Insert after
- Insert Inner
- Delete
![5.menu-edit.jpg](./menus/5.menu-edit.jpg)