diff --git a/docs/img/operation-list.png b/docs/img/operation-list.png deleted file mode 100644 index 28ce34c1..00000000 Binary files a/docs/img/operation-list.png and /dev/null differ diff --git a/docs/img/operation.png b/docs/user-manual/project/img/operation.png similarity index 100% rename from docs/img/operation.png rename to docs/user-manual/project/img/operation.png diff --git a/docs/user-manual/operation_records.md b/docs/user-manual/project/operation_records.md similarity index 95% rename from docs/user-manual/operation_records.md rename to docs/user-manual/project/operation_records.md index 0c13fe7b..112177ba 100644 --- a/docs/user-manual/operation_records.md +++ b/docs/user-manual/project/operation_records.md @@ -10,7 +10,8 @@ SQLE平台提供操作记录,当审核/上线产生问题时,用户需要从 用户点击`操作与审计`标签,进入操作记录页面,查看权限范围内可见的操作记录。 * 用户可对操作记录进行筛选,查看符合条件的操作记录; * 用户也可在当前筛选条件下,导出平台操作记录,用以线下审计; -![operation](../img/operation.png) + +![操作记录](./img/operation.png) ### 更多操作 SQLE会定时回收已产生的操作记录,目前该过期时间默认为90天。如果用户需要自定义过期时间,可以在[全局配置](../user-manual/sys-configuration/configuration.md)中修改。 \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index c4e06850..3289723a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -54,6 +54,7 @@ const sidebars = { "user-manual/project/rule-template-manager", "user-manual/project/workflow-template-manager", "user-manual/project/whitelist-manager", + "user-manual/project/operation_records", { type: 'category', label: '工单', @@ -113,7 +114,6 @@ const sidebars = { ], }, "user-manual/customrule", - "user-manual/operation_records", "user-manual/jetbrains", ], },