mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-19 21:17:03 +00:00
[docs] Admin docs (#12345)
* Enhanced documentation for admin center and django-admin * Fix links and wording * remove placeholders * Fix links * Fix more links
This commit is contained in:
@@ -113,10 +113,10 @@ Refer to the [sample plugins]({{ sourcedir("src/backend/InvenTree/plugin/samples
|
||||
|
||||
A *PluginConfig* database entry will be created for each plugin "discovered" when the server launches. This configuration entry is used to determine if a particular plugin is enabled.
|
||||
|
||||
The configuration entries must be enabled via the [InvenTree admin interface](../settings/admin.md).
|
||||
The configuration entries must be enabled via the [Admin Center](../settings/admin.md#admin-center).
|
||||
|
||||
!!! warning "Disabled by Default"
|
||||
Newly discovered plugins are disabled by default, and must be manually enabled (in the admin interface) by a user with staff privileges.
|
||||
Newly discovered plugins are disabled by default, and must be manually enabled (in the Admin Center) by a user with staff privileges.
|
||||
|
||||
## Plugin Mixins
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
Copy the built `attachment_carousel` directory to the `inventree-data/plugins` directory and enable it via the admin interface.
|
||||
Copy the built `attachment_carousel` directory to the `inventree-data/plugins` directory and enable it via the [Admin Center](../settings/admin.md#admin-center).
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user