mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 07:47:19 +08:00
chore(server): add ai document link on admin panel (#13428)
close AF-2766 <img width="2082" height="654" alt="image" src="https://github.com/user-attachments/assets/efba776c-91cd-4d59-a2a6-e00f68c61be1" /> #### PR Dependency Tree * **PR #13428** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Configuration descriptions for the copilot plugin now include direct links to relevant documentation for easier access to more information. * **Style** * Improved display of configuration descriptions to support and render HTML content. * **Refactor** * The AI navigation item in the admin panel has been disabled and is no longer visible. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -664,7 +664,7 @@
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to enable the copilot plugin.\n@default false",
|
||||
"description": "Whether to enable the copilot plugin. <br> Document: <a href=\"https://docs.affine.pro/self-host-affine/administer/ai\" target=\"_blank\">https://docs.affine.pro/self-host-affine/administer/ai</a>\n@default false",
|
||||
"default": false
|
||||
},
|
||||
"scenarios": {
|
||||
|
||||
Reference in New Issue
Block a user