-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "jamdesk-docs",
"private": true,
"description": "Documentation source for Jamdesk — a developer documentation platform built on MDX, GitHub, and AI. Deploys docs sites from Markdown with OpenAPI support, MCP server, llms.txt, and built-in analytics.",
"keywords": [
"jamdesk",
"documentation",
"documentation-tool",
"docs-as-code",
"developer-tools",
"developer-documentation",
"developer-experience",
"api-documentation",
"openapi",
"mdx",
"markdown",
"static-site-generator",
"ai-agent",
"ai-documentation",
"mcp",
"model-context-protocol",
"llms-txt",
"rag",
"technical-writing",
"docs-generator",
"nextjs",
"react",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/jamdesk/jamdesk-docs.git"
},
"homepage": "https://www.jamdesk.com/docs",
"license": "Apache-2.0"
}