jamdesk 1.1.14 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -7
- package/package.json +1 -1
- package/vendored/schema/docs-schema.json +2 -5
package/README.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://www.jamdesk.com">
|
|
3
|
+
<img src="https://www.jamdesk.com/logo-light.png" width="280" alt="Jamdesk" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/jamdesk"><img src="https://img.shields.io/npm/v/jamdesk" alt="npm version" /></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/jamdesk"><img src="https://img.shields.io/npm/dm/jamdesk" alt="npm downloads" /></a>
|
|
10
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/jamdesk" alt="Node.js" /></a>
|
|
11
|
+
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License" /></a>
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://www.jamdesk.com">Website</a> ·
|
|
16
|
+
<a href="https://www.jamdesk.com/docs">Documentation</a> ·
|
|
17
|
+
<a href="https://www.jamdesk.com/docs/claude-code">Claude Code Plugin</a> ·
|
|
18
|
+
<a href="https://x.com/JamdeskHQ">𝕏 @JamdeskHQ</a>
|
|
19
|
+
</p>
|
|
2
20
|
|
|
3
|
-
|
|
4
|
-
[](https://www.npmjs.com/package/jamdesk)
|
|
5
|
-
[](https://nodejs.org)
|
|
6
|
-
[](./LICENSE)
|
|
7
|
-
[](https://www.jamdesk.com/docs/claude-code)
|
|
21
|
+
# Jamdesk CLI
|
|
8
22
|
|
|
9
23
|
CLI for [Jamdesk](https://www.jamdesk.com) — build, preview, and deploy documentation sites from MDX.
|
|
10
24
|
|
|
11
|
-

|
|
12
26
|
|
|
13
27
|
## What is Jamdesk?
|
|
14
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamdesk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"description": "CLI for Jamdesk — build, preview, and deploy documentation sites from MDX. Dev server with hot reload, 50+ components, OpenAPI support, AI search, and Mintlify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jamdesk",
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
},
|
|
1045
1045
|
"gtm": {
|
|
1046
1046
|
"type": "object",
|
|
1047
|
-
"description": "Google Tag Manager integration",
|
|
1047
|
+
"description": "Google Tag Manager integration. Include empty object {} to indicate placeholder.",
|
|
1048
1048
|
"properties": {
|
|
1049
1049
|
"tagId": {
|
|
1050
1050
|
"type": "string",
|
|
@@ -1052,10 +1052,7 @@
|
|
|
1052
1052
|
"description": "GTM Container ID (e.g., GTM-ABCD123)"
|
|
1053
1053
|
}
|
|
1054
1054
|
},
|
|
1055
|
-
"additionalProperties": false
|
|
1056
|
-
"required": [
|
|
1057
|
-
"tagId"
|
|
1058
|
-
]
|
|
1055
|
+
"additionalProperties": false
|
|
1059
1056
|
},
|
|
1060
1057
|
"heap": {
|
|
1061
1058
|
"type": "object",
|