@farming-labs/theme 0.1.24 → 0.1.25
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/dist/docs-api.mjs +9 -0
- package/package.json +2 -2
package/dist/docs-api.mjs
CHANGED
|
@@ -176,6 +176,15 @@ function buildAgentSpec({ origin, entry, mcp, feedback, llms }) {
|
|
|
176
176
|
txt: `${DEFAULT_DOCS_API_ROUTE}?format=llms`,
|
|
177
177
|
full: `${DEFAULT_DOCS_API_ROUTE}?format=llms-full`
|
|
178
178
|
},
|
|
179
|
+
skills: {
|
|
180
|
+
enabled: true,
|
|
181
|
+
registry: "skills.sh",
|
|
182
|
+
install: "npx skills add farming-labs/docs",
|
|
183
|
+
recommended: [{
|
|
184
|
+
name: "getting-started",
|
|
185
|
+
description: "Use for installation, init, framework setup, theme CSS, and first docs.config wiring."
|
|
186
|
+
}]
|
|
187
|
+
},
|
|
179
188
|
mcp: {
|
|
180
189
|
enabled: mcp.enabled,
|
|
181
190
|
endpoint: mcp.route,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farming-labs/theme",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"tsdown": "^0.20.3",
|
|
134
134
|
"typescript": "^5.9.3",
|
|
135
135
|
"vitest": "^3.2.4",
|
|
136
|
-
"@farming-labs/docs": "0.1.
|
|
136
|
+
"@farming-labs/docs": "0.1.25"
|
|
137
137
|
},
|
|
138
138
|
"peerDependencies": {
|
|
139
139
|
"@farming-labs/docs": ">=0.0.1",
|