diff --git a/en/docusaurus-plugin-content-docs/current/admin/config/index.md b/en/docusaurus-plugin-content-docs/current/admin/config/index.md index 8086c67..2dd35c6 100644 --- a/en/docusaurus-plugin-content-docs/current/admin/config/index.md +++ b/en/docusaurus-plugin-content-docs/current/admin/config/index.md @@ -1,5 +1,6 @@ --- title: General Configuration +sidebar_position: 1 --- The following commands are restricted by default to members with the `Manage Roles` permission. diff --git a/en/docusaurus-plugin-content-docs/current/admin/model/index.md b/en/docusaurus-plugin-content-docs/current/admin/model/index.md index 082ae2b..7963350 100644 --- a/en/docusaurus-plugin-content-docs/current/admin/model/index.md +++ b/en/docusaurus-plugin-content-docs/current/admin/model/index.md @@ -1,6 +1,6 @@ --- title: Model registering -sidebar_position: 1 +sidebar_position: 2 --- First, you need to **generate** a new template. To do this, use the command `/register`, followed by the name of the template. More over, you can generate a server template with the following command: `/generate`.