jamdesk 1.1.15 → 1.1.17

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 CHANGED
@@ -1,14 +1,28 @@
1
- # Jamdesk CLI
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-plugin">Claude Code Plugin</a> ·
18
+ <a href="https://x.com/JamdeskHQ">𝕏 @JamdeskHQ</a>
19
+ </p>
2
20
 
3
- [![npm version](https://img.shields.io/npm/v/jamdesk)](https://www.npmjs.com/package/jamdesk)
4
- [![npm downloads](https://img.shields.io/npm/dm/jamdesk)](https://www.npmjs.com/package/jamdesk)
5
- [![Node.js](https://img.shields.io/node/v/jamdesk)](https://nodejs.org)
6
- [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)
7
- [![Claude Code](https://img.shields.io/badge/Claude_Code-skills-blueviolet?logo=anthropic)](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
- ![Jamdesk documentation site showing dark mode with sidebar navigation and API reference](https://www.jamdesk.com/cli-screenshot.jpg)
25
+ ![Jamdesk documentation site showing dark mode with sidebar navigation and video embed](https://www.jamdesk.com/cli-screenshot.jpg)
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.15",
3
+ "version": "1.1.17",
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",