Skip to content

Commit 35a9cdc

Browse files
author
Ajit Kumar
committed
fix(plugin manifest schema, remove chatbot)
1 parent 35679a1 commit 35a9cdc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

server/index.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<script src="/main.min.js"></script>
7-
<script chatbot_id="6620db2dde66b9a82e9ff3f9" src="https://app.thinkstack.ai/bot/thinkstackai-loader.min.js"></script>
87
<link rel="stylesheet" href="/main.css" />
98
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
109
<link rel="icon" href="/favicon.ico" type="image/x-icon" />

server/schemas/plugin.v0.1.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"required": ["name"]
2929
},
3030
"changelog": {
31-
"description": "Path or URL to the changelog file documenting version updates and modifications.",
31+
"description": "URL to the changelog file documenting version updates and modifications.",
3232
"type": "string"
3333
},
3434
"contributors": {
@@ -98,7 +98,7 @@
9898
"type": "integer"
9999
},
100100
"readme": {
101-
"description": "Path or URL to the readme.md file, providing documentation and information about the plugin.",
101+
"description": "URL to the readme.md file, providing documentation and information about the plugin.",
102102
"type": "string"
103103
},
104104
"version": {

0 commit comments

Comments
 (0)